Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 368,275 for

save

(0.09 sec)
  1. Exporting Images to Different Formats in PHP|Do...

    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....new BmpOptions (); $image -> save ( $dataDir . "output.bmp" ,...the default options $image -> save ( $dataDir . "output.jpg" ,...

    docs.aspose.com/imaging/java/exporting-images-t...
  2. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::LoadWindowsSettings method. Loads predefined table substitution settings for Windows platform in C++....LINQ_ToArray ()); // We can save the table in the form of an...document. tableSubstitutionRul -> Save ( get_ArtifactsDir () + u "FontSettings...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. C++ API to Export PDF to RTF | products.aspose.com

    Convert PDF to RTF within C++ applications....Convert PDF to DOC by using Save member function Load DOC file...Words API Save the document to RTF format using Save member function...

    products.aspose.com/total/cpp/conversion/pdf-to...
  4. C++ API to Export PDF to PCL | products.aspose.com

    Convert PDF to PCL within C++ applications....Convert PDF to DOC by using Save member function Load DOC file...Words API Save the document to PCL format using Save member function...

    products.aspose.com/total/cpp/conversion/pdf-to...
  5. 使用Aspose.Cells将工作簿转换为HTML|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....//Specify the HTML Saving Options HtmlSaveOptions save = new HtmlSaveOptions..."book1.xls" ); //Save the HTML file book . save ( dataDir + "AsposeHTMLSpreadshee...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  6. DocumentProperty.ToByteArray | Aspose.Words for...

    Convert DocumentProperty to a byte array effortlessly with the ToByteArray method. Streamline data handling and enhance your coding efficiency!...thumbnail to a document that we save as an Epub. Document doc = new...( "Hello world!" ); // If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/net/aspose.words.pro...
  7. Add Pages to PDF using C++ | Aspose.PDF

    Add PDF pages to your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Insert...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/add/
  8. IFontSavingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications and control how Aspose.Words Saves fonts when exporting a document to HTML format in Java....Words saves fonts when exporting a document...logic for exporting fonts when saving to HTML. public void saveExportedFonts()...

    reference.aspose.com/words/java/com.aspose.word...
  9. PDF File Metadata|Aspose.PDF for C++

    Discover how to read and modify PDF metadata using Aspose.PDF for C++. Enhance PDF document properties with easy-to-follow instructions....Information" ); // Save output document pdfDocument -> Save ( _dataDir...Value" )); // Save document pdfDocument -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/pdf-file-metadata/
  10. Merger.MergeToImages | Aspose.Words for .NET

    Merge multiple documents effortlessly with the MergeToImages method, creating a single image output while customizing file names and Save options....input output file names and save options. Renders the output...saveOptions ImageSaveOptions The save options. mergeFormatMode MergeFormatMode...

    reference.aspose.com/words/net/aspose.words.low...