Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 375,716 for

save

(0.19 sec)
  1. Working with Comments|Documentation

    This page describes how to add or edit comments with Aspose.Diagram library...., "test@" ); // Save diagram diagram . Save ( dataDir + "AddComment_out...= comment ; } // Save Visio diagram . Save ( dataDir + "EditComment_out...

    docs.aspose.com/diagram/net/working-with-comments/
  2. FontSavingArgs | Aspose.Words for Java

    Provides data for the IFontSavingCallback.fontSavingcom.aspose.words.FontSavingArgs event in Java.... To learn more, visit the Save a Document documentation article...Remarks: When Aspose.Words saves a document to HTML or related...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert a Multi-page Document to an Image in Py...

    Export multi-page documents to raster images (JPG, PNG, GIF, BMP, TIFF, WebP) using Python....organized when saving to an image: single_page – save only the first...following code example shows how to save a multi-page DOCX document as...

    docs.aspose.com/words/python-net/convert-a-mult...
  4. Convert a Document to an Image|Aspose.Words for...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using Python....image, again, in any supported save format . Convert to Image Format...make the necessary changes, and save it in any available image format...

    docs.aspose.com/words/python-net/convert-a-docu...
  5. Aspose::Words::Drawing::OleFormat class | Aspos...

    Aspose::Words::Drawing::OleFormat class. Provides access to the data of an OLE object or ActiveX control. To learn more, visit the documentation article in C++....embedded object if you want to save it into a file. get_SuggestedFileName...embedded object if you want to save it into a file. GetOleEntry...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose.PSD for Java 20.5 - Release Notes|Docume...

    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....Grayscale ColorMode PSD Image saving with 16 bit per channel Feature...Groups Feature PSDJAVA-195 Fix saving PSD image with Grayscale ColorMode...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  7. PdfDigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a PDF document with a digital signature in Java....PdfDigitalSignatureD object and then save the document in the PDF format...parameter into the Document.save(java.lang.String, com.aspose...

    reference.aspose.com/words/java/com.aspose.word...
  8. Create Presentations in Python|Aspose.Slides fo...

    Create PowerPoint presentations in Python with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and Save them programmatically for reliable results.... Save the modified presentation as.... text = "Hello, Aspose!" # Save the presentation as a PPTX file...

    docs.aspose.com/slides/python-net/create-presen...
  9. C++ API to Convert XML to XLTM | products.aspos...

    Convert XML to XLTM via C++ API without using Microsoft Excel or Adobe Reader...Microsoft Excel that allows users to save their workbooks with macros...beneficial as it allows users to save their workbooks with macros...

    products.aspose.com/total/cpp/conversion/xml-to...
  10. 以编程方式保存 PDF 文档|Aspose.PDF for .NET

    了解如何在 C# Aspose.PDF for .NET PDF 库中保存 PDF 文件。将 PDF 文档保存到文件系统、流和 Web 应用程序中。...文档保存到文件系统 您可以使用 Document 类的 Save 方法将创建或操作的 PDF 文档保存到文件系统中。 当您不提供格式类型(选项)时,文档将以.... Add (); // Save PDF document document . Save ( dataDir + "SimpleResume_out...

    docs.aspose.com/pdf/zh/net/save-pdf-document/