Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 33,600 for

saveoptions

(1.34 sec)
  1. 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...
  2. 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...
  3. Conversion of Microsoft Excel spreadsheets and ...

    Convert Excel Files XLS XLSX XLSM XLSB XLTX XLTM CSV and more as well as Visio Formats VSDX VSX VTX VDX VSSX VSTX VSDM VSSM VSTM etc just few lines of Python code....provide the saveFormat or saveOptions as second parameter. Depending...

    products.aspose.com/total/python-java/conversion/
  4. 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
  5. ImageSavingArgs.IsImageAvailable | Aspose.Words...

    Check if an image is ready for export with the IsImageAvailable property in ImageSavingArgs. Ensure seamless image management and efficiency!...document to HTML, we can pass a SaveOptions object to designate a callback...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 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-...
  7. IFontSavingCallback Interface | Aspose.Words fo...

    Control font saving in Aspose.Words with the IFontSavingCallback interface. Get notifications and customize HTML exports for optimal document quality....docx" ); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....overloads that accept a SaveOptions object. This should be an...a class derived from the SaveOptions class. Each save format has...

    docs.aspose.com/diagram/python-net/save-visio-d...
  9. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how to use HtmlSaveoptions ExportShapesAsSvg to convert Shape nodes to SVG images when saving to HTML, MHTML, EPUB, or AZW3 formats....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/net/aspose.words.sav...
  10. PdfDigitalSignatureTimestampSettings class | As...

    aspose.words.saving.PdfDigitalSignatureTimestampSettings class. Contains settings of the digital signature timestamp...signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/python-net/aspose.wo...