You must Sign In to post a response.
  • Category: JavaScript

    Read docx file using javascript

    Hi,
    I have 3 docx files.
    1. First Docx with Header and footer images.
    2. Docx with content with formatting
    3. Docx containing tables with formatting.

    Now i want to read 3 docx and place in separate 4th docx file without loosing the formatting.
    In 2nd 3rd docx s I need to break the content and pick some text based on condition.

    I tried using docxtemplater but I am unable to get the text with formatting when breaking the 3rd 4th docx files.

    Please let me know if any other way we can do using javascript or jquery with example.
  • #769853
    Hi Naresh,

    I suggest you to do it through openxml instead of javascript. Openxml is much better than javascript to read and write word, excel files.

    Regards,
    Nirav Lalan
    DNS Gold Member
    "If you can dream it, you can do it."


  • Sign In to post your comments