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?