Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 369,807 for

save

(0.16 sec)
  1. Online TEX to GIF Conversion or Develop Java ba...

    Free online app to convert TEX to GIF files. Java conversion library code for TEX documents....Convert TEX to DOC by using save method Load DOC file by using...Aspose.Words Save the document to GIF format using save method and...

    products.aspose.com/total/java/conversion/tex-t...
  2. Online TEX to FLATOPC Conversion or Develop Jav...

    Free online app to convert TEX to FLATOPC files. Java conversion library code for TEX documents....Convert TEX to DOC by using save method Load DOC file by using...Words Save the document to FLAT_OPC format using save method...

    products.aspose.com/total/java/conversion/tex-t...
  3. IDocumentPartSavingCallback | Aspose.Words for ...

    Implement this interface if you want to receive notifications and control how Aspose.Words Saves document parts when exporting a document to SaveFormat.HTML or SaveFormat.EPUB format in Java....Words saves document parts when exporting...split a document into parts and save them. public void documentPartsFileNam()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Manage Shapes in Presentations Using Python|Asp...

    Learn to create, edit and optimize shapes in Aspose.Slides for Python via .NET and deliver high-performance PowerPoint and OpenDocument presentations.... Save the presentation as PPTX. The...150 ) # Save the presentation to disk. presentation . save ( "output...

    docs.aspose.com/slides/python-net/shape-manipul...
  5. Online TEX to WORDML Conversion or Develop Java...

    Free online app to convert TEX to WORDML files. Java conversion library code for TEX documents....Convert TEX to DOC by using save method Load DOC file by using...Aspose.Words Save the document to WORD_ML format using save method...

    products.aspose.com/total/java/conversion/tex-t...
  6. How to Convert PowerPoint to Word in Python

    This simple tutorial guides on how to convert PowerPoint to Word in Python. It covers all the necessary steps, resources and a runnable sample code to transform PowerPoint into Word in Python with the help of a few API calls only....PPTX from the disk and then save it as a Word document, say a...the Presentation class object Save the presentation as HTML into...

    kb.aspose.com/slides/python/how-to-convert-powe...
  7. C++ API to Convert MHTML to PPSM | products.asp...

    Convert MHTML to PPSM via C++ without using Microsoft Word or Adobe Acrobat Reader...page archive format used to save webpages in a single file. It...Microsoft PowerPoint. It is used to save presentations in a single file...

    products.aspose.com/total/cpp/conversion/mhtml-...
  8. Aspose.PSD for .NET 24.2 - 发行说明|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.... Save ( outputFile , new PsdOptions... Load ( src )) { psdImage . Save ( output , new PngOptions ());...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. CssSavingArgs class | Aspose.Words for Python

    aspose.words.saving.CssSavingArgs class. Provides data for the [ICssSavingCallback.css_saving()](../icsssavingcallback/css_saving/#csssavingargs) event...css_saving() event. To learn more, visit the Save a Document...Aspose.Words saves a document to HTML, it saves CSS information...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java.... Save your PDF file public static...( graph ); // Save PDF file pdfDocument . save ( _dataDir + "DrawingCurve1_out...

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