Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 310,748 for

save

(0.07 sec)
  1. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Discover the PdfDigitalSignatureTimestampSettings constructor to easily initialize digital signature settings for enhanced document security and compliance....Examples Shows how to sign a saved PDF document digitally and timestamp...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  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. RtfSaveOptions.saveFormat property | Aspose.Wor...

    RtfSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...SaveFormat Examples Shows how to save a document to .rtf with custom...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Protecting and Unprotecting Workbooks in VSTO a...

    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....structure and Windows attributes and save the file. Below are parallel...true ); //Save the file. excelApp . ActiveWorkbook . Save (); //Quit...

    docs.aspose.com/cells/net/protecting-and-unprot...
  6. Convert Document to PDF|Aspose.Words for Java

    Convert a document in any supported format to PDF easily and fast instead of using docx4j in Java....save() method and specify a file...dataDir + "document.doc" ); doc . save ( dataDir + "Aspose_DocToPDF...

    docs.aspose.com/words/java/convert-document-to-...
  7. XamlFlowSaveOptions class | Aspose.Words for Py...

    aspose.words.saving.XamlFlowSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XAML_FLOW](../../aspose.words/Saveformat/#XAML_FLOW) or [SaveFormat.XAML_FLOW_PACK](../../aspose.words/Saveformat/#XAML_FLOW_PACK) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose.PSD for .NET 23.8 - 发行说明|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.... Save ( outputPsd ); psdImage . Save ( outputPng ...StructureKey + 1000 )) { newPsd . Save ( memStream ); memStream . Seek...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. Convert a Document to HTML, MHTML or EPUB|Aspos...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using C++. You can also specify Save options for managing the output document....one of the Save method overloads is used. You can save the document...explicitly set the output document save format or define it from the...

    docs.aspose.com/words/cpp/convert-a-document-to...
  10. Add, Move or Delete pages in PDF using PHP via ...

    Manipulate PDF pages of your document programmatically with PHP sample code using Aspose.PDF for PHP via Java... Save the output PDF using the Save method. Add New...insert ( 2 ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/pages/