At present, Prince automatically inserts a page break when the named page changes.
This is a stumbling point for me given the following scenario:
I have a PDF where some pages have bottom-floated, bleeding imagery. If that is the case I want to have no footer information (page number etc.).
The following code achieves this, but I get the automatic page break:
Page "pageNoFooterInfo" then resets my string variables to zero.
Is there a way to suppress the automatic page break? I tried the usual CSS directives, but they have no effect. Or can I achieve the same outcome in a different way?
Thank you!
This is a stumbling point for me given the following scenario:
I have a PDF where some pages have bottom-floated, bleeding imagery. If that is the case I want to have no footer information (page number etc.).
The following code achieves this, but I get the automatic page break:
.pdf-float-bottom.pdf-bleed {
page: pageNoFooterInfo;
}
Page "pageNoFooterInfo" then resets my string variables to zero.
Is there a way to suppress the automatic page break? I tried the usual CSS directives, but they have no effect. Or can I achieve the same outcome in a different way?
Thank you!