Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 33,684 for

saveoptions

(0.41 sec)
  1. Merger.merge method | Aspose.Words for Python

    aspose.words.lowcode.Merger.merge method... SaveOptions , merge_format_mode : aspose...file names. save_options SaveOptions The save options. merge_format_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.Words PdfUa1 export - Footnote error whe...

    Hello, we are using Aspose.Words (.net, version 25.9.0) to generate PDA/UA compatible PDF documents, and when exporting documents with footnotes the PACChecker (v.24.4.2.0) validator returns the following warning: ‘Poss…...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...}; doc.Save("output.pdf", saveOptions); Thanks, Balázs Professionalize...

    forum.aspose.com/t/aspose-words-pdfua1-export-f...
  3. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...BottomMargin = 0; DocxSaveOptions saveOptions = new DocxSaveOptions();...DocxSaveOptions(); workbook.Save(ms, saveOptions); ms.Position = 0; here are the...

    forum.aspose.com/t/saving-excel-as-docx-having-...
  4. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveoptionsBase::get_ExportHeadersFootersMode method. Specifies the way headers and footers are exported to the text formats. Default value is PrimaryOnly in C++.... auto saveOptions = System :: MakeObject <...the end of the document. saveOptions -> set_ExportHeadersFooters...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/
  6. Images lost when saving as mhtml - Free Support...

    Hi Please try to convert my attached doc to eml, mht and pdf, xps Pdf and xps are fine. When converting to eml, mht images are lost, ie MS header logo at top. Also the page numbers of contents are not inserted. Dim …...docx"); var saveOptions = new HtmlSaveOptions(SaveFormat...HtmlSaveOptions(SaveFormat.Mhtml); saveOptions.ExportTocPageNumbers = true; //...

    forum.aspose.com/t/images-lost-when-saving-as-m...
  7. 使用 C# 製作 PDF

    通過幾個步驟在 C# 中創建一個新的 PDF。使用 .NET 庫輕鬆創建 PDF。...bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.pdf", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/zh-hant/net/make/pdf/
  8. Convert Document to HTML|Aspose.Words for Pytho...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using Python. You can also specify save options for managing the output document.... saveOptions = aw . saving . HtmlSaveOptions...Specify the desired encoding. saveOptions . encoding = "utf-8" # Specify...

    docs.aspose.com/words/python-net/convert-a-docu...
  9. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...Hide } }; var saveOptions = new Aspose.Words.Saving...document.Save(outputFile, saveOptions); Kind Regards, Andy AsposePdfConvert...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  10. TableContentAlignment | Aspose.Words for Java

    Allows to specify the alignment of the content of the table to be used when exporting into Markdown format in Java....MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); { saveOptions.se...MarkdownDocumentTabl.md", saveOptions); Document doc = new Doc...

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