You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: When rendering DOCX with docxjs, the pages are not rendered to the correct dimensions and often merge together. (Tested with breakPages set to true and the default ignoreLastRenderedPageBreak set to true.) Please review the page break logic.
Additionally, there’s a fork that resolves this issue effectively by synchronizing the rendering process. I believe that the trade-off between performance and document accuracy is worth it. Please refer to this fork.
Thank you for your valuable contribution!
The text was updated successfully, but these errors were encountered:
Bug: When rendering DOCX with docxjs, the pages are not rendered to the correct dimensions and often merge together. (Tested with breakPages set to true and the default ignoreLastRenderedPageBreak set to true.) Please review the page break logic.
Additionally, there’s a fork that resolves this issue effectively by synchronizing the rendering process. I believe that the trade-off between performance and document accuracy is worth it. Please refer to this fork.
Thank you for your valuable contribution!
The text was updated successfully, but these errors were encountered: