if I want to loop through a cycle of rendering a 'page', adding to to a PDF then moving to the next page and repeating, is there an optimal way of doing it, or is the best solution to write each page to a temporary PDF and them merge using something like pdf-merger
Is it also possible to include something in the HTML being converted that would indicate a page break in the output PDF?
if I want to loop through a cycle of rendering a 'page', adding to to a PDF then moving to the next page and repeating, is there an optimal way of doing it, or is the best solution to write each page to a temporary PDF and them merge using something like pdf-merger
Is it also possible to include something in the HTML being converted that would indicate a page break in the output PDF?