Sort Score
Result 10 results
Languages All
Labels All
Results 8,461 - 8,470 of 375,192 for

save

(0.23 sec)
  1. HtmlSaveOptions.html_version property | Aspose....

    HtmlSaveOptions.html_version property. Specifies version of HTML standard that should be used when saving the document to HTML or MHTML...standard that should be used when saving the document to HTML or MHTML...self ) -> aspose . words . saving . HtmlVersion : ... @html_version...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PDF to EXCEL | Online for Free | Aspose...

    PDF to EXCEL online conversion. Use this free tool to try functionality of our ASPOSE.PDF library. It helps to convert PDF to EXCEL without any registration, captcha or limits. Try our library for free...pdf" ); // save document in XLS format document . Save ( "output...your PDF file and then simply save it as a EXCEL file. You can...

    products.aspose.com/pdf/online/conversion-pdf-t...
  3. Convert PDF to WORD | Online for Free | Aspose.PDF

    PDF to WORD online conversion. Use this free tool to try functionality of our ASPOSE.PDF library. It helps to convert PDF to WORD without any registration, captcha or limits. Try our library for free...pdf" ); // save document in DOC format document . Save ( "output...your PDF file and then simply save it as a WORD file. You can use...

    products.aspose.com/pdf/online/conversion-pdf-t...
  4. PdfSaveOptions.zoomFactor property | Aspose.Wor...

    PdfSaveOptions.zoomFactor property. Gets or sets a value determining zoom factor (in percentages) for a document....can pass to the document's "Save" method // to modify how that...25%. let options = new aw . Saving . PdfSaveOptions (); options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HtmlVersion enumeration | Aspose.Words for Node.js

    Aspose.Words.Saving.HtmlVersion enumeration. Indicates the version of HTML is used when saving the document to [SaveFormat.Html](../../aspose.words/Saveformat/#Html) and [SaveFormat.Mhtml](../../aspose.words/Saveformat/#Mhtml) formats....version of HTML is used when saving the document to SaveFormat...Members Name Description Xhtml Saves the document in compliance with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Convert PDF to SVG in Python | products.aspose.com

    Convert PDF to SVG in Python. Use Python library API to convert PDF files to SVGs...Presentation from PDF file and save it as SVG. Python code for converting...source PDF files in Python. Save result as SVG file. Convert...

    products.aspose.com/slides/python-net/conversio...
  7. Create PDF Document|Aspose.PDF for C++

    This article describes how to Create and format the PDF Document with Aspose.PDF for C++....Paragraphs collection of the page Save the resultant PDF document using...( text ); // Save updated PDF document -> Save ( _dataDir + outputFileName...

    docs.aspose.com/pdf/cpp/create-pdf-document/
  8. Aspose.PSD for .NET 24.7发布说明|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 ( outputFile , new PngOptions...PdfCoreOptions (); psdImage . Save ( output , saveOptions ); }...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. Convert PDF to JPG in Java | products.aspose.com

    Convert PDF to JPG in Java. Use Java library API to convert PDF files to JPGs...Presentation from PDF file and save it as JPG. Java code for converting...the source PDF files in Java. Save result as JPG file. Free Online...

    products.aspose.com/slides/java/conversion/pdf-...
  10. 程序化拆分 PDF|Aspose.PDF for .NET

    本主题展示了如何在您的 .NET 应用程序中使用 C# 将 PDF 页面拆分为单独的 PDF 文件。... 使用 Save 方法保存新的 PDF。 以下代码片段也适用于 Aspose...( page ); // Save PDF document document2 . Save ( dataDir + "Page_"...

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