Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 373,092 for

save

(0.34 sec)
  1. PdfSaveOptions.PreserveFormFields | Aspose.Word...

    Discover how PdfSaveOptions' PreserveFormFields property retains Microsoft Word form fields in PDFs or converts them to text. Enhance your document quality!...how to save a document to the PDF format using the Save method...can pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Document.remove_personal_information property |...

    Document.remove_personal_information property. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, revisions and document properties upon saving the document....and document properties upon saving the document. @property def...information during a manual save. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Comments|Documentation

    This page describes how to add comment on a page of the Visio drawing with Aspose.Diagram library....880708661417323 , "test@" ) # Save diagram diagram . save ( "AddPageLevelCommentI_Out...setValue ( comment ) # save Visio diagram . save ( "EditPageLevelComment_Out...

    docs.aspose.com/diagram/python-java/working-wit...
  4. Merge PDF programmatically|Aspose.PDF for PHP v...

    This page explain how to merge PDF documents into a single PDF file using PHP.... Finally, save the output PDF file using the Save method. The...()); // Save concatenated output file $document1 -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/merge-pdf-documents/
  5. BuiltInDocumentProperties.thumbnail property | ...

    BuiltInDocumentProperties.thumbnail property. Gets or sets the thumbnail of the document....thumbnail to a document that we save as an Epub. let doc = new aw...( "Hello world!" ); // If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.PSD for .NET 23.12 - Release Notes|Docum...

    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....” on saving of Text Layer After Update...Load ( sourceFile )) { image . Save ( outputFile , new PngOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  7. 将列宽设置为可缩放单位如em或百分比的Node.js和C++实现|Documentation

    学习如何在Aspose.Cells for Node.js via C++中将列宽设置为em或百分比等可缩放单位,从而改善生成HTML表格的展示效果。...sourceFilePath ); // Specify Html Save Options const options = new...setWidthScalable ( true ); // Specify image save format options . setExportImagesAsBas...

    docs.aspose.com/cells/zh/nodejs-cpp/set-column-...
  8. Hyphenation.UnregisterDictionary | Aspose.Words...

    Effortlessly remove hyphenation dictionaries for any language with the UnregisterDictionary method, enhancing text clarity and readability....dictionary, // and save it to a fixed-page save format. The text... LCID ), Is . True ); doc . Save ( ArtifactsDir + "Hyphenation...

    reference.aspose.com/words/net/aspose.words/hyp...
  9. Add Watermark to Visio|Documentation

    How to add watermark to visio using Java Diagram API....Diagram (); // save in the VSDX format diagram . save ( dataDir +...watermark to visio in page Call Save method of the Diagram class...

    docs.aspose.com/diagram/java/add-watermark-to-v...
  10. Change PDF Page Size Programmatically|Aspose.PD...

    Change Page Size from your PDF file using PHP.... Call the Document class’ save(..) method to generate the PDF...842.4 ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/change-page-size/