Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 377,455 for

save

(0.12 sec)
  1. Extract Images from PDF using Python|Aspose.PDF...

    Learn how to extract embedded images from PDF files with Aspose.PDF for Python....retrieve an XImage object and save it as a separate file. This...from the page image collection. Save the extracted image to an output...

    docs.aspose.com/pdf/python-net/extract-images-f...
  2. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF pages to your document programmatically with C# sample code using Aspose.PDF for .NET... Save the output PDF using the Save method. Insert...Insert ( 2 ); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/pages/add/
  3. 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/
  4. Convert Presentations to PDF with Notes in Pyth...

    Convert formats PPT, PPTX and ODP to PDF with notes using Aspose.Slides for Python. Preserve layouts and speaker notes for professional presentations....PowerPoint to PDF with Notes The save method in the Presentation class...include speaker notes, and then save the file as a PDF. The following...

    docs.aspose.com/slides/python-net/convert-power...
  5. Aspose::Words::FileFormatInfo::get_LoadFormat m...

    Aspose::Words::FileFormatInfo::get_LoadFormat method. Gets the detected document format in C++....a password when we save it, and then save the document. auto...MakeObject < Aspose :: Words :: Saving :: OdtSaveOptions > ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/fil...
  6. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。...Create a cylinder object and save it to ply file FileFormat ....ply" ); /* using Ply save options*/ //Save as binary PLY format...

    docs.aspose.com/3d/zh/net/convert-mesh-of-a-sin...
  7. Add Free Text Annotations|Aspose.PDF for Python...

    This example loads an existing PDF file, adds a free text annotation to the first page at a defined position, and Saves the modified document.... Save the updated Document. import..., 1 ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-free-text-an...
  8. Smart Object Update and Export using Aspose.PSD...

    Examples of how to use Smart Objects in PSD File...the SmartObjectLayer class to save the embedded image as a separate...respective layers. Save the Modified PSD File : Save the modified PSD...

    docs.aspose.com/psd/net/smart-object-update/
  9. C++ API to Convert XML to PPS | products.aspose...

    Convert XML to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader... Then, you can save the file in the PPTX format...Convert XML to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/xml-to...
  10. Split PDF programmatically|Aspose.PDF for .NET

    This topic shows how to split PDF pages into individual PDF files in your .NET applications with C#.... Save the new PDF using Save method. The following...( page ); // Save PDF document document2 . Save ( dataDir + "Page_"...

    docs.aspose.com/pdf/net/split-pdf-document/