Sort Score
Result 10 results
Languages All
Labels All
Results 9,571 - 9,580 of 375,527 for

save

(0.31 sec)
  1. Support for DICOM Images|Aspose.PDF for .NET

    This section describes how to support DICOM images in PDF files using the C# library....( image ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/support-for-dicom-images/
  2. Modify the Gradient of a Visio Shape|Documentation

    This page describes how to modify gradient color of a visio shape with Aspose.Diagram library....7853981633974501 ; // save the Visio drawing diagram . Save ( dataDir +...

    docs.aspose.com/diagram/net/modify-the-gradient...
  3. 替换现有PDF文件中的图像|Aspose.PDF for Java

    本节介绍如何使用Java库替换现有PDF文件中的图像。... 替换特定图像,使用 Document 对象的 Save 方法保存更新后的PDF文件。 以下代码片段展示了如何在PDF文件中替换图像。...// 保存更新后的PDF文件 pdfDocument . save ( _dataDir + "output.pdf" );...

    docs.aspose.com/pdf/zh/java/replace-image-in-ex...
  4. Create Union Range with Node.js via C++|Documen...

    Learn how to create a Union Range using Aspose.Cells for Node.js via C++...."ABCD" ); // Save the output workbook. workbook . save ( "CreateUnionRange_out...

    docs.aspose.com/cells/nodejs-cpp/create-union-r...
  5. Disable Exporting Frame Scripts and Document Pr...

    Learn how to disable exporting frame scripts and document properties when converting a workbook to HTML using Aspose.Cells for Node.js via C++....false ); // Save workbook as HTML workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/disable-export...
  6. Set Worksheet Tab Color with Node.js via C++|Do...

    This article demonstrates sample code that sets the Excel worksheet tab color programmatically using Node.js via C++.... Red ); // Save the Excel file workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/set-worksheet-...
  7. Convert HTML To PDF Javascript

    Convert HTML to PDF format in JavaScript code. Save HTML as PDF using JavaScript.... Save HTML as PDF in JavaScript The...output file and use the save() method to save the result as PDF. The...

    products.aspose.com/words/nodejs-net/conversion...
  8. Convert DOC To PDF Javascript

    Convert DOC to PDF format in JavaScript code. Save DOC as PDF using JavaScript.... Save DOC as PDF in JavaScript The...output file and use the save() method to save the result as PDF. The...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert DOC To TXT Javascript

    Convert DOC to TXT format in JavaScript code. Save DOC as TXT using JavaScript.... Save DOC as TXT in JavaScript The...output file and use the save() method to save the result as TXT. The...

    products.aspose.com/words/nodejs-net/conversion...
  10. Extract Annotations from PDF|Aspose.PDF for .NET

    This section explains how to extract annotations from PDF file to XFDF with Aspose.PDF Facades....And finally, save the updated PDF file using Save method of the...

    docs.aspose.com/pdf/net/extract-annotation/