Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 38,299 for

save

(0.28 sec)
  1. FootnoteOptions class | Aspose.Words for Python

    aspose.words.notes.FootnoteOptions class. Represents the footnote numbering options for a document or section... save ( file_name = ARTIFACTS_DIR...position = footnote_position doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Add array items in XMP metadata of EPS| .NET

    The process of adding items in XMP metadata of EPS with Aspose.Page for .NET is explained and illustrated with the code snippets here.... Save EPS file with changed XMP metadata...XmpValue( "NewCreator" )); 21 22 // Save EPS file with changed XMP metadata...

    docs.aspose.com/page/net/xmp-metadata/add-array...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Complete Set of File Format Automation Solutions – การแปลงรูปแบบไฟล์ผ่าน Javahttps://products.aspose.com/total/th/java/conversion/Recent content in การแปลงรูปแบบไฟล์......words/Document#save%28java.lang.String,com.aspose...com/cells/java/com.aspose.cells/workbook#save%28java.lang.String,%20com.aspose...

    products.aspose.com/total/th/java/conversion/in...
  4. Add XMP metadata to EPS file using Python

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for Python is explained and illustrated with the code snippets here.... Save EPS file with new XMP metadata...to_string_value ()) 37 38 # Save EPS file with new XMP metadata...

    docs.aspose.com/page/python-net/xmp-metadata/add/
  5. Convert ODP to PPTX|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....odp" ); // Saving the ODP presentation to PPTX...PPTX format pres -> Save ( dataDir + u "AccessOpenDoc_out.pptx"...

    docs.aspose.com/slides/cpp/convert-odp-to-pptx/
  6. Conversion to HTML|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....false ); //Saving the presentation to HTML pres . Save ( destFileName...

    docs.aspose.com/slides/net/conversion-to-html/
  7. Password Protect a ZIP File in Python

    This quick tutorial explains how to password protect a ZIP file in Python. It discusses the steps and a code snippet to encrypt ZIP file in Python....secured ZIP archive by calling the save() method These steps present...encrypt it, and finally proceed to save the encrypted ZIP archive to...

    kb.aspose.com/zip/python/password-protect-a-zip...
  8. Convert Image to Grayscale in Python

    This brief guide covers how to convert image to grayscale in Python. It explains the algorithm as well as a runnable sample code to change image to grayscale in Python....output grayscale image using the save method These steps give the...color space. Finally, use the save method to write the output picture...

    kb.aspose.com/imaging/python/convert-image-to-g...
  9. Modern API|Aspose.Slides Documentation

    Modern API...try { // save the image on the disk. slideImage . save ( "slide1...1080 )); try { slideImage . save ( "image.png" , ImageFormat...

    docs.aspose.com/slides/androidjava/modern-api/
  10. 管理行和列|Aspose.Slides for PHP 文档

    管理 PowerPoint 演示文稿中的表格行和列...); } } # 将演示文稿保存到磁盘 $pres -> save ( "pres.pptx" , SaveFormat ::...false ); # 将演示文稿保存到磁盘 $pres -> save ( "table_out.pptx" , SaveFormat...

    docs.aspose.com/slides/zh/php-java/manage-rows-...