Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 368,786 for

save

(0.55 sec)
  1. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ResourcesFolder method. Specifies the physical folder where resources (images, fonts, css) are Saved when exporting a document to Html format. Default is null in C++....Aspose::Words::Saving::HtmlFixedSaveOptions::get_ResourcesFolder...resources (images, fonts, css) are saved when exporting a document to...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Convert OFT Files to Various Formats in C#|Docu...

    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 method - Saves the MapiMessage object...format. It is used to convert and save the loaded OFT file into the...

    docs.aspose.com/email/net/converting-between-fo...
  3. PDF Conversion Solution using C++ | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for C++..._dataDir + infilename ); // Save using save options // Create DocSaveOptions...true ); // Save the resultant DOC file document -> Save ( _dataDir...

    products.aspose.com/pdf/cpp/conversion/
  4. Render Presentations with Fallback Fonts in Jav...

    Render presentations with fallback fonts in Aspose.Slides for Java – keep text consistent across PPT, PPTX and ODP with step-by-step Java code samples....save method we can save presentation in the...the same format, or save it in another one. After fallback font...

    docs.aspose.com/slides/java/render-presentation...
  5. Render Presentations with Fallback Fonts on And...

    Render presentations with fallback fonts in Aspose.Slides for Android – keep text consistent across PPT, PPTX and ODP with step-by-step Java code samples....save method we can save presentation in the...the same format, or save it in another one. After fallback font...

    docs.aspose.com/slides/androidjava/render-prese...
  6. Render Presentations with Fallback Fonts in PHP...

    Render presentations with fallback fonts in Aspose.Slides for PHP via Java – keep text consistent across PPT, PPTX and ODP with step-by-step code samples....save method we can save presentation in the...the same format, or save it in another one. After fallback font...

    docs.aspose.com/slides/php-java/render-presenta...
  7. Manage X-Dimension and Y-Dimension in Ruby|Docu...

    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....Code128 ) \ # Save the image to file bb . save ( data_dir + "barcode...( 0 . 5 ) \ # Save the image to file bb . save ( data_dir + ...

    docs.aspose.com/barcode/java/manage-x-dimension...
  8. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....can pass to the document's "Save" method // to modify the way...setPageSet(new PageSet(1)); // When we save the document to the JPEG format...

    reference.aspose.com/words/java/com.aspose.word...
  9. Replace Text in PDF File|Aspose.PDF for Java

    This section explains how to replace text with Aspose.PDF Facades - a toolset for popular operations with PDF....You need to save the updated PDF file using save method of pdfContentEditor..."Label" ); // save the output file editor . save ( _dataDir +...

    docs.aspose.com/pdf/java/replace-text/
  10. Optimize, Compress or Reduce PDF Size in Python...

    Learn how to optimize PDF documents in Python for improved web performance and reduced file size using Aspose.PDF.... Save the optimized document using the save() method...document . optimize () document . save ( path_outfile ) Reduce Size...

    docs.aspose.com/pdf/python-net/optimize-pdf/