1
votes

I am working on an Ionic app using Angular and Firebase. I need to display multiple 50-page word documents accessed through links on the app menu. The documents contain important charts, graphs, and illustrations that need to be displayed. I could use angular-document-viewer, but since the doc is created on a pc, the scaling would be off.

How can I convert the .docx documents to responsive HTML, keeping the charts, graphs, and illustrations intact and legible on all screen sizes?

1

1 Answers

0
votes

I'm not so sure about the charts and illustrations but it seems to be pretty extensive. Plus it seems that you can apply custom styles.

Docx.js

Works with npm.