Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 375,564 for

save

(0.12 sec)
  1. Add Pages to PDF using Go | Aspose.PDF

    Add PDF pages to your document programmatically with Go sample code using Aspose.PDF for Go via C++... Save the output PDF using the Save method. Insert...log . Fatal ( err ) } // Save() saves previously opened PDF-document...

    products.aspose.com/pdf/go-cpp/pages/add/
  2. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to Save the document with custom properties. I am using the document.Save() to achieve it. After updating to .NET 8, I am getting the following error for document Save methods. No…...method where I am trying to save the document with custom properties...properties. I am using the document.Save() to achieve it. After updating...

    forum.aspose.com/t/aspose-words-errors-after-up...
  3. Export Task List to PDF with Barcode using PDF ...

    PDF SharePoint API can export Task List to PDF with Barcode using PDF Template Engine....template fields and save the template. Create and save a new task. Export...OK . Fill in the form fields. Save the template. The template has...

    docs.aspose.com/pdf/sharepoint/export-task-list...
  4. Delete PDF Pages programmatically C#|Aspose.PDF...

    You can delete pages from your PDF file using Aspose.PDF for .NET library.... Call the Save method to save the updated PDF file...Delete ( 2 ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/delete-pages/
  5. Set Privileges on an Existing PDF File|Aspose.P...

    Learn how to set user privileges, such as printing or copying restrictions, for PDF documents using Aspose.PDF in Java....setPrivilege method and save the output PDF using save method. The following...privilege ); fileSecurity . save ( _dataDir + "sample_privileges...

    docs.aspose.com/pdf/java/set-privileges/
  6. OdtSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.OdtSaveOptions 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/python-net/aspose.wo...
  7. DmlRenderingMode enumeration | Aspose.Words for...

    aspose.words.saving.DmlRenderingMode enumeration. Specifies how DrawingML shapes are rendered to fixed page formats....effects in a document as we save it to PDF. doc = aw . Document...can pass to the document's "Save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert between Excel formats|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.... Save an Excel file to PDF using the...the Workbook class’s Save method. The Save method provides the...

    docs.aspose.com/cells/net/convert-between-excel...
  9. PdfSaveOptions.OpenHyperlinksInNewWindow | Aspo...

    Control hyperlink behavior in your PDF with PdfSaveOptions. Easily set links to open in a new window or tab for enhanced user experience....set to true hyperlinks are saved using JavaScript code. JavaScript...be used automatically when saving to PDF/A-1 and PDF/A-2. Examples...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Add Pages in PDF|Aspose.PDF for Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using Java library.... Save the output PDF using the Save method. The following...insert ( 2 ); // Save updated PDF document . save ( _dataDir + ...

    docs.aspose.com/pdf/java/add-pages/