Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 373,036 for

save

(0.33 sec)
  1. MailMerger.ExecuteToImages | Aspose.Words for .NET

    Effortlessly perform a mail merge for individual records and convert results into high-quality images with MailMerger ExecuteToImages method....ImageSaveOptions The output’s save options. fieldNames String[]...ImageSaveOptions The output’s save options. fieldNames String[]...

    reference.aspose.com/words/net/aspose.words.low...
  2. GS1 Composite Barcodes in C#|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 ( $"{path}GS1Composite1D_EAN8...= EncodeTypes . UPCA ; gen . Save ( $"{path}GS1Composite1D_UPCA...

    docs.aspose.com/barcode/net/gs1-composite-barco...
  3. 导入和导出数据|Aspose.PDF for .NET

    本节解释如何使用表单类通过 Aspose.PDF Facades 导入和导出数据。...最后,您可以使用 Form 类的 Save 方法保存 PDF 文件。以下代码片段演示了如何从 XML...xmlInputStream ); // Save PDF document pdfForm . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/import-and-export-data/
  4. Insert Background Image to Excel with Node.js v...

    How to insert a background image to Excel using Aspose.Cells for Node.js via C++....buffer ); // Save the Excel file workbook . save ( "outputBackImageSheet....xlsx" ); // Save the HTML file workbook . save ( "outputBackImageSheet...

    docs.aspose.com/cells/nodejs-cpp/insert-backgro...
  5. PdfSaveOptions.clone method | Aspose.Words for ...

    PdfSaveOptions.clone method. Creates a deep clone of this object....document immediately before saving it to PDF. doc = aw . Document...can pass to the document's "Save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Calculation of Array Formula of Data Tables wit...

    Learn how to calculate array formulas for Excel data tables using Aspose.Cells for Python via .NET API. Modify and Save spreadsheets programmatically....calculate_formula () # Save the workbook in pdf format workbook . save ( os ....calculate_formula () # Save the workbook in PDF format workbook . save ( "5115538...

    docs.aspose.com/cells/python-net/calculation-of...
  7. PdfDigitalSignatureTimestampSettings.password p...

    PdfDigitalSignatureTimestampSettings.password property. Timestamp server password....Examples Shows how to sign a saved PDF document digitally and timestamp...can pass to the document's "save" method # to modify how that...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Text Formatting inside PDF using C#|Aspose.PDF ...

    Learn how to format text within a PDF document in .NET using Aspose.PDF to enhance the document's visual presentation....( text ); // Save PDF document document . Save ( dataDir + "...textFragment ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/text-formatting-inside-...
  9. Generate QR Code|Documentation

    Learn how to generate QR codes using Aspose.BarCode for Java with examples of error correction levels, encoding modes, and common use cases....World" ); // Save barcode image generator . save ( folder + "qrcode...setResolution ( 300 ); generator . save ( folder + "qrcode_sized.png"...

    docs.aspose.com/barcode/java/developer-guide/ba...
  10. Update,Remove Fields|Documentation

    This section explains how to update or remve fields.... Undefined ; // Save diagram diagram . Save ( dataDir + "UpdateField_out...Remove ( fld ); // Save diagram diagram . Save ( dataDir + "RemoveField_out...

    docs.aspose.com/diagram/net/update-remove-fields/