I Try to figure out if we could add a cover page
HTML page : https://redhat-microservices.github.io/lab_swarm_forge-keycloak/
PDF file generated using Ruby Prawnpdf : https://redhat-microservices.github.io/lab_swarm_forge-keycloak/README.pdf
You can add a cover page by inserting html before the content of your print on the server, and then style the cover page with
.my-cover-page {
page-break-after: right
}
It should be interesting to also provide such option maybe ?
Hello, i have made a PR that adds the option of starting pagination after page 1. https://github.com/marcbachmann/node-html-pdf/pull/227
Most helpful comment
It should be interesting to also provide such option maybe ?