Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 375,721 for

save

(0.77 sec)
  1. Merge PDF Files To PPSM Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.ppsm" , slides...steps to merge two PDF files and save result as PPSM in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  2. Merge PDF Files To GIF Using Python | products....

    Merge multiple PDF files in Python.... save( "presentation.gif" , slides...steps to merge two PDF files and save result as GIF in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  3. Merge PDF Files To FODP Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.fodp" , slides...steps to merge two PDF files and save result as FODP in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  4. Merge PDF Files To PPSX Using Python | products...

    Merge multiple PDF files in Python.... save( "presentation.ppsx" , slides...steps to merge two PDF files and save result as PPSX in Python. Install...

    products.aspose.com/slides/python-net/merge/pdf...
  5. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for Node.js via C++....js via C++ if you want to save your workbook in XLS or XLSX...format. However, if you want to save your workbook in PDF or HTML...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...
  6. PdfDigitalSignatureDetails Class | Aspose.Words...

    Discover the Aspose.Words.PdfDigitalSignatureDetails class for seamless PDF digital signing. Enhance document security with easy integration and robust features....PdfDigitalSignatureD object and then save the document in the PDF format...PdfSaveOptions as a parameter into the Save method. Aspose.Words creates...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow.... Save ( "pres.pptx" , SaveFormat ...100 , 100 , image ); pres . Save ( "pres.pptx" , SaveFormat ...

    docs.aspose.com/slides/net/image/
  8. Add Circle Object to PDF file|Aspose.PDF for Java

    This article explains how to create a circle object to your PDF using Aspose.PDF for Java....paragraphs collection of page Save our PDF file public static void...( graph ); // Save PDF file pdfDocument . save ( _dataDir + "DrawingCircle1_out...

    docs.aspose.com/pdf/java/add-circle/
  9. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization....Finally, save the output PDF using the Document class save method...()); } // Save the updated PDF file pdfDocument . save ( _dataDir...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  10. Remove Pages from PDF using Rust | Aspose.PDF

    Remove pages from PDF file programmatically with Rust sample code using Aspose.PDF for Rust via C++... Save the output PDF using the Save method. The provided...page from the PDF document. Save the updated PDF document to...

    products.aspose.com/pdf/rust-cpp/pages/remove/