Sort Score
Result 10 results
Languages All
Labels All
Results 7,171 - 7,180 of 373,085 for

save

(1.32 sec)
  1. Example of Hello World using C# language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF... Save resultant PDF document. Following...World!" )); // Save PDF document document . Save ( dataDir + "HelloWorld_out...

    docs.aspose.com/pdf/net/hello-world-example/
  2. CommentDisplayMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.CommentDisplayMode enum for optimized document comment rendering. Enhance your document's clarity and presentation today!...Shows how to show comments when saving a document to a rendered format.... ShowInAnnotations ; doc . Save ( ArtifactsDir + "Document....

    reference.aspose.com/words/net/aspose.words.lay...
  3. SummarizeOptions.summaryLength property | Aspos...

    SummarizeOptions.summaryLength property. Allows to specify summary length... save ( base . artifactsDir + "AI...options ); multiDocumentSummary . save ( base . artifactsDir + "AI...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Manipulate PDF Document|Aspose.PDF for PHP via ...

    Discover how to manipulate PDF files in PHP with Aspose.PDF for content modification and document structuring....in which the result is to be saved and the required validation...); } // Save the updated document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/manipulate-pdf-doc...
  5. Export Scene to Compressed AMF Format|Documenta...

    Aspose.3D for Java offers AmfSaveOptions class which allows you to set boolean value for compression as per your requirements.... save ( MyDir + "test.amf" , opt );...Conversion before Saving 3D Scenes to GLTF 2.0 Format Save 3D Scene as...

    docs.aspose.com/3d/java/export-scene-to-compres...
  6. WarningInfoCollection class | Aspose.Words for ...

    aspose.words.WarningInfoCollection class. Represents a typed collection of [WarningInfo](../warninginfo/) objects...Words generates during a load or save operation. Create an instance...font substitution warning if we save a document with a missing font...

    reference.aspose.com/words/python-net/aspose.wo...
  7. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  8. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....reverse transformation – to save the document back to Markdown...Bold" ) builder . document . save ( docs_base . artifacts_dir...

    docs.aspose.com/words/python-net/translate-mark...
  9. Create a Pie Chart in VSTO and Aspose.Cells|Doc...

    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.... Saving the spreadsheet. The code samples...Application . ActiveWorkbook ; //Save the copy of workbook as OutputVsto...

    docs.aspose.com/cells/net/create-a-pie-chart-in...
  10. Posting AcroForm Data|Aspose.PDF for C++

    You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for C++....send it to your server and then save it in a database etc. Implementation..., 475 ); // Save output pdf file editor -> Save (); } Modifing...

    docs.aspose.com/pdf/cpp/posting-acroform-data/