Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 346,147 for

save

(0.11 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportTocPageNumbers method. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB. Default value is false in C++....Aspose::Words::Saving::HtmlSaveOptions::get_ExportTocPageNumbers...numbers to table of contents when saving HTML, MHTML and EPUB. Default...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Protect PPT Presentation Files using C++ | prod...

    C++ source code to protect PPT Presentation...."123123" ); presentation -> Save( u "encrypted-pres.ppt" , SaveFormat..."123123" ); presentation -> Save( u "write-protected-pres.ppt"...

    products.aspose.com/slides/cpp/protect/ppt/
  3. C++ API to Convert SVG to POWERPOINT | products...

    Convert SVG to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert SVG to PPTX by using Save method function Load PPTX document...reference Save the document to PPT format using Save member function...

    products.aspose.com/total/cpp/conversion/svg-to...
  4. Aspose::Words::Saving::TxtSaveOptionsBase class...

    Aspose::Words::Saving::TxtSaveOptionsBase class. The base class for specifying additional options when saving a document into a text based formats. To learn more, visit the documentation article in C++....Aspose::Words::Saving::TxtSaveOptionsBase class Contents [ Hide...specifying additional options when saving a document into a text based...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Extract fonts from PDF|Aspose.PDF for PHP via Java

    How to extract font from PDF using Aspose.PDF for PHP...// Iterate over each font and save it as a TrueType font file....); // Save the font as a TrueType font file. $font -> save ( $fontStream...

    docs.aspose.com/pdf/php-java/extract-fonts-from...
  6. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for Node.js via C++....jpg" )); // Saving the Excel file workbook . save ( path . join...objectData ); // Save the excel file workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/insert-shapes/
  7. How to Reduce Exported .MPP File Size Programma...

    Hi Aspose Team, We are using Aspose.Tasks for .NET to programmatically export Microsoft Project files (.mpp) in our web application. Requirement: We need to reduce the actual file size of the exported .mpp files as mu…...Save() method. We are aware of standard...resources and tasks manually before saving, but are not sure if there...

    forum.aspose.com/t/how-to-reduce-exported-mpp-f...
  8. OdtSaveOptions.saveFormat property | Aspose.Wor...

    OdtSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...Examples Shows how to encrypt a saved ODT/OTT document with a password...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose.PSD for .NET 19.8 - Release Notes|Docume...

    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....Gradient Feature PSDNET-166 Saving PSD into PDF does not provide...Feature PSDNET-158 Support saving PSB as PDF Feature PSDNET-189...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-8...
  10. Create AcroForms using using C++|Aspose.PDF for...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for C++....textBoxField , 1 ); // Save modified PDF document -> Save ( _dataDir +...radio , 1 ); // Save the PDF file document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/create-form/