Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 368,257 for

save

(0.14 sec)
  1. Delete a Particular Page from the PDF File in P...

    Learn how to remove a specific page from a PDF document in Python using Aspose.PDF, providing efficient document editing....( 2 ) # save the newly generated PDF file doc . save ( self ...

    docs.aspose.com/pdf/java/delete-a-particular-pa...
  2. Delete a Particular Page from the PDF File in P...

    Learn how to delete a specific page from a PDF file using Python with Aspose.PDF, enabling selective content removal....( 2 ) # save the newly generated PDF file doc . save ( self ...

    docs.aspose.com/pdf/python-java/delete-a-partic...
  3. DownsampleOptions.resolution property | Aspose....

    DownsampleOptions.resolution property. Specifies the resolution in pixels per inch which the images should be downsampled to....can pass to the document's "Save" method # to modify how that...document to .PDF. options = aw . saving . PdfSaveOptions () # By default...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Formatting PDF Document using C#|Aspose.PDF for...

    Create and format the PDF Document with Aspose.PDF for .NET. Use the next code snippet to resolve your tasks.... Save the updated PDF file using the Save method. Properties...UseThumbs ; // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/formatting-pdf-document/
  5. How to Generate Word Document using Java withou...

    This brief tutorial explains how to generate Word document using Java without Interop. It will help you to create Word document using Java without Interop in any of the operating system like macOS, Ubuntu and Windows....using Java without Interop and save it as DOCX using a few lines...in the newly created document Save the resultant Word file as DOCX...

    kb.aspose.com/words/java/how-to-generate-word-d...
  6. 在 JSON 中导入和导出数据|Aspose.PDF for .NET

    本节解释如何在 JSON 中导入和导出数据..., options ); // Optionally, save the document with fields to...to a new PDF document . Save ( dataDir + "TextBox_out.pdf" ); }...

    docs.aspose.com/pdf/zh/net/import-export-json/
  7. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Python via .Net.... Save the workbook to retain the changes...remove_a_name ( "NamedRange" ) # Save the workbook to retain the changes...

    docs.aspose.com/cells/python-net/delete-named-r...
  8. Aspose.PSD for Java 20.7 - 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....Enhancement PSDJAVA-235 If we save PSD file after the creation...opening. Bug PSDJAVA-236 Failed to save LayerMask Bug PSDJAVA-237 Clipping...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  9. Protect PDF API | Aspose.PDF

    Lock PDF documents with free cross-platform Apps and High Code APIs for any platform.... Finally, save the encrypted PDF file using Save method of the..."Encrypt_out.pdf" ; // Save updated PDF document . Save ( dataDir );...

    products.aspose.com/pdf/protect/
  10. Add, Move or Delete pages in PDF using Java | A...

    Manipulate PDF pages of your document programmatically with Java sample code using Aspose.PDF for Java... Save the output PDF using the Save method. Add New...insert ( 2 ); // Save updated PDF pdfDocument . save ( DATA_DIR ....

    products.aspose.com/pdf/java/pages/