We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When merging several PDFs in one with the MergePdfBuilder, it would be really useful to have proper numbering of pages in the merged file.
MergePdfBuilder
Use case: generate a PDF with a different header for each part, while maintaining correct page numbering in the footer.
Current solution: generate partial PDFs and then merge them.
The issue is that page numbering in the footer restarts at 1 for each part, and it's not possible to pass a footer into the merge.
The text was updated successfully, but these errors were encountered:
I opened an issue in gotenberg/gotenberg.
Sorry, something went wrong.
No branches or pull requests
When merging several PDFs in one with the
MergePdfBuilder
, it would be really useful to have proper numbering of pages in the merged file.Use case: generate a PDF with a different header for each part, while maintaining correct page numbering in the footer.
Current solution: generate partial PDFs and then merge them.
The issue is that page numbering in the footer restarts at 1 for each part, and it's not possible to pass a footer into the merge.
The text was updated successfully, but these errors were encountered: