Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 368,011 for

save

(0.17 sec)
  1. Aspose.PSD for .NET 19.3 - Release Notes|Docume...

    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 ( exportPath ); im . Save ( exportPathPng...Color . DeepPink ; } // Save psd im . Save ( exportPath , new PsdOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-3...
  2. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method...Examples Shows how to load and save font fallback settings to/from...font_settings = font_settings doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用 C++ 将 Excel 工作簿转换为 Ods、Sxc 和 Fods(OpenOffice...

    如何使用 Aspose.Cells 和 C++ 将 Excel 转换为 Ods(OpenOffice / LibreOffice Calc)或将 Ods(OpenOffice / LibreOffice Calc)转换为 Excel。...Workbook > ( odsFilePath ); // Save as xlsx file U16String xlsxOutputPath..."ods_out.xlsx" ); workbook -> Save ( xlsxOutputPath ); // Load...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-ods/
  4. Add Signature in PDF File|Aspose.PDF for Java

    Learn how to add a digital signature to a PDF document using Aspose.PDF in Java for secure signing and document verification....Finally, you need to save the signed PDF using save method of the PdfFileSignature...signature ); // Save output PDF file pdfSign . save ( _dataDir +...

    docs.aspose.com/pdf/java/add-signature-in-pdf/
  5. ColdFusion and the product|Aspose.Words for Java

    Using Aspose.Words for Java in ColdFusion applications....document, inserts some content and saves it as a Microsoft Word .DOC..."Hello World!!!" )> < cfset doc . save ( "C:\Temp\out.doc" )> </ body...

    docs.aspose.com/words/java/coldfusion-and-aspos...
  6. Convert Project Data to Excel in C++ | Aspose.T...

    Learn how to convert Microsoft Project (MPP/XML) projects to Excel using Aspose.Tasks for C++....article demonstrates how to save project data to XLSX format...class exposes the Save method which is used to save a project in various...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  7. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using PHP....page’s index Call the save method to save the updated PDF file...delete ( 2 ); // Save output document $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/delete-pages/
  8. BarcodeGenerator | Aspose.BarCode for Java API ...

    BarcodeGenerator for backend barcode images generation....sample shows how to create and save a barcode image. BarCodeGenerator...setCodeText("123ABC"); generator.save("code128.png"); Constructors...

    reference.aspose.com/barcode/java/com.aspose.ba...
  9. Convert between Excel formats|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 an Excel file to PDF using the...the Workbook class’s Save method. The Save method provides the...

    docs.aspose.com/cells/net/convert-between-excel...
  10. Add Pages in PDF|Aspose.PDF for Java

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using Java library.... Save the output PDF using the Save method. The following...insert ( 2 ); // Save updated PDF document . save ( _dataDir + ...

    docs.aspose.com/pdf/java/add-pages/