Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 369,804 for

save

(0.08 sec)
  1. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF document with Java....Finally, save the updated PDF using the Document object’s Save method...link ); // Save updated document document . save ( _dataDir +...

    docs.aspose.com/pdf/java/create-links/
  2. Create Links in PDF file with C++|Aspose.PDF fo...

    This section explains how to create links in your PDF document with C++....Finally, save the updated PDF using the Document object’s Save method...link ); // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/create-links/
  3. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。..."A1:D10" # Save modified workbook workbook . save ( "output_set_print_area...print_area = "" # Save modified workbook workbook . save ( "output_clear_print_area...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  4. Convert Visio to HTML format|Documentation

    This topic show you how to convert Visio to html formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to html with a few lines of code....read the diagram files and the Save method to export the diagram...image format. Developers can save resultant HTML in the local...

    docs.aspose.com/diagram/python-java/convert-vis...
  5. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....properties and then save the updated PDF file using the Save method. The...get_Item ( 2 ))); // Save output pdfDocument . save ( GetDataDir ()...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  6. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    Aspose.PDF for C++ library allows you get? update in a PDF file with our ....properties and then save the updated PDF file using the Save method. The...idx_get ( 2 ))); // Save output pdfDocument -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/get-update-and-expand-b...
  7. Aspose.PSD的Java 24.1版本发布说明|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.... // So if you save the AI image without changing...will be rendered and saved. image . save ( firstPageOutputPng...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  8. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....diagram and the Save method is used to save, or export, a diagram...show how to use the Save method to save a Visio file to VDX ...

    docs.aspose.com/diagram/python-net/convert-visi...
  9. 以编程方式移动 PDF 页面 C#|Aspose.PDF for .NET

    尝试使用 Aspose.PDF for .NET 在所需位置或 PDF 文件末尾移动页面。... 使用 Save 方法保存输出 PDF。 Delete 源文档中的页面。 使用 Save 方法保存源 PDF。...( page ); // Save PDF document dstDocument . Save ( dataDir +...

    docs.aspose.com/pdf/zh/net/move-pages/
  10. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....CreateBookmarks method and save the output PDF file using Save method. The following...CreateBookmarks (); // Save PDF document bookmarkEditor . Save ( dataDir +...

    docs.aspose.com/pdf/net/create-bookmarks/