Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 377,465 for

save

(0.3 sec)
  1. Single-Line Field to Multi-Line Field|Aspose.PD...

    Convert a single-line text field into a multi-line field in a PDF document using Aspose.PDF for Python.... Save the updated document. from io..."City" ) # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/single-to-multiple/
  2. MarkdownSaveOptions.link_export_mode property |...

    MarkdownSaveOptions.link_export_mode property. Specifies how links will be written to the output file... saving . MarkdownLinkExportMo : ...., value : aspose . words . saving . MarkdownLinkExportMo ): ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.PSD for Java 21.6 - 发行说明|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 ( outputFileName , new PngOptions...sourceFileName ); try { image . save ( outputFileName , new PngOptions...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  4. Python via JPype|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....BarcodeGenerator to generate a barcode and save the barcode image to disk. Python..."test-123" ) \# Save the barcode image builder . save ( "e:\\data...

    docs.aspose.com/barcode/java/python-via-jpype/
  5. Add Watermark to PDF using Python | Aspose.PDF

    Add watermark to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Save PDF file Add Watermark to PDF...artifact ) # save result pdf to file doc . save ( path_outfile...

    products.aspose.com/pdf/python-net/watermark/add/
  6. 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...
  7. 通过Node.js使用C++改变Excel文本框或形状的字符间距|Documentation

    使用Aspose.Cells for Node.js via C++更改单元格文本框或形状的字符间距。...); // Save the workbook in xlsx format workbook . save ( path...setSpacing ( 4 ); // Save the workbook workbook . save ( "ChangedCharacterSpac...

    docs.aspose.com/cells/zh/nodejs-cpp/change-char...
  8. 更新、删除字段|Documentation

    本节说明如何更新或删除字段。... Undefined ; // Save diagram diagram . Save ( dataDir + "UpdateField_out...Remove ( fld ); // Save diagram diagram . Save ( dataDir + "RemoveField_out...

    docs.aspose.com/diagram/zh/net/update-remove-fi...
  9. 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...
  10. 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/