Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 176,899 for

docx

(0.92 sec)
  1. Comparer | Aspose.Words for Java

    Provides methods intended to compare documents in Java....docx"; String secondDoc = getMyDir()..."LowCode.CompareDocuments.1.docx", "Author", new Date()); Comparer...

    reference.aspose.com/words/java/com.aspose.word...
  2. Ფოსტის Შერწყმა

    Mail merge Word ან PDF ფაილები Java...შედეგების შემდგომი ექსპორტისთვის DOCX, PDF, HTML და სხვა პოპულარულ...ფორმატებში Java ს გამოყენებით. DOCX Python Java C# C++ კოდის ნაწყვეტის...

    products.aspose.com/words/ka/java/mailmerge/
  3. Export EMAIL to WORD via C++ | products.aspose.com

    C++ API to Convert EMAIL to WORD without using Microsoft Word or Outlook...document file formats such as DOC, DOCX, ODT, RTF, and HTML. Using Aspose...document to DOCX format using Save method and set Docx as SaveFormat...

    products.aspose.com/total/cpp/conversion/email-...
  4. 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...
  5. 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...
  6. List.isRestartAtEachSection property | Aspose.W...

    List.isRestartAtEachSection property. Specifies whether list should be restarted at each section...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/nodejs-net/aspose.wo...
  7. Error reading PDF documents - Free Support Foru...

    Hi! In your demo (see attached images), reading and converting from PDF documents is supported, but when using this feature, the following error message appears: “Pdf format is not supported on this platform. Use .NET S…...Words can handle (such as DOCX) and then continue with your...approaches: Convert the PDF to DOCX or plain text with a library...

    forum.aspose.com/t/error-reading-pdf-documents/...
  8. 如何使用 C# 创建 Word 文档

    在本教程中,您将学习如何在没有互操作的情况下使用 C# 创建 Word 文档。 C# 代码示例以 Docx 文件格式创建 Word 文档。...文档,编写一些具有不同字体格式的文本,在其中插入超链接,并将文档保存为 DOCX 文件格式。 以下步骤说明 C# 如何创建 Word 文档文件...写一些文本并将超链接插入到文档中 将文档保存为 DOCX 文件格式 之前,我们研究了 如何使用 C# 在 DOCX 中插入页眉和页脚 。 C#...

    kb.aspose.com/zh/words/net/how-to-create-word-d...
  9. While generating using Aspose.Words mail merge ...

    Hello All, We are using DocParts to generate content for Aspose.Words mail merge. Within the DocParts, we utilize Word’s Outline/Navigation feature, applying built-in heading styles (e.g., Heading 1, Heading 2) to enabl…...docx (24.6 KB) in below template aspose.docx (14.3 KB)...in template then using data.docx (18.0 KB) as data/json for generating...

    forum.aspose.com/t/while-generating-using-aspos...
  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