Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 369,784 for

save

(0.35 sec)
  1. Modifying AcroForms|Aspose.PDF for Java

    This section explains how to modifying forms in your PDF document with Aspose.PDF for Java....BLACK )); // Save updated document pdfDocument . save ( _dataDir...to the delete method and then save the updated PDF document. The...

    docs.aspose.com/pdf/java/modifing-form/
  2. Convert PDF to PDF/A formats|Aspose.PDF for Java

    Learn how to convert PDF files to PDF/A format for long-term archiving and compliance with document preservation standards using Aspose.PDF in Java....Delete ); // Save output document document . save ( DATA_DIR +...Delete ); // Save output document document . save ( DATA_DIR +...

    docs.aspose.com/pdf/java/convert-pdf-to-pdfa/
  3. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...); // Save the document in PDF format workbook . save ( "output...workbook to JPG image. workbook . save ( "Image1.jpg" ); 将Excel工作簿转换为图像...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  4. 在xlsx4j中将工作簿转换为HTML|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....//Specify the HTML Saving Options HtmlSaveOptions save = new HtmlSaveOptions..."book1.xls" ); //Save the HTML file book . save ( dataDir + "AsposeHTMLSpreadshee...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  5. 用C++保存文件的不同方法|Documentation

    Aspose.Cells for C++可以将文件保存为不同格式。保存为PDF。保存为HTML。保存为DOCX。保存为PPTX。保存为JSON。保存为MHTML。...Workbook 类提供了用于保存Excel文件的 Save 方法。 Save 方法有许多重载,用于以不同的方式保存文件。 保存文件的文件格式由...要将文件保存到存储位置,请在调用 Workbook 对象的 Save 方法时指定文件名(包括存储路径)和所需的文件格式(从 SaveFormat...

    docs.aspose.com/cells/zh/cpp/different-ways-to-...
  6. DocumentProperty.toByteArray method | Aspose.Wo...

    DocumentProperty.toByteArray method. Returns the property value as byte array....thumbnail to a document that we save as an Epub. let doc = new aw...( "Hello world!" ); // If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentProperty.to_byte_array method | Aspose....

    DocumentProperty.to_byte_array method. Returns the property value as byte array....thumbnail to a document that we save as an Epub. doc = aw . Document...writeln ( 'Hello world!' ) # If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert PDF to Excel in C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to convert PDF to Excel format using C++. During this, the individual pages of the PDF file are converted to Excel worksheets....Save(..) constructor. The following...document. Save it to XLS format by calling Document->Save() method...

    docs.aspose.com/pdf/cpp/convert-pdf-to-excel/
  9. Loading and Saving Messages|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....and Saving Messages Contents [ Hide ] Loading and Saving Email...Message Format during Loading Save and Convert Email Messages Aspose...

    docs.aspose.com/email/java/loading-and-saving-m...
  10. Convert Document to Other Formats|Aspose.Words ...

    Convert a document from one format to another and fast instead of using Apache POI in Java....converted to other formats using Save As option in the File menu....Aspose.Words, simply invoke the save() method of Document class and...

    docs.aspose.com/words/java/convert-document-to-...