Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 380,638 for

save

(0.43 sec)
  1. C++ API to Convert TEX to OTP | products.aspose...

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

    products.aspose.com/total/cpp/conversion/tex-to...
  2. Android API to Render PDF to MHTML | products.a...

    Transform PDF to MHTML via Android via Java API... It is used to save webpages for offline viewing...This feature can be used to save webpages for offline viewing...

    products.aspose.com/total/android-java/conversi...
  3. C++ API to Convert MD to PPSM | products.aspose...

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

    products.aspose.com/total/cpp/conversion/md-to-...
  4. Convert HTML to Image in Java | products.aspose...

    Convert HTML to Image in Java. Use Java library API to convert HTML files to Images...each ISlide as an IImage , and save the output in an image format...1f , 1f ); try { slideImage . save ( "slide_" + ( slideIndex +...

    products.aspose.com/slides/java/conversion/html...
  5. Quick Start in Python|Aspose.Words for Java

    Python: Quick Start Aspose.Words for Java....Python Load And Save To Disk in Python Load And Save To Stream in...

    docs.aspose.com/words/java/quick-start-in-python/
  6. How to Reduce Exported .MPP File Size Programma...

    Hi Aspose Team, We are using Aspose.Tasks for .NET to programmatically export Microsoft Project files (.mpp) in our web application. Requirement: We need to reduce the actual file size of the exported .mpp files as mu…...Save() method. We are aware of standard...resources and tasks manually before saving, but are not sure if there...

    forum.aspose.com/t/how-to-reduce-exported-mpp-f...
  7. C# API to Export EMLX to PS | products.aspose.com

    Convert EMLX to PS without using Microsoft Word or Outlook on .NET...using Save method Load HTML by using Document class Save the document...document to PS format using Save method and set Ps as SaveFormat...

    products.aspose.com/total/net/conversion/emlx-t...
  8. Protect and Unprotect Workbook Structure with N...

    Protect and unprotect workbook structure of Excel files using Node.js via C++...."password" ); // Save Excel file. workbook . save ( filePath );..."password" ); // Save Excel file. workbook . save ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  9. Public API Changes in Aspose.Diagram 16.11.0|Do...

    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...."Test Button" ; // save diagram diagram . Save ( @"C:\temp\Output...Height , text ); // save diagram diagram . Save ( @"C:\temp\Output...

    docs.aspose.com/diagram/net/public-api-changes-...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....collection of page instance And save your PDF file package com.aspose...object" )); // Save PDF file pdfDocument . save ( _dataDir + ...

    docs.aspose.com/pdf/java/add-rectangle/