Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 373,271 for

save

(0.29 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. Export Visio Diagram to XML in PHP|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....vsd" ); \ # Save as VDX $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "Diagram.vdx" ...

    docs.aspose.com/diagram/java/export-visio-diagr...
  3. Autofit Setting to Tables in Jython|Aspose.Word...

    Autofit Setting to Tables using Jython....AUTO_FIT_TO_CONTENTS ) # Save the document to disk. doc . save ( self . dataDir...FIXED_COLUMN_WIDTHS ) # Save the document to disk. doc . save ( self . dataDir...

    docs.aspose.com/words/java/autofit-setting-to-t...
  4. Convert PDF to Microsoft Word Documents in .NET...

    Learn how to write C# code for PDF to Microsoft Word formats conversion with Aspose.PDF for .NET. and tune up conversion PDF to DOC(DOCX)....Doc lets you save the source file to Microsoft...with the source PDF document. Save it to SaveFormat.Doc format...

    docs.aspose.com/pdf/net/convert-pdf-to-word/
  5. C++ API to Convert XML to POTX | products.aspos...

    Convert XML to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XML to PPTX by using Save method function Load PPTX document...reference Save the document to POTX format using Save member function...

    products.aspose.com/total/cpp/conversion/xml-to...
  6. Convert PDF to EPUB, LaTeX, Text, XPS in C#|Asp...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using C# or .NET....Save(..) method, to generate an EPUB...pdf" )) { // Instantiate Epub Save options EpubSaveOptions options...

    docs.aspose.com/pdf/net/convert-pdf-to-other-fi...
  7. C++ API to Convert XSLFO to PPS | products.aspo...

    Convert XSLFO to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XSLFO to PPTX by using Save method function Load PPTX document...reference Save the document to PPS format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  8. C++ API to Convert XSLFO to PPTM | products.asp...

    Convert XSLFO to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XSLFO to PPTX by using Save method function Load PPTX document...reference Save the document to PPTM format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  9. Convert Document to Other Formats|Aspose.Words ...

    Convert a document from one format to another and fast instead of using Apache POI in Java....converted to other formats using Save As option in the File menu....Aspose.Words, simply invoke the save() method of Document class and...

    docs.aspose.com/words/java/convert-document-to-...
  10. Optimize PDF using C++|Aspose.PDF for C++

    Optimize PDF file, shrink all images, reduce size PDF, unembed fonts, enable reusing page content, remove or flatten annotations with C++.... Save the optimized document using the Save method. The...Optimize (); // Save output document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/optimize-pdf/