Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 310,760 for

save

(0.08 sec)
  1. Convert CSV to POTM with C++ or with free Onlin...

    Convert CSV to POTM within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to POTM format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  2. DocSaveOptions.alwaysCompressMetafiles property...

    DocSaveOptions.alwaysCompressMetafiles property. When ``false``, small metafiles are not compressed for performance reason...compression in a document while saving. // Open a document that contains...equation object.docx" ); // When we save a document, smaller metafiles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.Diagram for Python via Java Limitations ...

    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 ( "out.vsdx" , SaveFileFormat...diagram = Diagram () diagram . save ( "out.vsdx" , SaveFileFormat...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  4. Apply or Change a Slide Layout in C#|Aspose.Sli...

    Learn how to manage and customize slide layouts in Aspose.Slides for .NET. Explore layout types, placeholder control, footer visibility, and layout manipulation through code examples in C#.... Save the presentation. The following...); // Save the presentation to disk. presentation . Save ( "AddLayoutSlides...

    docs.aspose.com/slides/net/slide-layout/
  5. Remove DOC Annotation Online or Manage Annotati...

    delete comments from DOC file through online app for free. Android API code to manage comments of DOC files....all comments Call the save method to save the file. Code : Delete...this comment Call the save method to save the file Add Comments...

    products.aspose.com/total/android-java/annotate...
  6. Auto Filter Data in VSTO and Aspose.Cells|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.... Save the spreadsheet. The code samples...EntireColumn . AutoFit (); //Save the copy of workbook as .xlsx...

    docs.aspose.com/cells/net/auto-filter-data-in-v...
  7. 转换 PDF API | Aspose.PDF

    使用 Aspose.PDF 库将 PDF 转换为 DOCX、PPTX、XLS、XLSX、EPUB、TEX、MHTML、Markdown 等格式...()); // save document in HTML format document . Save ( "output...image ); // Save output PDF document document . save ( Paths ....

    products.aspose.com/pdf/zh-hans/conversion/
  8. FileFormatUtil.load_format_to_save_format metho...

    FileFormatUtil.load_format_to_Save_format method. Converts a [LoadFormat](../../loadformat/) value to a [SaveFormat](../../Saveformat/) value if possible....load_format_to_save_format method load_format_to_save_format(load_format)...possible. def load_format_to_save_format ( self , load_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Public API Changes in Aspose.Cells 8.4.2|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...."End Sub" ); //Save the workbook workbook . save ( output , SaveFormat..., 6 , 3 ); //Save the workbook workbook . save ( output ); Enumeration...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. 在 .NET 中将 HTML 转换为 PDF|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 HTML 和 MHTML 转换为 PDF。...Save() 方法保存输出 PDF 文档。 // For complete...options )) { // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/convert-html-to-pdf/