Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 380,818 for

save

(0.19 sec)
  1. Convert PPTX to Word in C++ | products.aspose.com

    Convert PPTX to Word in C++. Use Aspose.Slides for C++ and Aspose.Words for C++ to export PowerPoint slide images to a Word document....Words for C++ can create and save Word documents. Use both APIs...PageBreak); } wordDocument -> Save( u "presentation.docx" ); presentation...

    products.aspose.com/slides/cpp/conversion/pptx-...
  2. Convert PDF to PNG in Java | products.aspose.com

    Convert PDF to PNG in Java. Use Aspose.Slides for Java to render PDF files as PNG images.... save ( "slide_" + slide . getSlideNumber...the source PDF file in Java. Save each slide as a PNG image. Free...

    products.aspose.com/slides/java/conversion/pdf-...
  3. 在现有 PDF 文件中替换图像|Aspose.PDF for .NET

    本节描述了如何使用 C# 库在现有 PDF 文件中替换图像。... 替换特定图像,使用 Document 对象的 Save 方法保存更新后的 PDF 文件。 以下代码片段演示了如何在...imageStream ); } // Save PDF document document . Save ( dataDir + "ReplaceImage_out...

    docs.aspose.com/pdf/zh/net/replace-image-in-exi...
  4. PageExtractOptions Class | Aspose.Words for .NET

    Easily extract document pages with Aspose.Words.PageExtractOptions. Customize output with flexible page extraction settings....the initial page numbering and save the NUMPAGE field. Document...ExtractPages ( 1 , 1 ); extractedDoc1 . Save ( ArtifactsDir + "Document....

    reference.aspose.com/words/net/aspose.words/pag...
  5. Aspose::Words::PageExtractOptions::get_UnlinkPa...

    Aspose::Words::PageExtractOptions::get_UnlinkPagesNumberFields method. Specifies whether NUMPAGES fields in the resulting document will be replaced with their actual resulting values. Default value is true in C++....the initial page numbering and save the NUMPAGE field. auto doc...( 1 , 1 ); extractedDoc1 -> Save ( get_ArtifactsDir () + u "Document...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Android API to Render PS to FLATOPC | products....

    Transform PS to FLATOPC via Android via Java API...class Convert PS to DOC by using save method Load DOC file by using...Words Save the document to FLAT_OPC format using save method...

    products.aspose.com/total/android-java/conversi...
  7. Parsing Microsoft Outlook Message Files|Documen...

    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....names of any attachments and save them. The following code snippet...the attachment's file name and Save attachment System . out . println...

    docs.aspose.com/email/java/parsing-microsoft-ou...
  8. 公共 API Aspose.Diagram 17.01 的变化|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....); // create an instance SVG save options class SVGSaveOptions...getShape ( 2 )); // save Visio drawing diagram . save ( dataDir + "SelectiveShapes_out...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  9. 从PDF文件中提取图像|Aspose.PDF for Java

    本节介绍如何使用Java库从PDF文件中提取图像。... 使用 XImage 对象的save(..)方法保存提取的图像。 以下代码片段向您展示如何从PDF文件中提取图像。..."output.jpg" ); // 保存输出图像 xImage . save ( outputImage , ImageFormat...

    docs.aspose.com/pdf/zh/java/extract-images-from...
  10. Set Field Script|Aspose.PDF for Python via .NET

    This code snippet shows how to assign a JavaScript action to a form field in a PDF document using Aspose.PDF for Python.... Save the modified PDF document. import...executed');" ) # Save output PDF file form_editor . save ( output_file_name...

    docs.aspose.com/pdf/python-net/set-field-script/