Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 176,789 for

docx

(0.11 sec)
  1. How to Find and Replace Text in Word Document u...

    This brief tutorial will guide you through to steps for how to find and replace text in Word document using Java. Using simple API calls, one can easily replace text in Word document using Java for any application and irrespective of Operating System environment....will commence by loading source DOCX using Document class object...example in Java replace word in DOCX by utilizing simple API calls...

    kb.aspose.com/words/java/how-to-find-and-replac...
  2. How to Find and Replace Text in Word Document i...

    This topic shows, how to find and replace text in Word document in C++ using a simplified code example. By using C++ replace text in Word document is easily performed in few lines of easy code with no external dependence on MS Word or Interop library....Document class object to load DOCX for replacing text Create FindReplaceOptions...using C++ and save the modified DOCX on disk. Code to Replace Text...

    kb.aspose.com/words/cpp/how-to-find-and-replace...
  3. Ինչպես փոխարկել HTML-ը Word-ի փաստաթուղթ C#-ի մ...

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել HTML-ը Word փաստաթղթի C#-ի միջոցով: Այն ունի բոլոր մանրամասները IDE-ն կարգավորելու համար, քայլերի ցանկ և գործարկվող կոդ, որը կատարում է HTML-ից Word-ի փոխակերպում՝ օգտագործելով C#:...Save բեռնված HTML ֆայլը որպես DOCX, որը տրամադրում է ելքային ֆայլի...ֆայլը նախքան այն պահելը որպես DOCX ֆայլ՝ օգտագործելով Document...

    kb.aspose.com/hy/words/net/how-to-convert-html-...
  4. 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/
  5. Free HTML Applications – Documentation Aspose.HTML

    Aspose.HTML offers free, high-quality online apps to handle your HTML tasks with ease – convert, merge, parse, and generate HTMLs in seconds....– Convert HTML to PDF, XPS, DOCX, MHTML, Markdown, JPG, PNG,...formats, including PDF, XPS, DOCX, MHTML, Markdown, JPG, PNG,...

    docs.aspose.com/html/apps/
  6. 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-...
  7. 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...
  8. Ինչպես փոխարկել 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...
  9. 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...
  10. 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...