Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 375,748 for

save

(0.87 sec)
  1. Aspose.Words API Demonstration for Spring Java|...

    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....” to Save the MS-Word file. Open the MS-Word file saved you will...the page, you will see the “ Save webpage to ms-word ” link. This...

    docs.aspose.com/total/java/aspose-words-api-dem...
  2. 绘制文字|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制文字。支持使用C#绘制文字并保存为pdf、svg、html、image、xps等格式。...2; // Save diagram diagram . Save ( dataDir + "AddTextToShape_out...draw a text in the page and save as SVG format. The code example...

    docs.aspose.com/diagram/zh/net/drawing/draw-text/
  3. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: Save(String fileName, int SaveFormat) Save(String fileName, SaveOptions SaveOptions) Section breaks a…...Document: save(String fileName, int saveFormat) save(String fileName...calling any of the above to save a document, causing unintended...

    forum.aspose.com/t/section-breaks-erased/319189
  4. How to Convert OneNote to Image | Aspose.Note D...

    Learn how to convert your OneNote notes into images using various color modes....for Net Framework Loading, Saving and Converting Convert OneNote...Image Contents [ Hide Show ] Save OneNote to a grayscale image...

    docs.aspose.com/note/net/convert-onenote-to-ima...
  5. Aspose.PSD for .NET 21.8 - Release Notes|Docume...

    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....Bug PSDNET-685 Exception on saving PSD Bug PSDNET-927 Incorrect...sourceFileName )) { image . Save ( outputFileName , new PngOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-8...
  6. Import Presentations from PDF or HTML on Androi...

    Import PDF and HTML documents into PowerPoint and OpenDocument presentations in Java with Aspose.Slides for Android for seamless, high-performance slide processing.... Use the save() method to save the file in the PowerPoint...addFromPdf ( "InputPDF.pdf" ); pres . save ( "OutputPresentation.pptx"...

    docs.aspose.com/slides/androidjava/import-prese...
  7. Saving an Email as PDF|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....日本語 简体中文 Czech Dutch Svenska Saving an Email as PDF Contents [...load the MHTML stream and then save it as PDF. An email message...

    docs.aspose.com/email/net/saving-an-email-as-pdf/
  8. Working with PDF File Metadata|Aspose.PDF for Java

    Discover how to manage and extract metadata from PDF files in Java using Aspose.PDF to handle document properties.... Save the updated document using the...the Document class’ save() method. Please note that you cannot...

    docs.aspose.com/pdf/java/pdf-file-metadata/
  9. Export Visio Diagram to XML in Ruby|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....vsd" ) # Save as VDX diagram . save ( data_dir + "Diagram..."Drawing.vsd" ) # Save as VSX diagram . save ( data_dir + "Diagram...

    docs.aspose.com/diagram/java/export-visio-diagr...
  10. Convert PDF/A to PDF format|Aspose.PDF for C++

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF document with C++ library.... After Save the input file. void ConvertPDFAtoPDF...RemovePdfaCompliance (); // Save updated document document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/convert-pdfa-to-pdf/