Sort Score
Result 10 results
Languages All
Labels All
Results 6,401 - 6,410 of 380,296 for

save

(0.15 sec)
  1. Working with Images in XPS file | Java

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Matrix and an ImageBrush and save XpsDocument. The following code...))); 14 // Save resultant XPS document 15 doc. save (getOutputDir()...

    docs.aspose.com/page/java/xps/working-with-images/
  2. Convert DOC to ODP via C++ or with free Online ...

    Export DOC to ODP in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOC to ODP online converter quickly before integrating the code....presentation from the HTML file and save it as an ODP file. Overall,...Convert DOC to HTML by using Save member function Initialize a...

    products.aspose.com/total/cpp/conversion/doc-to...
  3. Convert ODT to PPTM via C++ or with free Online...

    Export ODT to PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free ODT to PPTM online converter quickly before integrating the code.... Finally, they can save the presentation as a PPTM file...Convert ODT to HTML by using Save member function Initialize a...

    products.aspose.com/total/cpp/conversion/odt-to...
  4. How to Convert Excel Chart to JPG in Java

    This brief tutorial explains how to convert Excel chart to JPG in Java. You can follow this article to perform same task in any of the operating system Windows, macOS and Linux....the respective workbook sheet Save the chart object as JPG image...these steps, we learned how to save Excel chart as JPG in Java....

    kb.aspose.com/cells/java/how-to-convert-excel-c...
  5. Public API Changes in Aspose.3D 1.2.0|Documenta...

    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 ( "d:\\camera-test.3ds" , FileFormat...FlipCoordinateSystem = true }); scene . Save ( @"d:\freehand_shuttle.obj"...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  6. 表格|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中创建和格式化表格:插入数据、合并单元格、设置边框样式、对齐内容,并支持 PPT、PPTX 和 ODP 的导入/导出。... save ( "table.pptx" , slides . export...remove ( table ) presentation . save ( "table_removed.pptx" , slides...

    docs.aspose.com/slides/zh/python-net/examples/e...
  7. Copy Inner Field|Aspose.PDF for Python via .NET

    Copy PDF Form Fields to a New Position Using Python using Aspose.PDF for Python.... Save the updated document. from io..., 600 ) # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/copy-inner-field/
  8. PdfSaveOptions.createNoteHyperlinks property | ...

    PdfSaveOptions.createNoteHyperlinks property. Specifies whether to convert footnote/endnote references in main text story into active hyperlinks...can pass to the document's "Save" method // to modify how that...PDF. let options = new aw . Saving . PdfSaveOptions (); // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. LayoutOptions.comment_display_mode property | A...

    LayoutOptions.comment_display_mode property. Gets or sets the way comments are rendered...Shows how to show comments when saving a document to a rendered format.... SHOW_IN_ANNOTATIONS doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Unlock PDF using C++ | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with C++ sample code using Aspose.PDF for C++... Unlock PDF and save time. For example, if you often...Call Document.Decrypt Method. Save the PDF file. The provided C++...

    products.aspose.com/pdf/cpp/decrypt/