Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 175,586 for

docx

(0.09 sec)
  1. Merger Class | Aspose.Words for .NET

    Effortlessly merge diverse document types into one with Aspose.Words.LowCode.Merger class. Streamline your workflow and enhance productivity today!...docx" ; string inputDoc2 = MyDir + "Tables.docx" ; Merger...ArtifactsDir + "LowCode.MergeDocument.1.docx" , new [] { inputDoc1 , inputDoc2...

    reference.aspose.com/words/net/aspose.words.low...
  2. 如何在 Python 中将 Word 转换为 TIFF

    本快速教程包含有关如何在 Python 中将 Word 转换为 TIFF 的信息。它提供了配置环境的详细信息、编写应用程序的分步过程以及在 Python 中将 Docx 转换为 TIFF 的可运行示例代码。...它包含有关环境配置的详细信息、编写应用程序的详细过程以及演示在 Python 中 将 DOCX 转换为 TIFF 的功能的示例代码 。讨论了编写最小应用程序所需的所有重要类、方法和属性。...Aspose.Words for Python 通过 .NET 将DOCX转换为TIFF 将输入的 Word 文件加载到 Document...

    kb.aspose.com/zh/words/python/how-to-convert-wo...
  3. Install TrueType Fonts on Linux in C#|Aspose.Wo...

    Aspose.Words for .NET allows rendering a document created using Microsoft Word on a Linux machine with the best accuracy using C#. To accomplish this, copy font files from a Windows machine or Install a `TrueType` font package onto your Linux machine in C#....Words to convert DOC or DOCX documents to PDF format. If...Most frequently, the DOC and DOCX documents, which need to be...

    docs.aspose.com/words/net/installing-truetype-f...
  4. Aspose Words Revisions date - Free Support Foru...

    Aspose.Words for dotnet 25.4.0 Document revisions all have a DateTime set to 01/01/0001 00:00:00 Code : Given the file Pierre2.Docx has a few revisions ( track changes enabled ) var filename = @"C:\Users\Pierre\Docum…...docx has a few revisions ( track...@"C:\Users\Pierre\Documents\TrackTest\Pierre2.docx"; var doc = new Aspose.Words...

    forum.aspose.com/t/aspose-words-revisions-date/...
  5. How to Convert HTML Document to Word in Python

    This short guide provides information on how to convert HTML document to Word in Python. It shares IDE settings, a list of steps, and a runnable sample code for HTML to Word conversion in Python....code to convert the HTML to DOCX in Python . Sample code will...via .NET to convert HTML to DOCX Open the source HTML file using...

    kb.aspose.com/words/python/how-to-convert-html-...
  6. Word to pdf Arabic format is not conervted prop...

    Dears, Using (aspose-words-20.11 , aspose-words-21.11) to convert word file that contains Arabic letters to pdf file, It doesn’t view the Arabic format properly after the conversion. Please check the attached 2 files w…...docx (12.1 KB) awais.hafeez May 10...aspose arabic letters format .docx"); doc.getLayoutOptions().s...

    forum.aspose.com/t/word-to-pdf-arabic-format-is...
  7. CompressionLevel enumeration | Aspose.Words for...

    aspose.words.saving.CompressionLevel enumeration. Compression level for OOXML files... (DOCX and DOTX files are internally...Document ( MY_DIR + 'Big document.docx' ) # When we save the document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...Docx); var fileName = $"{fileNam...$"{fileNameWithoutExten}{FileExtensions.DOCX}"; await assetFileService.U...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  9. Create New Document in Apache POI and Aspose.Wo...

    Create a new document easily and fast instead of using Apache POI...." ); // Save the document in DOCX format. The format to save as...+ "Aspose_NewDoc.docx" , SaveFormat . DOCX ); Apache POI HWPF...

    docs.aspose.com/words/java/create-new-document-...
  10. Document Formatting changes after comparison - ...

    I am doing comparison between two Docx files. The resultant files formatting changes a bit especially when it comes to lists or nested items. original_content = await original.read() modified_content = await modified.re…...doing comparison between two docx files. The resultant files formatting...save(output_stream, aw.SaveFormat.DOCX) output_stream.seek(0) return...

    forum.aspose.com/t/document-formatting-changes-...