Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 160,506 for

docx

(0.04 sec)
  1. How to Merge Word Documents using Java

    This topic describes how to merge Word document using Java. It includes all the steps to set up the environment, a list of stepwise tasks and and an example code to merge Docx files in Java....Append the Source DOCX into the Target DOCX file using the appendDocument...loading the source and target DOCX document files from the disk...

    kb.aspose.com/words/java/how-to-merge-word-docu...
  2. AdvancedCompareOptions Class | Aspose.Words for...

    Discover the Aspose.Words.AdvancedCompareOptions class for powerful document comparison. Customize settings for precise results and enhanced productivity....docx" ); Document docB = new Document...MyDir + "Document with SDT 2.docx" ); // Configure options to...

    reference.aspose.com/words/net/aspose.words.com...
  3. AdvancedCompareOptions class | Aspose.Words for...

    Aspose.Words.Comparing.AdvancedCompareOptions class. Allows to set advanced compare options....docx" ); let docB = new aw . Document...myDir + "Document with SDT 2.docx" ); // Configure options to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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
  5. 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-...
  6. 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...
  7. Render EMLX to WORD in Andorid App | products.a...

    Export EMLX to WORD without using Microsoft Word or Outlook in you Andorid applications...document to DOCX format using save method and set DOCX as SaveFormat...passing SaveFormat.DOCX document . save ( "output.docx" , SaveFormat...

    products.aspose.com/total/android-java/conversi...
  8. Mail Merge

    Mail merge Word or PDF files in Python. Fill in the Mail merge template with your personal data to automate mailings or generate reports using Python....further exporting the result to DOCX, PDF, HTML and other popular...popular formats using Python. DOCX Python Java C# C++ View code snippet...

    products.aspose.com/words/python-net/mailmerge/
  9. Convert a Document to PDF in Node.js|Aspose.Wor...

    Convert a document to PDF using Node.js. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....Word formats, such as DOC or DOCX, to PDF without using Microsoft...Convert DOC or DOCX to PDF Converting from the DOC or DOCX document...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  10. Converter | Aspose.Words for Java

    Represents a group of methods intended to convert a variety of different types of documents using a single line of code in Java....docx"; Converter.convert(doc, getArtifactsDir()..."LowCode.Convert.LoadOptions.docx", saveOptions); Converter.convert(doc...

    reference.aspose.com/words/java/com.aspose.word...