Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 33,589 for

saveoptions

(0.17 sec)
  1. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote document or file using Java API methods....OneSaveOptions saveOptions = new OneSaveOptions(); 7 8 saveOptions. setDocumentPassword..."CreatePasswordProtec_out.one" , saveOptions); Examples-src-main-java...

    docs.aspose.com/note/java/load-a-onenote-document/
  2. Aspose.PDF (v25.7) - NullReferenceException wit...

    Hello, When I use ASPOSE.PDF to compress a PDF/A document that does not contain an attachment, I receive a NullReferenceException error when I try to save the document. This error did not occur in previous versions. fa…...pdf"); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...mpressed_document.pdf", saveOptions); Please try these steps...

    forum.aspose.com/t/aspose-pdf-v25-7-nullreferen...
  3. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!..."Compliance" property of the SaveOptions object to "OoxmlCompliance...standard. OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {...

    reference.aspose.com/words/net/aspose.words.set...
  4. Public API Changes in Aspose.Cells 8.3.2|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.... SaveOptions.ExpCellNameToXLSX property. SaveOptions.DefaultFont...property. SaveOptions.Compliance property. SaveOptions.PdfBookmark...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Public API Changes in Aspise.Cells 8.3.2|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.... SaveOptions.ExpCellNameToXLSX property. SaveOptions.DefaultFont...property. SaveOptions.Compliance property. SaveOptions.PdfBookmark...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Aspose::Words::Saving::HtmlElementSizeOutputMod...

    Aspose::Words::Saving::HtmlElementSizeOutputMode enum. Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB in C++...."AllowNegativeIndent" flag // in a SaveOptions object that we will pass...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Convert PowerPoint Presentations to HTML in Jav...

    Convert PowerPoint presentations to responsive HTML in Java. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....HtmlOptions saveOptions = new HtmlOptions (); saveOptions . setSvgResponsiveLayo...html" , SaveFormat . Html , saveOptions ); } finally { if ( pres...

    docs.aspose.com/slides/java/convert-powerpoint-...
  8. Workbook links are not working in .xlsm or .xls...

    Hi Sir/madam, We want to change the Excel export from .xls to .xlsm, using Aspose.cells v25.12.0 Generating a single excel file works correct. When generating 2 excel files, with workbook links, a lot of workbook link…...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); saveOptions.SortExternalNames...Save(dir + " B425.xlsx", saveOptions); jacco.de.vos February 3...

    forum.aspose.com/t/workbook-links-are-not-worki...
  9. Convert OLM to HTML via Java | products.aspose.com

    Try the code sample to convert OLM files to HTML format in Java. Download Java API to take your email processing applications to the next level.... And finally, the SaveOptions class provides options for...the file name and using SaveOptions.getDefaultHtml() . System...

    products.aspose.com/email/java/conversion/olm-t...
  10. Convert PDF To HTML C#

    Convert PDF to HTML format in C# code. Save PDF as HTML using C#....pdf"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...