Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 32,784 for

saveoptions

(0.18 sec)
  1. Ensure vertical text layout is preserved when e...

    Ensure vertical text layout is preserved when exporting to PDF. Currently using version 23.4. We are working with Chinese text. When converting horizontal documents to PDF, the layout remains correct. However, when con…...PdfSaveOptions PdfSaveOptions saveOptions = new PdfSaveOptions(); //...layout for vertical text saveOptions.setPageLayout(PdfPageLayout...

    forum.aspose.com/t/ensure-vertical-text-layout-...
  2. HtmlFixedSaveOptions.ResourcesFolderAlias | Asp...

    Discover the HtmlFixedSaveoptions ResourcesFolderAlias property to customize image URIs in your HTML documents. Enhance your web content effortlessly!...set a folder alias in the SaveOptions object, we will be able to...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Missing inline images after conversion from msg...

    I convert a msg file to HTML by MailMessage mail = MailMessage.load(msgPath); Saveoptions opt = Saveoptions.createSaveoptions(MailMessageSaveType.getHtmlFormat()); mail.save(htmlPath, opt); Some images are changed to Ba…...load(msgPath); SaveOptions opt = SaveOptions.createSaveOptio...

    forum.aspose.com/t/missing-inline-images-after-...
  4. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportTocPageNumbers method. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB. Default value is false in C++....document to HTML, we can pass a SaveOptions object to omit these page...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. HtmlSaveOptions.ExportPageSetup | Aspose.Words ...

    Discover how the HtmlSaveoptions ExportPageSetup property enhances your HTML, MHTML, or EPUB exports by allowing customizable page setups for better output....document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Saving::HtmlOfficeMathOutputMode...

    Aspose::Words::Saving::HtmlOfficeMathOutputMode enum. Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB in C++....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....PDF/A‑1a PdfSaveOptions saveOptions ; saveOptions . SetCompliance (...Save ( u "pdfa1a.pdf" , saveOptions ); Aspose :: Cells :: Cleanup...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  8. PDF to Word conversion issues (source document ...

    Hello, I am experiencing significant issues when converting a PDF to Word using Aspose.PDF 25.8.0. The output DOCX introduces formatting and rendering problems that make the converted document difficult to use. …...pdf"); DocSaveOptions saveOptions = new DocSaveOptions { Format...pdfDocument.Save("output.docx", saveOptions); If these steps do not resolve...

    forum.aspose.com/t/pdf-to-word-conversion-issue...
  9. Introduction | Developers Guide | Aspose.Zip fo...

    Discover the basic features of Aspose.Zip for .NET in the Introduction section of the Developers Guide. Learn how to manage, compress, extract, and convert archive formats like ZIP, RAR, 7Z, and TAR with ease, using the powerful Aspose.Zip API....Save(stream, ArchiveSaveOptions saveOptions = null ) 2 3 archive.Save(filePath...Save(filePath, ArchiveSaveOptions saveOptions = null ) Archive Extraction...

    docs.aspose.com/zip/net/introduction/
  10. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...