Sort Score
Result 10 results
Languages All
Labels All
Results 8,181 - 8,190 of 369,809 for

save

(0.26 sec)
  1. Working With PSB Files|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....and the same can be used to save the results. The following code...and the same can be used to save the results. The PdfOptions...

    docs.aspose.com/psd/java/working-with-psb-files/
  2. Display PDF Formats Using C++ | Aspose.PDF

    Open and view PDF documents programmatically with C++ sample code using Aspose.PDF for C++...pdf" ); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/cpp/viewer/pdf/
  3. PDF Viewer via C++ | Aspose.PDF

    Open and view documents programmatically with C++ sample code using Aspose.PDF for C++...pdf" ); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/cpp/viewer/
  4. Display MD Formats Using C++ | Aspose.PDF

    Open and view MD documents programmatically with C++ sample code using Aspose.PDF for C++...()); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/cpp/viewer/md/
  5. Display XPS Formats Using C++ | Aspose.PDF

    Open and view XPS documents programmatically with C++ sample code using Aspose.PDF for C++...()); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/cpp/viewer/xps/
  6. Display EPUB Formats Using C++ | Aspose.PDF

    Open and view EPUB documents programmatically with C++ sample code using Aspose.PDF for C++...()); // save document in HTML format document . Save ( "output...

    products.aspose.com/pdf/cpp/viewer/epub/
  7. Get a Particular Page in a PDF File in PHP|Aspo...

    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....getPages () -> add ( $pdf_page ); # save the newly generated PDF file...file $new_document -> save ( $dataDir . "output.pdf" ); print "Process...

    docs.aspose.com/pdf/java/get-a-particular-page-...
  8. Insert a chart|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 (); // Add a new chart and set...}); // Save the chart part. chartPart . ChartSpace . Save (); //...

    docs.aspose.com/cells/net/insert-a-chart/
  9. Conversion to grayscale|Documentation

    How to convert source images to grayscale before recognition....png" ); // Save processed images to the folder...folder ImageProcessing . Save ( images , "C:\\images" ); Convert...

    docs.aspose.com/ocr/java/grayscale/
  10. Working with Gradient in PostScript | .NET

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...already created output stream and save options. Create the necessary...be ignored. Close the page. Save the document. If we need stroking...

    docs.aspose.com/page/net/ps/working-with-gradient/