Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 175,561 for

docx

(0.11 sec)
  1. HtmlSaveOptions: Is MetafileRenderingMode.Bitma...

    Description I’m converting Docx to HTML using Aspose.Words. For documents that contain metafile content (e.g., EMF/WMF), the visual output differs depending on the metafile rendering mode: With HtmlFixedSaveOptions, I …...1 Description I’m converting DOCX to HTML using Aspose.Words ...feature request ? – Sample Docx sample.docx (17.3 KB) Sample Code...

    forum.aspose.com/t/htmlsaveoptions-is-metafiler...
  2. C# API to Export EMAIL to DOCM | products.aspos...

    Convert EMAIL to DOCM without using Microsoft Word or Outlook on .NET...document formats, such as DOC, DOCX, RTF, and HTML. By using Aspose...Use Cases Converting Emails to DOCX Files is Necessary to Unlock...

    products.aspose.com/total/net/conversion/email-...
  3. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python....the OoxmlSaveOptions class for DOCX, DOCM, DOTX, DOTM, and FlatOpc...Encryption RC4 Encryption (40-bit) DOCX, DOTX, DOCM, DOTM, FlatOPC,...

    docs.aspose.com/words/python-net/encrypt-a-docu...
  4. Processor.to_stream method | Aspose.Words for P...

    aspose.words.lowcode.Processor.to_stream method...docx' input_doc2 = MY_DIR + 'Tables.docx' with system_helper...FileStream ( MY_DIR + 'Big document.docx' , system_helper . io . FileMode...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OoxmlSaveOptions.keepLegacyControlChars propert...

    OoxmlSaveOptions.keepLegacyControlChars property. Keeps original representation of legacy control characters....docx. let doc = new aw . Document...OoxmlSaveOptions ( aw . SaveFormat . Docx ); so . keepLegacyControlCha...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Word转html后复选框乱码 - Free Support Forum - aspose.com

    Document doc = new Document("/Users/lpg/Documents/工作/中合通用平台/zhonghe-guangan-java/zhonghe-admin/src/抗震试验记录 " + ".Docx"); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.HTML); doc.save("./2121.html", sa…...docx"); SaveOptions saveOptions =...html", saveOptions); 抗震试验记录 .docx (57.2 KB) 2120×254 63.5 KB alexey...

    forum.aspose.com/t/word-html/312780
  7. PDF converted from Word has extra row and pushe...

    Hi, When converting a Docx to PDF using Aspose.Words, we noticed an extra row was created on the first page text and eventually pushed some content into next page, resulting in extra page created. Code: var doc = new …...9:25am 1 Hi, When converting a DOCX to PDF using Aspose.Words, we...doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf", new...

    forum.aspose.com/t/pdf-converted-from-word-has-...
  8. Clone Document, Convert Clone .ToString(SaveFor...

    I am having some trouble with a requirement. I need to make changes to a clone of a document while it is in HTML string format (or possibly XML or any other format that will allow me to keep the formatting). After the ch…...Docx); modifiedDocumentData = docxStream...throw; } } Sherlock Holmes (Test).docx (130.3 KB) Professionalize.Discourse...

    forum.aspose.com/t/clone-document-convert-clone...
  9. List.IsRestartAtEachSection | Aspose.Words for ...

    Discover the IsRestartAtEachSection property to control list numbering in sections. Enhance document organization with this easy-to-use feature!...supported only in RTF, DOC and DOCX document formats. This option...option will be written to DOCX only if OoxmlCompliance is higher...

    reference.aspose.com/words/net/aspose.words.lis...
  10. Aspose words转换word为pdf,页数不对了 - Free Support For...

    技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 转换代码: public static boolean doc2pdf(String inPath, String outPath) { File file = new File(outPath); try (FileOutputStream os = new FileOutputSt…...docx (4.1 KB) 转换后的pdf(两页) Table-1...doc = new Document("Table-1.docx", loadOptions); doc.save("output...

    forum.aspose.com/t/aspose-words-word-pdf/314404