print-html-element icon indicating copy to clipboard operation
print-html-element copied to clipboard

Print on multiple pages

Open eraelpeha opened this issue 6 years ago • 2 comments

In addition to #16 I would like to ask if there would be the possibility to print each element to a new page?

eraelpeha avatar Apr 19 '18 14:04 eraelpeha

Hey @eraelpeha,

I managed to do this by using the div tag: <div style="page-break-after:always;">

Having a page break for each div allowed it to print each element on a seperate page.

andehwong avatar Jul 16 '18 16:07 andehwong

Hey @eraelpeha,

I managed to do this by using the div tag: <div style="page-break-after:always;">

Having a page break for each div allowed it to print each element on a seperate page.

Thanks. This works for me.

eraelpeha avatar Jul 15 '20 15:07 eraelpeha