Manipulating the page order or removing pages from the generated PDF can be done by using the pageOrder configuration property with an appropriate page order expression.
Example:
Removing the first page
config.setPageOrder("2..-1");
Modified on: Wed, 6 Mar, 2019 at 3:41 PM
Manipulating the page order or removing pages from the generated PDF can be done by using the pageOrder configuration property with an appropriate page order expression.
Example:
Removing the first page
config.setPageOrder("2..-1");
Did you find it helpful? Yes No
Send feedback