Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 370,088 for

save

(0.57 sec)
  1. ImageSaveOptions.Resolution | Aspose.Words for ...

    Optimize your images with ImageSaveOptions! Control horizontal and vertical resolution in DPI for stunning quality and clarity. Enhance your visuals today!...property has effect only when saving to raster image formats. Examples...can pass to the document's "Save" method // to modify the way...

    reference.aspose.com/words/net/aspose.words.sav...
  2. SvgSaveOptions.ResourcesFolderAlias | Aspose.Wo...

    Discover the SvgSaveOptions ResourcesFolderAlias property to customize image URIs in SVG documents. Enhance your SVG output with flexible folder naming!...get ; set ; } Remarks When you save a Document in SVG format, Aspose...Aspose.Words needs to save all images embedded in the document...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++.... Finally, it saves the workbook in output XLSX...); // Save the workbook in output XLSX format wb . Save ( outputFilePathXlsx...

    docs.aspose.com/cells/cpp/create-slicer/
  4. MarkdownSaveOptions.link_export_mode property |...

    MarkdownSaveOptions.link_export_mode property. Specifies how links will be written to the output file... saving . MarkdownLinkExportMo : ...., value : aspose . words . saving . MarkdownLinkExportMo ): ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Creating, Opening and Saving Images|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....Creating, Opening and Saving Images Contents [ Hide ] Creating...by PsdImage class Save the results. Saving Image Files Aspose...

    docs.aspose.com/psd/java/creating-opening-and-s...
  6. 向节点添加转换|Documentation

    Aspose。3D for Java API 支持在 3D 空间中旋转对象。有三种方法来定义对象在 3D 空间中的旋转,欧拉角,四元数和自定义矩阵,所有这些都由Transform类支持。...fbx" ); // Save 3D scene in the supported file...file formats scene . save ( MyDir , FileFormat . FBX7500ASCII...

    docs.aspose.com/3d/zh/java/adding-transformatio...
  7. MarkdownSaveOptions.export_images_as_base64 pro...

    MarkdownSaveOptions.export_images_as_base64 property. Specifies whether images are Saved in Base64 format to the output file...Specifies whether images are saved in Base64 format to the output...created. Examples Shows how to save a .md document with images embedded...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert various file formats to PDF|Aspose.PDF ...

    Explore the functionality of converting other document formats like Word, Excel, and PowerPoint to PDF with Aspose.PDF for PHP via Java.... Save output PDF document. // Create...); // Save the document as a PDF file $document -> save ( $outputFile...

    docs.aspose.com/pdf/php-java/convert-other-file...
  9. Set Viewer Preference of an existing PDF File|A...

    Learn how to set viewer preferences, such as page layout and zoom settings, for existing PDF documents using Aspose.PDF in Java....you have to save the updated PDF file using Save method. The...PAGE_MODE_USE_NONE ); editor . save ( _dataDir + "PdfContentEdi...

    docs.aspose.com/pdf/java/set-viewer-preference-...
  10. Create PDF using .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications.... Save the PDF using Save(String) method. Following..."Hello, World" )); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/create/