@bjrmatos page-break-inside: avoid; helps to not break the content in half, but what if I have to repeat some table header on every page and without breaking the content of dynamic data
I verified that the size of the image inside docx remains the same as the original.
Would you be able to email me your final docx so I can check it out?
Hm strange. Don't you use a custom jsreport loader? I see you start jsreport from a nested dir server/server.js. I would need full description of your environment and how you install and start jsreport and understand what is going on.
Hm, maybe some issues with bing maps and phantomjs I remember but that is long time ago.
Perhaps you can also try also another charting library if it helps.
Thank you for your hints. I finally found that jsreport is based on handlebars library and found that handlebars-intl format numbers and currencies with locale. I installed the last one with npm and use the template functions directly inside my page and it works fine.