Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 369,791 for

save

(0.21 sec)
  1. PclSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PclSaveOptions SaveFormat property to easily Save documents in PCL format, ensuring compatibility and high-quality output for your projects....the document will be saved if this save options object is used...rasterize complex elements while saving a document to PCL. Document...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Convert Spreadsheet to PDF in xlsx4j|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/convert-spreadsheet-...
  3. PdfSaveOptions.useBookFoldPrintingSettings prop...

    PdfSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be Saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/)....whether the document should be saved using a booklet printing layout...FixedPageSaveOptions.pageSet is ignored when saving. This behavior matches MS Word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Split Panes in 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....split (); # Save the Excel file workbook . save ( self . dataDir...

    docs.aspose.com/cells/java/split-panes-in-python/
  5. Convert AI to PDF|Documentation

    Check how Aspose.PSD for Java can manipulate convert AI Images to PDF... Save and Use the PDF: Once you have...options, use the Image.Save method to save the AI file as a PDF...

    docs.aspose.com/psd/java/convert/ai-to-pdf/
  6. Set PDF Expiration in Python|Aspose.PDF for Java

    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 update document with new information doc . save ( self...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...
  7. Update Page Dimensions in PHP|Aspose.PDF for Java

    Learn how to modify page dimensions within a PDF document in PHP using Aspose.PDF for better layout control....4 ); # save the newly generated PDF file $pdf -> save ( $dataDir...

    docs.aspose.com/pdf/java/update-page-dimensions...
  8. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document... save ( file_name = ARTIFACTS_DIR...has_image ) save_options = aw . saving . PdfSaveOptions () save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. High CPU / Memory utilization on generating PDF...

    We faced this similar issue today. Code Snippet is as below PdfSaveOptions SaveOptions = new PdfSaveOptions(); SaveOptions.setCompliance(PdfCompliance.PDF_A_1_B); SaveOptions.setAllColumnsInOnePagePerSheet(true); fo…...save(filename,saveOptions); High...in the worksheets and then saving it as PDFs. amjad.sahi December...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  10. Set PDF Expiration in PHP|Aspose.PDF for Java

    Discover how to set an expiration date for a PDF file in PHP, controlling access with Aspose.PDF....); # save update document with new information $doc -> save ( $dataDir...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...