Sort Score
Result 10 results
Languages All
Labels All
Results 5,361 - 5,370 of 375,795 for

save

(0.12 sec)
  1. FontSavingArgs.OriginalFileSize | Aspose.Words ...

    Discover the FontSavingArgs OriginalFileSize property to efficiently retrieve the original font file size, enhancing your font management experience....logic for exporting fonts when saving to HTML. public void SaveExportedFonts...callback that will handle font saving in a custom manner. HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose.PSD for .NET 21.2 - 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....resource after loading and saving the PSD image with shape layers...demonstrates that loading and saving the PSD image with shape layers...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-2...
  3. PdfEncryptionDetails.ownerPassword property | A...

    PdfEncryptionDetails.ownerPassword property. Specifies the owner password for the encrypted PDF document....how to set permissions on a saved PDF document. let doc = new...encryptionDetails = new aw . Saving . PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert CSV to PPS with C++ or with free Online...

    Convert CSV to PPS within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to PPS format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  5. Convert CSV to WORDML with C++ or with free Onl...

    Convert CSV to WORDML within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to WORDML format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  6. Convert CSV to POTX with C++ or with free Onlin...

    Convert CSV to POTX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to POTX format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  7. Convert CSV to DOT with C++ or with free Online...

    Convert CSV to DOT within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOT format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  8. Convert CSV to DOTM with C++ or with free Onlin...

    Convert CSV to DOTM within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....reference Save the document to DOTM format using Save member function..."sourceFile.csv" ); // save CSV as PDF wkb -> Save ( u "pdfOutput.pdf"...

    products.aspose.com/total/cpp/conversion/csv-to...
  9. SmartArt|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 构建和编辑 SmartArt:添加节点、更改布局和样式、精确转换为形状,并导出为 PPT、PPTX 和 ODP。...BasicProcess ); $presentation -> save ( "smart_art.pptx" , SaveFormat...$smartArt ); $presentation -> save ( "smart_art_removed.pptx" ...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  10. Working with Document in PostScript | C++

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++....---------- 10 11 try 12 { 13 //Create save options 14 System::SharedPtr...ClosePage(); 30 //Save the document 31 document -> Save(); 32 } 33 catch...

    docs.aspose.com/page/cpp/ps/working-with-document/