Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 346,143 for

save

(0.12 sec)
  1. Aspose.PSD for .NET 21.6 - 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....disabled vector layer masks on saving enables vector masks Bug PSDNET-786...sourceFileName )) { image . Save ( outputFileName , new PngOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-6...
  2. Aspose.PSD for .NET 19.12 - Release Notes|Docum...

    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....with a string Bug PSDNET-157 Saving PSB as PNG freezing Bug PSDNET-250...works incorrect Bug PSDNET-244 Saving PSD with some Globalization...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-1...
  3. 添加和删除书签|Aspose.PDF for C++

    本主题解释如何使用C++库向PDF文档添加书签。您还可以从PDF文档中删除所有或特定书签。...); // 保存更新后的文档 pdfDocument -> Save ( _dataDir + u "AddBookmark_out...pdfOutline ); // 保存输出 pdfDocument -> Save ( _dataDir + u "AddChildBookmark_out...

    docs.aspose.com/pdf/zh/cpp/add-and-delete-bookm...
  4. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for Node.js via C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization.... save ( path . join ( dataDir , "chart...true ); // Saving the Excel file workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/manipulate-pos...
  5. IDocumentConverterPlugin.Convert | Aspose.Words...

    Effortlessly convert documents with the iDocumentConverterPlugin. Utilize customizable input/output streams and Save options for seamless file management....specified input output streams and save options. public void Convert...saveOptions SaveOptions The save options. See Also class LoadOptions...

    reference.aspose.com/words/net/aspose.words/ido...
  6. Working with Signature in PDF File|Aspose.PDF f...

    Discover how to manage digital signatures in PDF documents, including adding, removing, and verifying, using Aspose.PDF in Java....signature ); // Save output PDF file pdfSign . save ( _dataDir +...signature ); // Save output PDF file pdfSign . save ( _dataDir +...

    docs.aspose.com/pdf/java/working-with-signature...
  7. Working with Images in XPS file | Python

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...and an ImageBrush , and then save the XpsDocument . The following...)) 19 # Save the resultant XPS document 20 doc. save (data_dir...

    docs.aspose.com/page/python-net/xps/working-wit...
  8. Working with Images in XPS file | Java

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Matrix and an ImageBrush and save XpsDocument. The following code...))); 12 // Save resultant XPS document 13 doc. save (dataDir +...

    docs.aspose.com/page/java/xps/working-with-images/
  9. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....reverse transformation – to save the document back to Markdown...Bold" ) builder . document . save ( docs_base . artifacts_dir...

    docs.aspose.com/words/python-net/translate-mark...
  10. Merge PDF programmatically|Aspose.PDF for Java

    This page explain how to merge PDF documents into a single PDF file with Java.... Finally, save the output PDF file using the Save method. The...()); // Save concatenated output file pdfDocument1 . save ( _dataDir...

    docs.aspose.com/pdf/java/merge-pdf-documents/