Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 380,279 for

save

(0.17 sec)
  1. Export texture files while saving 3D scene|Docu...

    Using Aspose.3D for .NET, developers can export texture files to file system while saving 3D scene....Export texture files while saving 3D scene Contents [ Hide ]...all associated textures are saved to the same directory, follow...

    docs.aspose.com/3d/net/export-texture-files-whi...
  2. Extract Table Data from PDF|Aspose.PDF for PHP ...

    Learn how to extract tabular from PDF using Aspose.PDF for PHP...scanned, and the result will be saved in a list of AbsorbedTable ...$responseData .= PHP_EOL ; } } } // Save the table data to the output...

    docs.aspose.com/pdf/php-java/extract-data-from-...
  3. 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/
  4. 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-...
  5. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow.... Save ( "pres.pptx" , SaveFormat ...100 , 100 , image ); pres . Save ( "pres.pptx" , SaveFormat ...

    docs.aspose.com/slides/net/image/
  6. Render Slide as Thumbnail to JPEG by User Defin...

    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 the thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( destFileName...

    docs.aspose.com/slides/net/render-slide-as-thum...
  7. Android API to Render PCL to ODT | products.asp...

    Transform PCL to ODT via Android via Java API...Convert PCL to DOC by using save method Load DOC file by using...Aspose.Words Save the document to ODT format using save method and...

    products.aspose.com/total/android-java/conversi...
  8. Android API to Render XPS to ODT | products.asp...

    Transform XPS to ODT via Android via Java API...Convert XPS to DOC by using save method Load DOC file by using...Aspose.Words Save the document to ODT format using save method and...

    products.aspose.com/total/android-java/conversi...
  9. 将列宽设置为可缩放单位如em或百分比的Node.js和C++实现|Documentation

    学习如何在Aspose.Cells for Node.js via C++中将列宽设置为em或百分比等可缩放单位,从而改善生成HTML表格的展示效果。...sourceFilePath ); // Specify Html Save Options const options = new...setWidthScalable ( true ); // Specify image save format options . setExportImagesAsBas...

    docs.aspose.com/cells/zh/nodejs-cpp/set-column-...
  10. Add Rubber Stamp|Aspose.PDF for Java

    Learn how to add a rubber stamp annotation to a PDF document in Java using the PdfContentEditor facade in Aspose.PDF.... Save the updated PDF document. public..., Color . GREEN ); editor . save ( outputFile . toString ());...

    docs.aspose.com/pdf/java/add-rubber-stamp/