How to set height on first print page ?
-
Re: Different Header Height for first page & other pages? (Dynamic Header Size)
I have big footer want to put on first page but style first page seem not work on chrome-pdf. So is it possible to set height for first page ?
-
The page size and margin are a general config in chrome.
In case you want to have the first page with a bigger size or margin, you need to use pdf utils, render the first page as an extra template and prepend it.
https://jsreport.net/learn/pdf-utils
-
Thank @jan_blaha for the quick reply however that is not the solution because I have long content need to print and I want that content also be displayed on first page with long footer ( this footer only display on the first page ). the rest content will be printed on next page and so on.
-
Its probably similar as here https://forum.jsreport.net/topic/2108/different-margin-for-each-page/2
I don't know how to solve this, unfortunately.