Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 369,869 for

save

(0.21 sec)
  1. Convert PDF to Excel Workbook in Python|Aspose....

    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....ExcelSaveOptions (); # Save the output to XLS format doc . save ( self . dataDir...

    docs.aspose.com/pdf/java/convert-pdf-to-excel-w...
  2. Delete a Particular Page from the PDF File In P...

    Explore how to delete a specific page from a PDF document in PHP with Aspose.PDF, simplifying document editing....2 ); # save the newly generated PDF file $pdf -> save ( $dataDir...

    docs.aspose.com/pdf/java/delete-a-particular-pa...
  3. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++....5 ); // Save the workbook workbook . Save ( outDir + u "output_out...); std :: cout << "Workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  4. SaveOutputParameters class | Aspose.Words for N...

    Aspose.Words.Saving.SaveOutputParameters class. This object is returned to the caller after a document is Saved and contains additional information that has been generated or calculated during the Save operation...caller after a document is saved and contains additional information...generated or calculated during the save operation. The caller can use...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用 Node.js 和 C++ 将指定工作表保存为 PDF|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将指定的工作表保存为 PDF。...// Save the pdf file with PdfSaveOptions workbook . save ( "output...// Save the pdf file with PdfSaveOptions workbook . save ( "output...

    docs.aspose.com/cells/zh/nodejs-cpp/save-specif...
  6. 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/
  7. 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/
  8. Render Slide as Thumbnail to JPEG|Aspose.Slides...

    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 the thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( destFileName...

    docs.aspose.com/slides/net/render-slide-as-thum...
  9. FileFormatInfo.IsEncrypted | Aspose.Words for .NET

    Discover if your document is secure with the FileFormatInfo IsEncrypted property—returns true for encrypted files needing a password to access....a password when we save it, and then save the document. OdtSaveOptions...Password = "MyPassword" ; doc . Save ( ArtifactsDir + "File.DetectDocumentEncryp...

    reference.aspose.com/words/net/aspose.words/fil...
  10. Add Comments to Visio Drawings in PHP|Documenta...

    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....880708661417323 , "test@" ); \ # Save as VDX $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "AddComment.vdx"...

    docs.aspose.com/diagram/java/add-comments-to-vi...