javascript - How to fix Wkhtmltopdf incorrect page count -


i trying merge multiple bills single pdf. every bill has multiple pages , every bill has unique header , footer. print out page count use javascript code documentation example. when build pdf single bill, page count correct, when pass in bills, page count total sum of every bill page. headers printed ok, unique every bill, page count summed together. there way fix page count?

no, because each page processed separately. first webpages never total page count correct anyways, because other webpages not processed yet , footer on pdfs.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -