How to export PDF through html pagination

One DIV per page, add the style page-break-inside:avoid; to break the page

.pdfpage{page-break-inside:avoid;}

<div class="pdfpage">1</div>
<div class="pdfpage">2</div>
<div class="pdfpage">3</div>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326268411&siteId=291194637