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

save

(0.18 sec)
  1. Convert Document to Other Formats in Jython|Asp...

    Convert Document to Other Formats using Jython in Java.... dataDir + 'loading_saving/' # Load the document from...dataDir + "document.doc" ) doc . save ( dataDir + "Aspose_DocToHTML...

    docs.aspose.com/words/java/convert-document-to-...
  2. Convert ICS Other 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 the EML file with the converted...converted data using the Save method with the EmlSaveOptions specifying...

    docs.aspose.com/email/net/converting-between-fo...
  3. 在 Jython 中保存文件|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 in default ( Excel2003 ) format workbook . save ( dataDir...out.xls" ) # Save in Excel2003 format workbook . save ( dataDir...

    docs.aspose.com/cells/zh/java/saving-files-in-j...
  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. RtfSaveOptions.save_images_as_wmf property | As...

    RtfSaveOptions.Save_images_as_wmf property. When ``True`` all images will be Saved as WMF....save_images_as_wmf property RtfSaveOptions.save_images_as_wmf...images will be saved as WMF. @property def save_images_as_wmf...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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-...
  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. Saving a Document as a Multipage TIFF in C#|Asp...

    Convert a document to a multi-page TIFF using C#. To determine how the document is displayed on the image you need to specify additional options: resolution, number of pages, image binarization, etc....Ask AI Saving a Document as a Multipage TIFF Contents [ Hide...about? This page explains how to save a document as a multi-page TIFF...

    docs.aspose.com/words/net/saving-a-document-as-...
  10. Extract Images from PDF Java | Aspose.PDF

    Extract images from PDF file programmatically with Java sample code using Aspose.PDF for Java... Save output image. Save updated PDF file. Extract...toString ()); // Save output image xImage . save ( outputImage ...

    products.aspose.com/pdf/java/images/extract/