Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 177,799 for

docx

(0.59 sec)
  1. Possible bug in absolute positioned lines in do...

    Hi there, We have seen an issue when converting documents that contain absolute positioned lines to PDF. I have attached a .Docx file containing an absolute positioned line on the left side of the document and the resu…...docx file containing an absolute... Thank you! aspose-bug-demo.docx (15.5 KB) aspose-bug-demo.pdf...

    forum.aspose.com/t/possible-bug-in-absolute-pos...
  2. EQ Field Overstrike with Image Not Rendering Pr...

    Description: When processing a Word document with EQ (Equation) fields of the type {eq \o({text},\s\do55({image}))} using Aspose.Words, any shape or image positioned below the text is not rendered as expected during con…... Sample Docx: sample.docx (19.4 KB) Expected Result:...Document doc = new Document(@"input.docx"); // Iterate over a copy of...

    forum.aspose.com/t/eq-field-overstrike-with-ima...
  3. Convert CSV to DOCM with .NET or with free Onli...

    Convert CSV to DOCM on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free CSV to DOCM online converter quickly before integrating the code....format using Save method and set DocX as SaveFormat Conversion Requirements...Cases Converting CSV Files to DOCX Format is Necessary to Unlock...

    products.aspose.com/total/net/conversion/csv-to...
  4. Multiple Format Support|Aspose.Words for ShareP...

    List of supported formats by the Aspose.Words for SharePoint....the following input formats: DOCX - Office Open XML DOTX - Office...PdfA1b - Adobe PDF/A-1b format DOCX - Office Open XML DOCM - Microsoft...

    docs.aspose.com/words/sharepoint/multiple-forma...
  5. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....using C# Convert DOCX to JSON in Java Convert DOCX to JSON in C#...

    kb.aspose.com/words/page/2/
  6. 使用 Python 将 HTML 转换为 Word

    本简要指南涵盖了使用 Python 将 HTML 转换为 Word 的信息。它讨论了使用 Python 将 HTML 导出到 Word 的分步算法和工作示例代码。...随后,加载源文件并执行渲染为 DOC 或 DOCX 文件格式,同时将输出文件写入磁盘。 使用 Python...DocSaveOptions 类实例。最后,它以 DOC 或 DOCX 格式呈现 Word 文档。但是,您可以根据需要通过设置...

    kb.aspose.com/zh/html/python/convert-html-to-wo...
  7. Extract Pages from Word Document in C# | Extrac...

    Learn how to extract pages from a Word document in C# using Aspose.Words. Follow easy steps and code examples to extract Word pages....Extracting Word pages from DOC or DOCX files can be useful in various...Save each page as a separate .docx file using the Save() method...

    blog.aspose.com/words/extract-word-pages-in-csh...
  8. How to Read Word Document in C#

    This brief tutorial guides you on how to read Word document in C#. To read text from Word document C# environment details and runnable sample code with description is shared....by loading a Word file like DOCX , DOC , RTF, or HTML, etc, and...package manager Load the input DOCX file into the Document class...

    kb.aspose.com/words/net/how-to-read-word-docume...
  9. Extend and Contribute to CRM Quote Generator|As...

    How to defined a custom workflow using Aspose.Words to convert HTML to word and Attach Generated Quotation with Quote in C#.... Docx )); /// Attach Generated Quotation...( "filename" , QuoteName + ".docx" ); Guid NewNoteId = Service...

    docs.aspose.com/words/net/extend-and-contribute...
  10. 在 Java 中将 PUB 转换为 Word

    本文介绍了在 Java 中将 PUB 转换为 Word 的基本方法。它首先指导您进行环境设置,然后逐步讲解整个过程,并提供示例代码来解释在 Java 中将 Publisher 文件转换为 Word 的每个部分。...此外,在管理 PUB 文件并将其转换为 DOCX 文件时,您无需额外的软件。 在 Java 中将 PUB...Word 文档格式 以下是 在 Java 中将 PUB 转换为 DOCX 的详细过程概述。PubFactory 类支持多种重载,...

    kb.aspose.com/zh/pub/java/convert-pub-to-word-i...