Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 375,752 for

save

(0.61 sec)
  1. Add and Delete Bookmarks|Aspose.PDF for C++

    Learn how to manage bookmarks in PDF files, including adding and deleting, using C++ and Aspose.PDF for better document navigation....Finally, you need to save the updated PDF using Save method of the PdfBookmarkEditor...method and then save the updated PDF file using Save method. The...

    docs.aspose.com/pdf/cpp/add-and-delete-bookmarks/
  2. Create Presentations in C++|Aspose.Slides Docum...

    Create presentations in C++ with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and Save them programmatically for reliable results....formats can I save a new presentation to? You can save to PPTX, PPT...from a template (POTX/POTM) and save as a regular PPTX? Yes. Load...

    docs.aspose.com/slides/cpp/create-presentation/
  3. 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...
  4. IDocumentProcessorPlugin Interface | Aspose.Wor...

    Discover the Aspose.Words IDocumentProcessorPlugin interface to enhance your document processing with powerful external plugins for seamless integration.... Save ( Stream, SaveOptions ) Save the document loaded...output stream using the specified save options. SetImageWatermark (...

    reference.aspose.com/words/net/aspose.words/ido...
  5. Aspose.PSD for Python via .NET 24.2 - 发行说明|Docu...

    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 , PsdOptions ())...sourceFile ) as image : image . save ( outputFile , PngOptions ())...

    docs.aspose.com/psd/zh/net/aspose-psd-for-pytho...
  6. Hello World in Ruby|Aspose.Words for Java

    Write 'Hello' to a Word Document using Ruby....\ # Save the document in DOCX format. The format to save as is... \ # Aspose.Words supports saving any document in many more formats...

    docs.aspose.com/words/java/hello-world-in-ruby/
  7. Render a Panorama view of 3D scene|Documentation

    Using Aspose.3D for .NET API, developers can render a panorama view of 3D scene and Save that view into the supported image formats....panorama view of 3D scene and save that view into the supported...cube map as input and finally save the Panorama texture. The Execute...

    docs.aspose.com/3d/net/render-a-panorama-view-o...
  8. Add Pages to PDF using Python | Aspose.PDF

    Add PDF pages to your document programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the output PDF using the Save method. Insert...insert ( 2 ) # Save output file document . save ( path_outfile...

    products.aspose.com/pdf/python-net/pages/add/
  9. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for Java recognition results as PDF, text, Word, or Excel documents, as well as XML and JSON files....Ask AI Saving recognition results as a file Contents [ Hide ]...] To save recognition results to a file or write them to the...

    docs.aspose.com/ocr/java/save-file/
  10. Extract Images from PDF Python | Aspose.PDF

    Extract images from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save output image. Save updated PDF file. Extract...output_image , "w" ) # Save output image xImage . save ( output_image...

    products.aspose.com/pdf/python-net/images/extract/