Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 373,070 for

save

(0.22 sec)
  1. Adding Bates Numbering Artifact in Python via ....

    Aspose.PDF for Python via .NET allows you to add Bates Numbering to PDF....( bates ) # Save the resulting PDF document . save ( path_outfile...add_pagination ([ bates ]) # Save document document . save ( path_outfile )...

    docs.aspose.com/pdf/python-net/add-bates-number...
  2. PDF File Metadata|Aspose.PDF for C++

    Discover how to read and modify PDF metadata using Aspose.PDF for C++. Enhance PDF document properties with easy-to-follow instructions....Information" ); // Save output document pdfDocument -> Save ( _dataDir...Value" )); // Save document pdfDocument -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/pdf-file-metadata/
  3. Export XML to OTP in Android | products.aspose.com

    Android API to Convert XML to OTP without using Microsoft Word...Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to OTP format using save method and...

    products.aspose.com/total/android-java/conversi...
  4. Export XSLFO to SWF in Android | products.aspos...

    Android API to Convert XSLFO to SWF without using Microsoft Word...Convert XSLFO to PPTX by using save method Load PPTX document by...Presentation class Save the document to SWF format using save method and...

    products.aspose.com/total/android-java/conversi...
  5. Export XSLFO to XAML in Android | products.aspo...

    Android API to Convert XSLFO to XAML without using Microsoft Word...Convert XSLFO to PPTX by using save method Load PPTX document by...Presentation class Save the document to XAML format using save method and...

    products.aspose.com/total/android-java/conversi...
  6. Export XSLFO to POWERPOINT in Android | product...

    Android API to Convert XSLFO to POWERPOINT without using Microsoft Word...Convert XSLFO to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPT format using save method and...

    products.aspose.com/total/android-java/conversi...
  7. Export XSLFO to OTP in Android | products.aspos...

    Android API to Convert XSLFO to OTP without using Microsoft Word...Convert XSLFO to PPTX by using save method Load PPTX document by...Presentation class Save the document to OTP format using save method and...

    products.aspose.com/total/android-java/conversi...
  8. Export TEX to PPSX in Android | products.aspose...

    Android API to Convert TEX to PPSX without using Microsoft Word...Convert TEX to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPSX format using save method and...

    products.aspose.com/total/android-java/conversi...
  9. Convert PDF file to other formats|Aspose.PDF fo...

    This topic show you how to Aspose.PDF allows to convert PDF file to other file formats....save(..) method, to generate an EPUB...= new EpubSaveOptions (); // Save the document as EPUB format...

    docs.aspose.com/pdf/php-java/convert-pdf-to-oth...
  10. Delete PDF Pages with Rust via C++|Aspose.PDF f...

    You can delete pages from your PDF file using Aspose.PDF for Rust via C++....specifically for removing pages, saving the modified document, and...page_delete function. Saving the Document using save method. use asposepdf...

    docs.aspose.com/pdf/rust-cpp/delete-pages/