Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 380,280 for

save

(0.34 sec)
  1. 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...
  2. 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/
  3. Watermarker class | Aspose.Words for Python

    aspose.words.lowcode.Watermarker class. Provides methods intended to insert watermarks into the documents....set_image(input_file_name, output_file_name, save_format, watermark_image_file_name)...document with options and specified save format. set_image(input_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. Export OFT to PDF via C++ | products.aspose.com

    C++ API to Convert OFT to PDF without using Microsoft Word or Outlook...Convert OFT to HTML by using Save member function Load HTML by...Document class Save the document to PDF format using Save method and...

    products.aspose.com/total/cpp/conversion/oft-to...
  6. Export EMLX to RTF via C++ | products.aspose.com

    C++ API to Convert EMLX to RTF without using Microsoft Word or Outlook...Convert EMLX to HTML by using Save member function Load HTML by...Document class Save the document to RTF format using Save method and...

    products.aspose.com/total/cpp/conversion/emlx-t...
  7. Export EMLX to BMP via C++ | products.aspose.com

    C++ API to Convert EMLX to BMP without using Microsoft Word or Outlook...Convert EMLX to HTML by using Save member function Load HTML by...Document class Save the document to BMP format using Save method and...

    products.aspose.com/total/cpp/conversion/emlx-t...
  8. Export EMLX to TEXT via C++ | products.aspose.com

    C++ API to Convert EMLX to TEXT without using Microsoft Word or Outlook...Convert EMLX to HTML by using Save member function Load HTML by...Document class Save the document to TEXT format using Save method and...

    products.aspose.com/total/cpp/conversion/emlx-t...
  9. Convert PDF to EPUB, LaTeX, Text, XPS in C#|Asp...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using C# or .NET....Save(..) method, to generate an EPUB...pdf" )) { // Instantiate Epub Save options EpubSaveOptions options...

    docs.aspose.com/pdf/net/convert-pdf-to-other-fi...
  10. Add, Extract, or Remove Attachments in PDF usin...

    C++ source code to add, extract and remove Attachments in PDF file....the collection’s Add method Save the PDF file. Adding Attachment...fileSpecification ); // Save new output pdfDocument -> Save ( _dataDir +...

    products.aspose.com/pdf/cpp/attachments/