Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 380,966 for

save

(1.08 sec)
  1. Manage X-Dimension and Y-Dimension in Ruby|Docu...

    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....Code128 ) \ # Save the image to file bb . save ( data_dir + "barcode...( 0 . 5 ) \ # Save the image to file bb . save ( data_dir + ...

    docs.aspose.com/barcode/java/manage-x-dimension...
  2. Delete Images from PDF File using C++|Aspose.PD...

    This section explain how to delete Images from PDF File using Aspose.PDF for C++.... Saved the output like using the Document object’s Save method...Delete ( 1 ); // Save updated PDF file document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/delete-images-from-pdf-...
  3. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....can pass to the document's "Save" method // to modify the way...setPageSet(new PageSet(1)); // When we save the document to the JPEG format...

    reference.aspose.com/words/java/com.aspose.word...
  4. Fill Barcode Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to programmatically fill barcode fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, assign a value to a barcode field, and Save the updated file....data is filled, the PDF is saved with the updated barcode content...‘fill_field()’ to assign a barcode value. Save the updated Document. from io...

    docs.aspose.com/pdf/python-net/fill-barcode-fie...
  5. 在 C# 中优化、压缩或减少 PDF 大小|Aspose.PDF for .NET

    使用 C# 优化 PDF 文件,缩小所有图像,减少 PDF 大小,取消嵌入字体,删除未使用的对象。... 使用 Save 方法保存优化后的文档。 以下代码片段也适用于 Aspose...Optimize (); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/optimize-pdf/
  6. Remove Field|Aspose.PDF for Python via .NET

    This example shows how to delete the 'Country' field from a PDF form using the 'remove_field' method of the 'FormEditor' class.... Save the updated document. from io..."Country" ) # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/remove-field/
  7. Remove Open Action|Aspose.PDF for Python via .NET

    This example loads an existing PDF, removes the open action, and Saves the cleaned document.... Save the updated Document. import...on () # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/remove-open-action/
  8. Remove Hidden Info|Documentation

    This section explains how to remove unusing or hidden info from a diagram with Aspose.Diagram....Masters )); // Initialize HTML save options HTMLSaveOptions options...false ; // Save the Visio diagram diagram . Save ( dataDir +...

    docs.aspose.com/diagram/net/remove-hidden-info/
  9. Add Popup Annotations|Aspose.PDF for Python via...

    This example loads a PDF, adds a popup annotation to the first page, and Saves the modified document. The popup is set to be visible by default and displays the specified comment text.... Save the updated Document. import...1 , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-popup-annota...
  10. Adding Attachment to PDF document|Aspose.PDF fo...

    This page describes how to add an attachment to a PDF file with Java....fileSpecification ); // Save the updated document pdfDocument . save ( "output..."output.pdf" ); } } Extract and Save an Attachment...

    docs.aspose.com/pdf/java/add-attachment-to-pdf-...