Sort Score
Result 10 results
Languages All
Labels All
Results 7,991 - 8,000 of 310,748 for

save

(0.22 sec)
  1. Convert a Document in Java|Aspose.Words for Java

    Easily convert documents from one format to another. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others using Java....combination of loading and saving operations. What Is Document...Aspose.Words involves loading or saving a document in some format....

    docs.aspose.com/words/java/convert-a-document/
  2. IPageLayoutCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during build and rendering of page layout model in Java....save(getArtifactsDir() + "Layout.../// /// Notifies us when we save the document to a fixed page...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert MBOX to MHTML via Java | products.aspos...

    Try the code sample to convert MBOX files to MHTML format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...class provides options for saving email messages. The code snippet...

    products.aspose.com/email/java/conversion/mbox-...
  4. How to Unhide Multiple Sheets in Excel using Java

    This tutorial guides on how to unhide multiple sheets in Excel using Java. It provides all the details to configure the environment, detailed steps and a runnable sample code to unhide Excel sheet using Java....sheets, you may save the original file or save it as a new XLSX...flag to true if not set earlier Save the resultant workbook to a...

    kb.aspose.com/cells/java/how-to-unhide-multiple...
  5. 操作页面属性|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类操作 Aspose.PDF Facades 的页面属性。...最后,使用 Save 方法保存更新后的 PDF 文件。 以下代码片段演示了如何在现有...= 2.0f ; // Save PDF document pageEditor . Save ( dataDir + ...

    docs.aspose.com/pdf/zh/net/manipulate-page-prop...
  6. XpsSaveOptions.outline_options property | Aspos...

    XpsSaveOptions.outline_options property. Allows to specify outline options.... saving . OutlineOptions : ... Remarks... option will not work when saving to XPS. Examples Shows how...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose.PSD for Java 24.3 - 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.... save ( outputFile , psdOptions16...(( short ) 32 ); psdImage8 . save ( outputFile , psdOptions32...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  8. HTML to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for HTML to PDF conversion. Use example code for batch HTML to PDF conversion with Aspose.PDF for PHP via Java...output file path as parameters Save the output PDF file System Requirements...your HTML file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/php-java/conversion/htm...
  9. Convert ICS to EMLX via Java | products.aspose.com

    Try the code sample to convert ICS files to EMLX format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...Appointment class used to load and save calendar events, create new...

    products.aspose.com/email/java/conversion/ics-t...
  10. HMTL to PDF conversion - Free Support Forum - a...

    Hi Team, I am working on convert HTML to PDF, my issue is style are not applying from style block block. My code: foreach (string contentPart in contentParts) { Aspose.Pdf.Page page = merge…...Add(htmlFragment); pageIndex++; } // Save merged PDF to memory MemoryStream...MemoryStream(); mergedPdfDocument.Save(memoryStream); memoryStream...

    forum.aspose.com/t/hmtl-to-pdf-conversion/314583