Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 375,216 for

save

(0.2 sec)
  1. Add, Move or Delete pages in PDF using Java | A...

    Manipulate PDF pages of your document programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. Add New...insert ( 2 ); // Save updated PDF pdfDocument . save ( DATA_DIR ....

    products.aspose.com/pdf/java/pages/
  2. Archive

    archives... Finally, call the save() method to save it as XLSX . It takes...to XLSX. We can specify XLSX save options by following the steps...

    blog.aspose.com/tasks/convert-mpp-to-excel-usin...
  3. 删除隐藏信息|Documentation

    本节介绍如何使用 Aspose.Diagram 从 diagram 中删除未使用或隐藏的信息。...Masters )); // Initialize HTML save options HTMLSaveOptions options...false ; // Save the Visio diagram diagram . Save ( dataDir +...

    docs.aspose.com/diagram/zh/net/remove-hidden-info/
  4. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Aspose.PDF for C++ library...fileSpecification ); // Save new output pdfDocument -> Save ( _dataDir +..."AddAttachment_out.pdf" ); } Extract and Save an Attachment...

    docs.aspose.com/pdf/cpp/add-attachment-to-pdf-d...
  5. Aspose.PSD for Python via .NET 25.5 - Release N...

    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.... Bug PSDPYTHON-189 Saving of newly created PSD File to...LayerResources.BaseFxResource.Save(Aspose.PSD.StreamContainer,System...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  6. Merger Class | Aspose.Words for .NET

    Effortlessly merge diverse document types into one with Aspose.Words.LowCode.Merger class. Streamline your workflow and enhance productivity today!...specified input output streams and save options. static Merge ( string...input output file names and save options. static Merge ( Stream...

    reference.aspose.com/words/net/aspose.words.low...
  7. Create Presentations in PHP|Aspose.Slides for P...

    Create presentations with Aspose.Slides for PHP via Java — produce PPT, PPTX, and ODP files and Save them programmatically for reliable results...., 150 , 300 , 0 ); $pres -> save ( "NewPresentation_out.pptx"...formats can I save a new presentation to? You can save to PPTX, PPT...

    docs.aspose.com/slides/php-java/create-presenta...
  8. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between workbooks using Aspose.Cells for Node.js via C++. Efficiently manage your workbook structures...."Copy" )); // Save the file. excelWorkbook1 . save ( path . join...moveTo ( 1 ); // Save the file. excelWorkbook2 . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/copy-and-move-...
  9. Convert PowerPoint Presentations to HTML on And...

    Convert PowerPoint presentations to responsive HTML in Java. Preserve layout, links, and images with Aspose.Slides for Android conversion guide for fast, flawless results....ODP in Presentation object and save it to HTML format. About PowerPoint...Presentation class. Use the Save method to save the object as an HTML...

    docs.aspose.com/slides/androidjava/convert-powe...
  10. Add Watermark to PDF using PHP | Aspose.PDF

    Add watermark to PDF file programmatically with PHP sample code using Aspose.PDF for PHP via Java... Save PDF file Add Watermark to PDF...$artifact ); // Save output document $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/watermark/add/