Sort Score
Result 10 results
Languages All
Labels All
Results 9,101 - 9,110 of 377,459 for

save

(0.53 sec)
  1. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。...( table ); // Save PDF document document . Save ( dataDir + "RemoveTable_out...table ); } // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  2. 使用形状段落|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 diagram in the VSDX format diagram . save ( dataDir...

    docs.aspose.com/diagram/zh/java/working-with-sh...
  3. Create Visio document programmatically|Document...

    This page describes how to create Visio document from scratch with Aspose.Diagram library....(); // Save diagram in the VSDX format diagram . Save ( dataDir...

    docs.aspose.com/diagram/net/create-visio-document/
  4. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 最后,使用Document对象的Save方法保存更新的PDF。 以下代码片段显示如何在PDF文件中创建到应用程序的链接。...link ); // 保存更新的文档 document -> Save ( _dataDir + u "CreateApplicationLin...

    docs.aspose.com/pdf/zh/cpp/create-links/
  5. ImageSaveOptions.threshold_for_floyd_steinberg_...

    ImageSaveOptions.threshold_for_floyd_steinberg_dithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...jpg' ) # When we save the document as a TIFF, we can...darker images. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 创建、插入字段|Documentation

    如何使用 C# Diagram API 创建、插入字段。...Add ( fld ); // Save diagram diagram . Save ( dataDir + "InsertField_out...

    docs.aspose.com/diagram/zh/net/create-insert-fi...
  7. Creating an Aztec BarCode in Ruby|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....setCodeText ( "1234567890" ) \ # Save the image to your system and...image format to Jpeg builder . save ( data_dir + "CreatingAztecBarcode...

    docs.aspose.com/barcode/java/creating-an-aztec-...
  8. Auto Filter Data|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 the spreadsheet. The code samples...EntireColumn . AutoFit (); //Save a copy of the workbook as a...

    docs.aspose.com/cells/net/auto-filter-data/
  9. XamlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFixedSaveOptions for enhanced document saving in XamlFixed format. Unlock advanced features for superior results!...specify additional options when saving a document into the XamlFixed...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Adding JavaScript in PHP|Aspose.PDF for Java

    Learn how to add JavaScript to PDF files using PHP and Aspose.PDF to enhance document interactivity....closed')" )); # Save PDF Document $doc -> save ( $dataDir . "JavaScript-Added...

    docs.aspose.com/pdf/java/adding-javascript-in-php/