Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 375,198 for

save

(0.13 sec)
  1. XpsSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.XpsSaveOptions constructor...this class that can be used to save a document in the SaveFormat...( self ): ... XpsSaveOptions(save_format) Initializes a new instance...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PDF to PowerPoint in Python|Aspose.PDF ...

    Learn how to easily convert PDFs to PowerPoint presentations using Aspose.PDF for Python via .NET. Step-by-step guide for seamless PDF to PPTX transformation....as a second argument to the save() . The following code snippet...PptxSaveOptions class. Call the document.save() method. from os import path...

    docs.aspose.com/pdf/python-net/convert-pdf-to-p...
  3. FontSavingArgs.fontFileName property | Aspose.W...

    FontSavingArgs.fontFileName property. Gets or sets the file name (without path) where the font will be Saved to....path) where the font will be saved to. get fontFileName () : string...the value of this property to save the font into a different file...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Document Conversion via Android API | products....

    Convert Word, Excel, PowerPoint, HTML, PDF and Image formats using Android conversion API. Android convert Office docx, xlsx, pptx to PDF....class and render to XLSX via save method. Next load the rendered...using Workbook class and invoke save method. Android - PDF to Excel...

    products.aspose.com/total/android-java/conversion/
  5. PdfSaveOptions.openHyperlinksInNewWindow proper...

    PdfSaveOptions.openHyperlinksInNewWindow property. Gets or sets a value determining whether hyperlinks in the output Pdf document are forced to be opened in a new window (or tab) of a browser....set to true hyperlinks are saved using JavaScript code. JavaScript...be used automatically when saving to PDF/A-1 and PDF/A-2. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfSaveOptions.open_hyperlinks_in_new_window pr...

    PdfSaveOptions.open_hyperlinks_in_new_window property. Gets or sets a value determining whether hyperlinks in the output Pdf document are forced to be opened in a new window (or tab) of a browser....set to True hyperlinks are saved using JavaScript code. JavaScript...be used automatically when saving to PDF/A-1 and PDF/A-2. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Create Thumbnails of Presentation Shapes on And...

    Generate high-quality shape thumbnails from PowerPoint slides with Aspose.Slides for Android via Java – easily create and export presentation thumbnails.... Save the thumbnail image in your...get_Item ( 0 ). getImage (); // Save the image to disk in PNG format...

    docs.aspose.com/slides/androidjava/create-shape...
  8. Java API to Export PS to MHTML | products.aspos...

    Convert PS to MHTML using on premise Java API...class Convert PS to DOC by using save method Load DOC file by using...Aspose.Words Save the document to MHTML format using save method and...

    products.aspose.com/total/java/conversion/ps-to...
  9. HtmlSaveOptions constructor | Aspose.Words for ...

    aspose.words.saving.HtmlSaveOptions constructor...this class that can be used to save a document in the SaveFormat...self ): ... HtmlSaveOptions(save_format) Initializes a new instance...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。...您将了解如何使用 类的 Save() 方法保存 SVG 文件。此外,Aspose.SVG...using System. IO ; Copy 1 // Save SVG to file using C# 2 3 //...

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