Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 373,074 for

save

(0.12 sec)
  1. PsSaveOptions.saveFormat property | Aspose.Word...

    PsSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...SaveFormat Examples Shows how to save a document to the Postscript...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose.PSD for Java 23.11 - 发行说明|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....save(com.aspose.psd.StreamContainer...short ) 85 ); // 保存图像。 image . save ( outputPsd ); } } static void...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  3. Convert PowerPoint Presentations to XPS in C++|...

    Convert PowerPoint PPT/PPTX to high-quality, platform-independent XPS in C++ using Aspose.Slides. Get step-by-step guide and sample code.... you will find it easier to save, share, and print your documents...so you may want to consider saving files to this format. If you...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  4. Work with Images using PdfContentEditor|Aspose....

    This section explains how to add and delete Images with Aspose.PDF Facades using PdfContentEditor Class....that, you can save the updated PDF file using Save method. The...images, and then save the updated PDF file using Save method. The...

    docs.aspose.com/pdf/net/working-with-images-in-...
  5. Aspose.PSD for Java 25.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....save(com.aspose.psd.StreamContainer...load ( sourceFile )) { image . save ( outputFile , new PngOptions...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  6. Convert PPTX to PPT in PHP|Aspose.Slides for PH...

    Easily convert PPTX to PPT with Aspose.Slides — ensure seamless compatibility with PowerPoint formats while preserving your presentation’s layout and quality....file and saves in PPT format. By specifiying different save formats...formats, you can also save PPTX file into many other formats like...

    docs.aspose.com/slides/php-java/convert-pptx-to...
  7. Convert PPTX to PPT in C++|Aspose.Slides Docume...

    Easily convert PPTX to PPT with Aspose.Slides for C++—ensure seamless compatibility with PowerPoint formats while preserving your presentation’s layout and quality....file and saves in PPT format. By specifiying different save formats...formats, you can also save PPTX file into many other formats like...

    docs.aspose.com/slides/cpp/convert-pptx-to-ppt/
  8. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D API represents a 3D scene. Developers can already build a 3D scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3D API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....Materials Conversion before Saving 3D Scenes to GLTF 2.0 Format...material to PBR material, and then saves 3D scene in the GLTF format:...

    docs.aspose.com/3d/python-net/customize-non-pbr...
  9. Convert Document to HTML|Aspose.Words for Node....

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using Node.js. You can also specify Save options for managing the output document....one of the save method overloads is used. You can save the document...explicitly set the output document save format or define it from the...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  10. 创建书签|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 的 PdfBookmarEditor 类为 PDF 文件创建书签。...然后,您必须调用 CreateBookmarks 方法,并使用 Save 方法保存输出 PDF 文件。以下代码片段向您展示如何创建书签。...CreateBookmarks (); // Save PDF document bookmarkEditor . Save ( dataDir +...

    docs.aspose.com/pdf/zh/net/create-bookmarks/