How to use docx4js for parsing pasted data from microsoft word

836 views Asked by At

In the docx4js GitHub page it is illustrated how to open a docx file and parse it. Is it possible to use this library to parse clipboard data obtained from copying some part of ms-word docx?

PS 1I think that this library is a node application for server-side use, but I want to use it in client-side!

PS 2: I partially wrote some parser for this purpose but there are many different types of structure and styling and this task is rather complicated and error prone! Is there any (javascript) library simplifying this parsing?

0

There are 0 answers