Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 348,742 for

save

(0.09 sec)
  1. FixedPageSaveOptions.optimizeOutput property | ...

    FixedPageSaveOptions.optimizeOutput property. Flag indicates whether it is required to optimize output...optimize document objects while saving to xps. let doc = new aw ....object to pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Set Column Width to Scalable Unit like em or pe...

    Learn how to set column width to scalable units like em or percent in Aspose.Cells for JavaScript via C++. Improve the presentation of generated HTML tables....arrayBuffer )); // Specify Html Save Options const options = new...widthScalable = true ; // Specify image save format (converted from setExportImagesAsBas)...

    docs.aspose.com/cells/javascript-cpp/set-column...
  3. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....collection of page instance And save your PDF file package com.aspose...object" )); // Save PDF file pdfDocument . save ( _dataDir + ...

    docs.aspose.com/pdf/java/add-rectangle/
  4. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Python via .Net.... Save the workbook to retain the changes...remove_a_name ( "NamedRange" ) # Save the workbook to retain the changes...

    docs.aspose.com/cells/python-net/delete-named-r...
  5. 使用Aspose.Cells将工作簿保存为文本或CSV格式|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....string FileName = FilePath + "Save Workbook to Text or CSV Format...string destFileName = FilePath + "Save Workbook to Text or CSV Format...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  6. Supported File Formats | Aspose.Note Documentation

    Aspose.Note for Java supports multiple file formats including ONE, ONETOC2, PNG, GIF, JPEG, BMP, TIFF, PDF.... Format Description Load Save Remarks OneNote Document (Microsoft...File Format Save as PNG Image Save as GIF Image Save as JPEG Image...

    docs.aspose.com/note/java/supported-file-formats/
  7. Convert Doc to HTML in Ruby|Aspose.Words for Java

    Converting Doc to HTML using Ruby in Java....roundtrip information when saving to HTML, MHTML or EPUB. \ #...setExportRoundtripIn ( true ) doc . save ( data_dir + "ExportRoundtripInfor...

    docs.aspose.com/words/java/convert-doc-to-html-...
  8. Change PDF Page Size with Python|Aspose.PDF for...

    Change Page Size from your PDF document using Aspose.PDF for Python via .NET library.... Call the Document class save() method to generate the PDF...842.4 ) # Save the updated document document . save ( output_pdf...

    docs.aspose.com/pdf/python-net/change-page-size/
  9. Aspose::Words::Saving::PsSaveOptions::get_UseBo...

    Aspose::Words::Saving::PsSaveOptions::get_UseBookFoldPrintingSettings method. Gets or sets a boolean value indicating whether the document should be Saved using a booklet printing layout, if it is specified via MultiplePages in C++....Aspose::Words::Saving::PsSaveOptions::get_UseBookFoldPrintingS...whether the document should be saved using a booklet printing layout...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....Paragraph collection of the page Save the resultant PDF document void...-> Add ( textFragment ); // Save updated PDF String outputFileName...

    docs.aspose.com/pdf/cpp/create-document/