简体   繁体   中英

How to convert whole page to docx?

I have a task of creating a sort of form that needs to be downloadable. I am using reactjs to render a html page, and now i need a way to convert that page to .docx file. Any ideas? If you also have some easy way of converting page to pdf, that would be great as well, but i can already do that, albeit via long process, so my primary goal is docx.

There is a library named redox which may be useful for your situation. It explained itself as:

redocx is a library which lets you create word documents with React. It provides a set of components which renders your declarative views and components to word documents.

View on GitHub

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM