Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 34,037 for

saveoptions

(0.12 sec)
  1. SaveOptions.export_generator_name property | As...

    Saveoptions.export_generator_name property. When ``True``, causes the name and version of Aspose.Words to be embedded into produced files...export_generator_name property SaveOptions.export_generator_name property...words.saving class SaveOptions SaveOptions.dml_rendering_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. 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...
  4. SaveOptions.allowEmbeddingPostScriptFonts prope...

    Saveoptions.allowEmbeddingPostScriptFonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved...allowEmbeddingPostSc property SaveOptions.allowEmbeddingPostSc property...Words.Saving class SaveOptions SaveOptions.defaultTemplate property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....docx"); // Use a SaveOptions object to specify the encoding...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setSaveFormat(SaveFormat...

    reference.aspose.com/words/java/com.aspose.word...
  7. Word document with "Control Boxes" are not rend...

    Hi, Currently we are using Aspose.Words for Java 25.11. If a word document has “Control Boxes” (The large blocks around most of the text), it’s not rendered properly in the output PDF. This issue is also reproducible…...PdfSaveOptions saveOptions = null; saveOptions = new com.aspose...OutlineOptions outlineOptions = saveOptions.getOutlineOptions(); outlineOptions...

    forum.aspose.com/t/word-document-with-control-b...
  8. Merger.merge_streams method | Aspose.Words for ...

    aspose.words.lowcode.Merger.merge_streams method... SaveOptions , merge_format_mode : aspose...input streams. save_options SaveOptions The save options. merge_format_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Contains settings of the digital signature timestamp in Java....signature and assign it to our SaveOptions object to sign the document...signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/zh-hant/java/make/pdf/