Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 32,698 for

saveoptions

(0.08 sec)
  1. HtmlSaveOptions.exportPageMargins property | As...

    HtmlSaveoptions.exportPageMargins property. Specifies whether page margins is exported to HTML, MHTML or EPUB...document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. IFontSavingCallback class | Aspose.Words for No...

    Aspose.Words.Saving.IFontSavingCallback class. Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportPageMargins method. Specifies whether page margins is exported to HTML, MHTML or EPUB. Default is false in C++....document to HTML, we can pass a SaveOptions object // to decide whether...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveoptions.export_shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...document to HTML, we can pass a SaveOptions object # to determine how...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.Words looses footnotes converting DOCX t...

    Scenario: Convert DOCX to PDF. Issue: Aspose.Words 24.12 – No footnotes on the first page of the generated PDF. Aspose.Words 25.1 – Pdf cannot be generated. NullReferenceException is thrown is thrown. Attachments: …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { //...options as needed // Example: saveOptions.HeaderFooterBookmark = HeaderFooterBookmark...

    forum.aspose.com/t/aspose-words-looses-footnote...
  6. PdfPermissions | Aspose.Words for Java

    Specifies the operations that are allowed to a user on an encrypted PDF document in Java.... PdfSaveOptions saveOptions = new PdfSaveOptions(); //..."EncryptionDetails" property. saveOptions.setEncryptionDetails(encryptionDetails);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveoptions Saveoptions = new HtmlFixedSaveoptions(); Saveoptions.setExportEmbeddedCss(true); saveOption…...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.set...e); saveOptions.setExportEmbeddedFon(true); saveOptions.setE...

    forum.aspose.com/t/bug-when-generating-html-in-...
  8. Converting word document to pdf causes a table ...

    Hi, i want to convert a word document into a PDF document. When converting test file “Test OK.docm” to PDF document, everything seems to be fine. The table on first page will not be moved. When converting test file “T…...docm"); PdfSaveOptions saveOptions = new PdfSaveOptions { //...Save(path + "Test FAIL.pdf", saveOptions); Test with Different Layouts...

    forum.aspose.com/t/converting-word-document-to-...
  9. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveoptions htmlSaveoptions = HtmlSaveoptionsBuilder.build(documentWra…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...save("path/to/output/document.html", saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/doc/314783
  10. Load and Save Email Message|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.... The base class SaveOptions and the classes EmlSaveOptions...appropriate option from SaveOptions . Preserve Dates The MsgSaveOptions...

    docs.aspose.com/email/net/load-and-save-email-m...