My project uses ReactJS and html2pdf, Tailwind. I'm running into an issue when trying to control page breaks. So far, I’ve only been able to use the html2pdf__page-break tag. I customized it to use ...
First of all, thank you for providing such a great library! I encountered a problem when rendering a pdf with an image file and am seeking for your help. Below is my sample code. import React, { ...