Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 369,791 for

save

(0.12 sec)
  1. OleFormat class | Aspose.Words for Python

    aspose.words.drawing.OleFormat class. Provides access to the data of an OLE object or ActiveX control...embedded object if you want to save it into a file. suggested_file_name...embedded object if you want to save it into a file. Methods Name...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TableSubstitutionRule.load_windows_settings met...

    TableSubstitutionRule.load_windows_settings method. Loads predefined table substitution settings for Windows platform....'Times New Roman CE' ))) # We can save the table in the form of an...document. table_substitution_rule . save ( ARTIFACTS_DIR + 'FontSettings...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Managing Document Properties in Python|Document...

    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...., "Aspose" ) # Save the file workbook . save ( self . dataDir..."Publisher" ) # Save the file workbook . save ( self . dataDir...

    docs.aspose.com/cells/java/managing-document-pr...
  4. Add Images to PDF using PHP | Aspose.PDF

    Adding images into PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/php-java/images/add/
  5. Public API Changes in Aspose.Diagram 17.01|Docu...

    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.... Each save option class is the extended...); // create an instance SVG save options class SVGSaveOptions...

    docs.aspose.com/diagram/net/public-api-changes-...
  6. Replace Image in Existing PDF File|Aspose.PDF f...

    This section describes about replace image in existing PDF file using C# library....particular image, save the updated PDF file using Save method of the...imageStream ); } // Save PDF document document . Save ( dataDir + "ReplaceImage_out...

    docs.aspose.com/pdf/net/replace-image-in-existi...
  7. Encrypt and Decrypt PDF|Aspose.PDF for Python v...

    Encrypt and Decrypt PDF File with Python via C++ application....encrypt’ method Save the encrypted document to the...specified output file with ‘document.save’ method. import AsposePDFPythonWrapp...

    docs.aspose.com/pdf/python-cpp/set-privileges-e...
  8. Add, Move or Delete pages in PDF using C++ | As...

    Manipulate PDF pages of your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Add New...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/
  9. TableSubstitutionRule.load_linux_settings metho...

    TableSubstitutionRule.load_linux_settings method. Loads predefined table substitution settings for Linux platform....'Times New Roman CE' ))) # We can save the table in the form of an...document. table_substitution_rule . save ( ARTIFACTS_DIR + 'FontSettings...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Pages to PDF using Java | Aspose.PDF

    Add PDF pages to your document programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. Insert...insert ( 2 ); // Save updated PDF pdfDocument . save ( DATA_DIR ....

    products.aspose.com/pdf/java/pages/add/