Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 380,278 for

save

(0.15 sec)
  1. C++ API to Convert XSLFO to PPS | products.aspo...

    Convert XSLFO to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XSLFO to PPTX by using Save method function Load PPTX document...reference Save the document to PPS format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  2. C++ API to Convert XSLFO to PPTM | products.asp...

    Convert XSLFO to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XSLFO to PPTX by using Save method function Load PPTX document...reference Save the document to PPTM format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  3. Add, Extract, or Remove Attachments in PDF usin...

    C++ source code to add, extract and remove Attachments in PDF file....the collection’s Add method Save the PDF file. Adding Attachment...fileSpecification ); // Save new output pdfDocument -> Save ( _dataDir +...

    products.aspose.com/pdf/cpp/attachments/
  4. 在 C# 中优化、压缩或减少 PDF 大小|Aspose.PDF for .NET

    使用 C# 优化 PDF 文件,缩小所有图像,减少 PDF 大小,取消嵌入字体,删除未使用的对象。... 使用 Save 方法保存优化后的文档。 以下代码片段也适用于 Aspose...Optimize (); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/optimize-pdf/
  5. Convert BMP to PDF|Aspose.PDF for Android via Java

    You may easily convert BMP bitmap files to PDF used to store digital bitmap images separately from the display device using Aspose.PDF. for Android via Java....sample BMP image file Finally, save the output PDF file So the following...pdf" ); // Save output document try { document . save ( pdfFileName...

    docs.aspose.com/pdf/androidjava/convert-bmp-to-...
  6. DocumentBuilder.insert_image method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_image method... save ( file_name = ARTIFACTS_DIR...image representation. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Set Height of the Bars in the Barcode Image in ...

    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....0 ); $bb -> save ( $dataDir . "barcode3.jpg"...setBarHeight ( 7.0 ); $bb -> save ( $dataDir . "barcode7.jpg"...

    docs.aspose.com/barcode/java/set-height-of-the-...
  8. Decorate Field|Aspose.PDF for Python via .NET

    This example demonstrates how to customize the appearance of a form field in a PDF document using Aspose.PDF for Python.... Save the updated document. from io...Name" ) # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/decorate-field/
  9. FileFormatUtil.imageTypeToExtension method | As...

    FileFormatUtil.imageTypeToExtension method. Converts an Aspose.Words image type enumerated value into a file extension...images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Convert OBJ to STL in Java | 3D Object to STL i...

    Learn how to convert OBJ to STL in Java with our easy-to-follow guide. Export 3D object from an OBJ file to STL in Java....create, edit, manipulate, and save 3D formats. It empowers Java... Finally, call the save() method to save it as an STL. It takes...

    blog.aspose.com/3d/convert-obj-to-stl-in-java/