Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 586,122 for

save

(0.14 sec)
  1. ExportContents | Aspose.PSD for .NET API Reference

    ExportContents SmartObjectLayer.ExportContents method Exports the embedded or linked contents to a file. public void ......original image is saved correctly image . Save ( psdOutputPath...PsdOptions ( image )); image . Save ( pngOutputPath , new PngOptions...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  2. Generate Barcode Images Via Java | products.asp...

    Create various Linear and 2D symbologies including QR, Code128, EAN, UPC, DataMatrix, PDF417 and more to build cross-platform Java applications...object for setting code text and save it into relevant image format...respectively. Finally call the save method to save into the desired format...

    products.aspose.com/barcode/java/generate/
  3. Set PDF File Information in Python|Aspose.PDF f...

    Learn how to set PDF file information such as author, title, and more in Python using Aspose.PDF to organize documents....); # save update document with new information doc . save ( self...

    docs.aspose.com/pdf/java/set-pdf-file-informati...
  4. Render OFT to OTT in Andorid App | products.asp...

    Export OFT to OTT without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to OTT format using save method and set OTT as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  5. Convert PDF to PPT in C++ | products.aspose.com

    Convert PDF to PPT in C++. Use C++ library API to convert PDF files to PPTs...Presentation from PDF file and save it as PPT. C++ code for converting...u "InputPDF.pdf" ); pres -> Save( u "pres.ppt" , SaveFormat ::...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  6. Convert PDF to PPTX in C++ | products.aspose.com

    Convert PDF to PPTX in C++. Use C++ library API to convert PDF files to PPTXs...Presentation from PDF file and save it as PPTX. C++ code for converting...u "InputPDF.pdf" ); pres -> Save( u "pres.pptx" , SaveFormat...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  7. Export EMAIL to DOTX via Java | products.aspose...

    Java API to Convert EMAIL to DOTX without using Microsoft Word or Outlook...using save method Load HTML by using Document class Save the document...document to DOTX format using save method and set DOTX as SaveFormat...

    products.aspose.com/total/java/conversion/email...
  8. C# API to Export MSG to TEXT | products.aspose.com

    Convert MSG to TEXT without using Microsoft Word or Outlook on .NET...using Save method Load HTML by using Document class Save the document...document to TEXT format using Save method and set Text as SaveFormat...

    products.aspose.com/total/net/conversion/msg-to...
  9. Working with Pages | C++ API Solution

    How to add pages to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...of the document Save the document using the Save method of XpsDocument...); 9 10 // Save resultant XPS document 11 doc -> Save ( outDir...

    docs.aspose.com/page/cpp/xps/working-with-pages/
  10. SetSource | Aspose.ZIP for .NET API Reference

    SetSource Contents [ Hide ] XzArchive.SetSource method (1 of 3) Sets the content to be compressed within the archive....... Save ( "archive.xz" ); } See Also...FileInfo ( "data.bin" )); archive . Save ( "archive.xz" ); } See Also...

    reference.aspose.com/zip/net/aspose.zip.xz/xzar...