Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 38,276 for

save

(0.07 sec)
  1. Import/Export Projects to Primavera

    Learn how to import projects from Primavera XER/XML formats, edit and export them in any of a wide range of available formats (MPP, Primavera XML, PDF, JPEG, XLSX, etc.) using Aspose.Tasks for Java.... save (dataDir + "saved.xml" , SaveFileFormat...mpp" ); 5 project. save (dataDir + "saved.xer" , SaveFileFormat...

    docs.aspose.com/tasks/java/importing-and-export...
  2. How to Convert Word Document to HTML using Python

    In this short tutorial you will understand how to convert Word Document to HTML using Python. In order to export DOCX to HTML Python based example following simple steps below can be used in any of common operating systems like MS Windows, Linux, or macOS....Convert the DOCX to HTML using the save method With the help of the...Finally, the output file is saved on the disk with HTML file extension...

    kb.aspose.com/words/python/how-to-convert-word-...
  3. How to Convert TIFF to PDF in Java

    This short tutorial focuses on how to convert TIFF to PDF in Java. To create TIFF to PDF converter Java code and comprehensive steps are explained along with the environment configuration....settings Save the output PDF on the disk using the save method...generated PDF is saved on the disk using the save method. Code to...

    kb.aspose.com/imaging/java/how-to-convert-tiff-...
  4. How to Convert Outlook Email to HTML using Java

    In this example, we will focus on how to convert Outlook Email to HTML using Java. You will learn that in order to convert an Email to HTML Java based API can be used in any of the commonly available operating systems like Windows, Linux, or macOS that is configured with Java....the output HTML save and format options Save the loaded MSG or...or EML file to HTML using the save method In Java Email to HTML...

    kb.aspose.com/email/java/how-to-convert-outlook...
  5. Document.digital_signatures property | Aspose.W...

    Document.digital_signatures property. Gets the collection of digital signatures for this document and their validation results....signatures will not be saved when you save this Document object...into a file or stream because saving or converting will produce...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Layer Manipulation in Aspose.PSD for Java|Docum...

    Examples of how to manipulate Layers of PSD File in Java...adjustments, we save the updated image using save. It’s worth noting...

    docs.aspose.com/psd/java/psd-layer-manipulation/
  7. Export to XAML|Aspose.Slides Documentation

    Export or convert PowerPoint presentation to XAML... Save ( new XamlOptions ()); } Exporting...Presentation ( "pres.pptx" )) { pres . Save ( new XamlOptions { ExportHiddenSlides...

    docs.aspose.com/slides/net/export-to-xaml/
  8. How to Convert Word to HTML using C++

    In this short tutorial, we will learn how to convert Word to HTML using C++. For converting word to html format in C++, you need to make simple API calls in few simple steps on MS Windows or Linux.... You can save Word as HTML in C++ to use the...Aspose::Words and Aspose::Words::Saving namespaces Instantiate an instance...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...
  9. FileFormatUtil.ExtensionToSaveFormat | Aspose.W...

    Effortlessly convert file name extensions to SaveFormat values with the FileFormatUtil ExtensionToSaveFormat method. Simplify your file management today!...document from the stream, and then save it to the automatically detected...SaveFormatToExtensio ( saveFormat )); doc . Save ( ArtifactsDir + "File.SaveToDetectedFileFo"...

    reference.aspose.com/words/net/aspose.words/fil...
  10. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C# or .NET... Save the modified presentation. This...Placeholder" ; } // Saves the presentation to disk pres . Save ( "output_out...

    docs.aspose.com/slides/net/manage-placeholder/