Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 380,285 for

save

(0.15 sec)
  1. Add Movie Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, adds a movie annotation on page 1, and Saves the updated PDF.... Save the updated PDF document. import..., 1 ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-movie-annota...
  2. Add PDF Document Link|Aspose.PDF for Python via...

    This example binds an input PDF, adds a green-colored link to a page in another PDF, and Saves the modified document.... Save the updated PDF document. import...green , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-pdf-document...
  3. Add Rubber Stamp|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a green “Approved” rubber stamp to the first four pages, and Saves the modified document.... Save the updated PDF document. import...green , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-rubber-stamp/
  4. DocSaveOptions | Aspose.Words for .NET

    Discover the DocSaveOptions constructor for seamless document saving in Doc format. Enhance your workflow with easy, efficient document management....this class that can be used to save a document in the Doc format...() Examples Shows how to set save options for older Microsoft...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Create ListBox Field|Aspose.PDF for Python via ...

    Learn how to programmatically add a ListBox form field to a PDF document using Aspose.PDF for Python. This guide shows how to insert a ListBox field, define selectable items, and Save the updated PDF file.... Save the updated PDF document. import..., 230 , 398 , 350 , 514 ) # Save updated PDF document with form...

    docs.aspose.com/pdf/python-net/create-listbox-f...
  6. Create TextBox Field|Aspose.PDF for Python via ...

    Learn how to programmatically add TextBox fields to a PDF document using Aspose.PDF for Python. This tutorial shows how to insert multiple text fields, set default values, and Save the updated PDF document.... Save the updated PDF document. import..., 235 , 570 , 330 , 590 ) # Save updated PDF document with form...

    docs.aspose.com/pdf/python-net/create-textbox-f...
  7. Add Polyline Annotation|Aspose.PDF for Python v...

    The example binds an input PDF, creates a solid polyline on the first page, and Saves the modified document with an annotation.... Save the updated Document. import...annotation" , ) # Save output PDF file content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-polyline-ann...
  8. Markup Annotations using Java|Aspose.PDF for Java

    Learn how to add, inspect, and delete highlight, underline, squiggly, and strikeout annotations in PDF documents using Java....annotation to the page collection and save the document. public static...highlightAnnotation ); document . save ( outputFile . toString ());...

    docs.aspose.com/pdf/java/pdfannotationeditor-cl...
  9. Work with Images using PdfContentEditor|Aspose....

    This section explains how to add and delete Images with Aspose.PDF Facades using PdfContentEditor Class....that, you can save the updated PDF file using Save method. The...images, and then save the updated PDF file using Save method. The...

    docs.aspose.com/pdf/net/working-with-images-in-...
  10. Don't want to see the Formulas in the viewer - ...

    Hi Team, I don’t want to see the formulas in the viewer , I just want to see the values . Can you please suggest is there any way to do that . image.png (65.9 KB)...xlsx"); // Save the workbook as PDF to hide...hide formulas workbook.Save("output.pdf", SaveFormat.Pdf); This code...

    forum.aspose.com/t/dont-want-to-see-the-formula...