Sort Score
Result 10 results
Languages All
Labels All
Results 6,921 - 6,930 of 368,266 for

save

(1.11 sec)
  1. Working with Exchange Mailbox and Messages usin...

    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....example, when message IDs are saved to the database. The following...how to list messages by ID. Saving Messages This topic shows how...

    docs.aspose.com/email/net/working-with-exchange...
  2. PDF to EPUB Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one EPUB single file programmatically with Java sample code using Aspose.PDF for Java...file to new page After the loop save the result Here is an example...Merge PDF files using Java and save as EPUB Example Java: this sample...

    products.aspose.com/pdf/java/merger/pdf-to-epub/
  3. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class.... Save the modified PDF to the output...where the modified PDF will be saved. Returns: None: The function...

    docs.aspose.com/pdf/python-net/add-headers-and-...
  4. Set Code Text for Barcode in PHP|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....5 ); \ # save the barcode image to file $bb -> save ( $dataDir...

    docs.aspose.com/barcode/java/set-code-text-for-...
  5. View EPUB Files using Java | Aspose.PDF

    Open and view EPUB documents programmatically with Java sample code using Aspose.PDF for Java...()); // save document in HTML format pdfDocument . save ( "output...

    products.aspose.com/pdf/java/viewer/epub/
  6. Read Barcodes from Multipage TIFF Images in C#|...

    How to Recognize Barcodes from TIFF Files...This format is widely used to save data during automatic scanning...in tiffImage . Frames ) { //save the TIFF frame to the stream...

    docs.aspose.com/barcode/net/read-barcode-from-m...
  7. How to Rotate Text of Cell with C++|Documentation

    C++ code to rotate text of Cell with Aspose.Cells for C++ API... Save the Workbook After rotating...rotating the cells, you can save the modified workbook back to a file...

    docs.aspose.com/cells/cpp/how-to-rotate-text-of...
  8. Excel to PDF Conversion in Jython|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....xls" ) # Save the document in PDF format workbook . save ( dataDir...

    docs.aspose.com/cells/java/excel-to-pdf-convers...
  9. Python中取消保护工作表|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....unprotect () \# Save the excel file . workbook . save ( self . dataDir...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  10. Remove Tables from PDF using Python | Aspose.PDF

    Remove tables from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the file. Delete Tables from...remove ( table ) document . save ( path_outfile )...

    products.aspose.com/pdf/python-net/table/remove/