How to set margin for each page?
-
Hi, Does anyone have problem to set each margin for each page. When I use pdf utils to merge pdf Ex. first page I have longer header so content may lower than other page but now I stuck with all page have the same margin-top
This is example that I use in my project (https://playground.jsreport.net/w/bright.cht/3BSFFY7V)
-
The chrome page margin is global for the whole document.
One option is to use pdf append and concatenate multiple documents.
-
Thank you for you kind support , in my case I get content in one array I can not append and concatenate to multiple docs. Do you have any suggest for this case.
Best regards.
-
It depends... please try to update playground also with some linked data
-
I'm already update the data example in playground.
link text
-
This means the first page should have a bigger header and the rest of the pages should have a smaller header?
And the content extends to the following pages without any control and intentional page breaks?