Sort Score
Result 10 results
Languages All
Labels All
Results 9,231 - 9,240 of 367,869 for

save

(0.11 sec)
  1. ReportBuilder.build_report method | Aspose.Word...

    aspose.words.lowcode.ReportBuilder.build_report method...page of the output will be saved as a separate file. The specified...is TIFF, the output will be saved as a single multi-frame TIFF...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfSaveOptions.zoomFactor property | Aspose.Wor...

    PdfSaveOptions.zoomFactor property. Gets or sets a value determining zoom factor (in percentages) for a document....can pass to the document's "Save" method // to modify how that...25%. let options = new aw . Saving . PdfSaveOptions (); options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 在 PDF 文件中创建链接|Aspose.PDF for Java

    本节解释如何使用 Java 在 PDF 文档中创建链接。... 最后,使用 Document 对象的 Save 方法保存更新后的 PDF。 以下代码片段展示了如何在 PDF...link ); // 保存更新后的文档 document . save ( _dataDir + "CreateApplicationLin_out...

    docs.aspose.com/pdf/zh/java/create-links/
  4. Import and Export Annotations to XFDF|Aspose.PD...

    You may import and export annotation with XFDF format with C# and Aspose.PDF for .NET library....exportFileName ); // Save PDF document document . Save ( dataDir + "...( ms ); } // Save PDF document documentTo . Save ( dataDir + ...

    docs.aspose.com/pdf/net/import-export-xfdf/
  5. 通过C++的Node.js设置页面选项|Documentation

    本文提供了使用Node.js通过C++以编程方式设置Excel工作表页面选项的示例代码。设置页面方向、缩放比例、页数适应选项、纸张大小、打印质量、首页编号。...Portrait ); // Save the Workbook. workbook . save ( filePath );...setZoom ( 100 ); // Save the workbook. workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-pag...
  6. Set PDF File Information|Aspose.PDF for .NET

    This section explains how to set PDF File Information with Aspose.PDF Facades.... Finally, save the updated PDF file using SaveNewInfo...fileInfo . Creator = "Aspose" ; // Save the PDF with updated information...

    docs.aspose.com/pdf/net/set-pdf-file-information/
  7. Creating an Outlook Message (MSG) File in Aspos...

    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....is underlined text</u>" ; // Save the MSG file in local disk string...Attachment ( "image.bmp" )); // Save it in local disk string strMsg...

    docs.aspose.com/email/net/creating-an-outlook-m...
  8. ImageData.sourceFullName property | Aspose.Word...

    ImageData.sourceFullName property. Gets or sets the path and name of the source file for the linked image.... save ( base . artifactsDir + "Image...insertNode ( shape ); doc . save ( base . artifactsDir + "Image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Manipulate PDF Document in Python via .NET|Aspo...

    This article contains information on how to validate PDF Document for PDF A Standard using Python, how to work with TOC, how to set PDF expiry date, and etc....in which the result is to be saved and the required validation...heading2 ) # Save the updated document doc . save ( output_pdf...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  10. 将曲线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将曲线对象创建到您的PDF中。...( graph ); // Save PDF document document . Save ( dataDir + "DrawingCurve1_out...( graph ); // Save PDF document document . Save ( dataDir + "DrawingCurve2_out...

    docs.aspose.com/pdf/zh/net/add-curve/