Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 568,901 for

save

(0.28 sec)
  1. C++ API 将 XML 转换为 SWF | products.aspose.com

    通过 C++ 将 XML 转换为 SWF,无需使用 Microsoft Word 或 Adobe Acrobat Reader... 使用 Save 方法函数将XML转换为PPTX 3.使用 Presentation...Presentation 类参考加载PPTX文档 4. 使用 Save 成员函数将文档保存为 SWF 格式,并将 Swf 设置为 SaveFormat...

    products.aspose.com/total/zh/cpp/conversion/xml...
  2. Working with Outlook Notes|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....Contents [ Hide ] Creating, Saving and Reading Notes Aspose.Email...to create Outlook notes and save them to disk in MSG format....

    docs.aspose.com/email/net/working-with-outlook-...
  3. Enum Code128EncodeMode | Aspose.BarCode for .NE...

    Aspose.BarCode.Generation.Code128EncodeMode enum. Encoding mode for Code128 barcodes. Code 128 specification... Save ( @"d:\save\rec\code128Auto.png" .... CodeA ; generator . Save ( @"d:\save\rec\code128CodeA.png"...

    reference.aspose.com/barcode/net/aspose.barcode...
  4. Set Privileges on an Existing PDF File|Aspose.P...

    Learn how to set user privileges, such as printing or copying restrictions, for PDF documents using Aspose.PDF in Java....setPrivilege method and save the output PDF using save method. The following...privilege ); fileSecurity . save ( _dataDir + "sample_privileges...

    docs.aspose.com/pdf/java/set-privileges/
  5. BlendModeKey | Aspose.PSD for .NET API Reference

    BlendModeKey Layer.BlendModeKey property Gets or sets the blend mode key. public virtual BlendMode BlendModeKey { get...... Save ( outputFileName + ".psd" ,...PsdOptions ( image )); image . Save ( outputFileName + ".png" ,...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  6. Compression | Aspose.Imaging for .NET API Refer...

    Compression DicomOptions.Compression property Gets or sets the compression. public Compression Compression { get ; se...... Save ( "original_8Bit.dcm" , options...CompressionType . Rle } }; inputImage . Save ( "original_RLE.dcm" , options...

    reference.aspose.com/imaging/net/aspose.imaging...
  7. Extract Images from PDF|Aspose.PDF for PHP via ...

    How to extract a part of the image from PDF using Aspose.PDF for PHP...provides a save method which can be used to save the extracted...new FileOutputStream object to save the image $outputImage = new...

    docs.aspose.com/pdf/php-java/extract-images-fro...
  8. Convert MD to POT via Java API | products.aspos...

    Java API to Convert MD to POT without using Microsoft Word...Total for Java to save the POT file. This component...features that make it easy to save documents in a variety of formats...

    products.aspose.com/total/java/conversion/md-to...
  9. Aspose.Imaging for Java 18.7 - Release Notes

    Aspose.Imaging for Java 18.7 - Release Notes – the latest updates and fixes....Feature IMAGINGJAVA-1030 Support save Emf/Emf+ images to file Feature..."mysvg.svg" ); try { image . save ( "yoursvg.svg" ); } finally...

    releases.aspose.com/imaging/java/release-notes/...
  10. 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. System...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/add/