Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 367,906 for

save

(0.51 sec)
  1. XSLFO to PDF Converter using C++ | Aspose.PDF

    Sample code for XSLFO to PDF conversion using C++. Use C++ example for batch XSLFO to PDF conversion....Save method while passing the output...SaveFormat.Pdf as parameters Save the output PDF file Here is...

    products.aspose.com/pdf/cpp/conversion/xslfo-to...
  2. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for C++ library....imageStamp ); // Save output document document -> Save ( _dataDir +...( imageStamp ); document -> Save ( _dataDir + u "ControlImageQuality_out...

    docs.aspose.com/pdf/cpp/image-stamps-in-pdf-page/
  3. Processing Images for HTML output|Aspose.Words ...

    Aspose Words for JasperReports has 3 parameters for configuring how to process images when exporting to HTML format....folder to save images into. Is empty by default, save to same folder...

    docs.aspose.com/words/jasperreports/processing-...
  4. Drawing Arc in PHP|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....45 , 270 ); \ # Save all changes. $image -> save ( $dataDir . "DrawArcExample...

    docs.aspose.com/imaging/java/drawing-arc-in-php/
  5. PDF Sticky Annotations|Aspose.PDF for PHP via Java

    Explore how to add sticky annotations to PDF files for feedback, using Aspose.PDF in PHP/Java....$ts ); // Save resulting PDF document. $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/sticky-annotations/
  6. Remove Images from PDF using Java | Aspose.PDF

    Java source code to remove Images from PDF File on any platform.... Save updated PDF file. Delete Images...delete ( 1 ); pdfDocument . save ( outputFile ); pdfDocument...

    products.aspose.com/pdf/java/images/remove/
  7. Create User-defined Cell in the ShapeSheet in R...

    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....end i += 1 end \ # Save diagram diagram . save ( data_dir + "UserDefinedCells...

    docs.aspose.com/diagram/java/create-user-define...
  8. Add Window Element to the Visio Instance in Rub...

    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....window ) \ # save in any supported format diagram . save ( data_dir...

    docs.aspose.com/diagram/java/add-window-element...
  9. SaveOptions.UpdateLastSavedTimeProperty | Aspos...

    Optimize your SaveOptions with the UpdateLastSavedTimeProperty. Control LastSavedTime updates for efficient data management and enhanced performance....property is updated before saving. public bool UpdateLastSavedTimeP...document’s “Last saved time” property when saving. Document doc...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Compress PDF Document using Python | Aspose.PDF

    Compress PDF programmatically with Python. Sample code using Aspose.PDF for Python via C++ library....compresses images in the PDF file Save the optimized document to the...the new path using the Save() method. If you want to make it easier...

    products.aspose.com/pdf/python-cpp/compress/