Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 375,758 for

save

(0.68 sec)
  1. 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/
  2. SlideTransition|Aspose.Slides for Python Docume...

    Control slide transitions in Python with Aspose.Slides: choose types, speed, sound, and timing to polish presentations in PPT, PPTX and ODP.... save ( "slide_transition.pptx" ,...TransitionType . NONE presentation . save ( "slide_transition_removed...

    docs.aspose.com/slides/python-net/examples/elem...
  3. PdfDigitalSignatureDetails.Location | Aspose.Wo...

    Discover the PdfDigitalSignatureDetails Location property to easily manage and customize your document signing location for enhanced security and efficiency....can pass to the document's "Save" method // to modify how that...document as we render it with the "Save" method. DateTime signingTime...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Refresh Values of Linked Shapes with Golang via...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....Cells when 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/go-cpp/refresh-values-of-...
  5. 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...
  6. Aspose.PSD for Java 25.9 - Release Notes|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....on macOS Bug PSDJAVA-775 The saved PSD file cannot be opened Bug...PSDJAVA-776 The error: Image saving failed in the file with Artboard...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  7. DocSaveOptions constructor | Aspose.Words for N...

    Aspose.Words.Saving.DocSaveOptions constructor...this class that can be used to save a document in the SaveFormat...this class that can be used to save a document in the SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Hello World Java Example|Aspose.PDF for Java

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for Java....Paragraph collection of the page Save the resultant PDF document The...World!" )); // Save updated PDF document . save ( "HelloWorld_out...

    docs.aspose.com/pdf/java/hello-world-example/
  9. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF pages into individual PDF files in your Python applications....the empty document Save the new PDF using save() method Split PDF...add ( pdfPage ) new_document . save ( output_path + "_page_" + str...

    docs.aspose.com/pdf/python-net/split-pdf-document/
  10. Add Text and Image Stamp|Aspose.PDF for .NET

    This section explains how to add Text and Image Stamp with Aspose.PDF Facades using PdfFileStamp Class.... Finally, save the output PDF file using Close...( stamp ); // Save PDF document fileStamp . Save ( dataDir + ...

    docs.aspose.com/pdf/net/add-text-and-image-stamp/