Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 177,665 for

docx

(0.34 sec)
  1. Get Paper Width and Height of Page|Documentation

    This section explains how to get paper size of the visio page with Aspose.Diagram.... DOCX ) { // modify an OLE object...aspose . words . SaveFormat . DOCX ); // replace an OLE object...

    docs.aspose.com/diagram/java/get-paper-width-an...
  2. SplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts in Java....docx"; SplitOptions options = new...getArtifactsDir() + "LowCode.SplitDocument.1.docx", options); Splitter.split(doc...

    reference.aspose.com/words/java/com.aspose.word...
  3. Converting Word document to PDF does not render...

    Please find attached the word document that does not render correctly when converted to PDF. Some of the pages are not rendered correctly and new page is added at the end. Input Word file Employee evaluation form - 5 …...docx (679.7 KB) Output PDF file Employee...Employee evaluation form – 5 page.docx to PDF skips some pages and...

    forum.aspose.com/t/converting-word-document-to-...
  4. Page is missing after insert image - Free Suppo...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document word = new Document(path + "1.Docx"); var builder = new DocumentBuilder(word); for (int i = 0; i < word.getSections().getCount(); i++) { builde…...docx"); var builder = new DocumentBuilder(word);...word.save(path + "1result.docx"); 1.docx (103.1 KB) 1.png (109 Bytes)...

    forum.aspose.com/t/page-is-missing-after-insert...
  5. Ինչպես փոխարկել Excel-ը Word-ի Node.js-ում

    Այս հոդվածը ներառում է, թե ինչպես փոխարկել Excel-ը Word-ի Node.js-ում: Այն ներառում է կազմաձևման մանրամասները, քայլ առ քայլ ընթացակարգը և գործարկվող կոդ՝ Excel-ը Word-ին Node.js-ում արտահանելու համար:...ինչպես օրինակ՝ արտահանել XLSX -ը DOCX ՝ օգտագործելով քայլերի մանրամասն...սկզբնաղբյուր Excel ֆայլը որպես DOCX Word փաստաթուղթ՝ հատուկ հատկությունների...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-ex...
  6. Print Word Document with Comments using C#

    Follow this article to print Word document with comments using C#. It has details to set the IDE, a list of steps, and a sample code to render DOC comments using C#....NET to render DOCX comments Create an empty Word...summarize the process to render DOCX comments using C# . Import the...

    kb.aspose.com/words/net/print-word-document-wit...
  7. How to Insert Word Header and Footer using C#

    In this tutorial you will learn how to insert Word header and footer using C# without interop. This tutorial can be used to add header and footer in Word using C# and insert some text into them....Word document and saves it to DOCX file format. Steps to Insert...Finally, save the document to DOCX file format In these steps,...

    kb.aspose.com/words/net/how-to-insert-header-an...
  8. How to Convert Word to PDF using C++

    In this brief topic, we will learn how to convert Word to PDF using C++. You can customize the output PDF by changing its appearance and other properties using simple API calls and generate PDF from Docx in C++ that can be viewed in the browser or any other viewer....calls and generate PDF from DOCX in C++ that can be viewed in...compliance mode of PDF Save the DOCX file as PDF using Save method...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...
  9. Ինչպես ստեղծել Word փաստաթուղթ՝ օգտագործելով Ja...

    Այս հակիրճ ձեռնարկը բացատրում է, թե ինչպես ստեղծել Word փաստաթուղթ՝ օգտագործելով Java առանց Interop-ի: Այն կօգնի ձեզ ստեղծել Word փաստաթուղթ՝ օգտագործելով Java առանց Interop-ի ցանկացած օպերացիոն համակարգում, ինչպիսիք են macOS-ը, Ubuntu-ն և Windows-ը:...Interop-ի և պահպանել այն որպես DOCX ՝ օգտագործելով մի քանի տող կոդ:...Պահպանեք ստացված Word ֆայլը որպես DOCX, որը պարունակում է ձևաչափված...

    kb.aspose.com/hy/words/java/how-to-generate-wor...
  10. AI Grammar Checking|Aspose.Words for Python via...

    Check a document grammar. Aspose.Words for Python allows users to check grammar and detect errors in documents using OpenAI, Google, and Claude models.... docx ' ) api_key = system_helper...file_name = ' AI . AiGrammar . docx ' ) Checking grammar with Aspose...

    docs.aspose.com/words/python-net/grammar-checking/