Skip to content
New issue

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

maxPages Limit in MultiPage #1814

Open
NARIKODANHRIDUL opened this issue Jan 26, 2025 · 0 comments
Open

maxPages Limit in MultiPage #1814

NARIKODANHRIDUL opened this issue Jan 26, 2025 · 0 comments
Labels
needs triage support Asking for help writing an application

Comments

@NARIKODANHRIDUL
Copy link

I’m dynamically generating a PDF using an API, and I encountered an exception: TooManyPagesException. This happened when the number of pages exceeded the default value of 20 for maxPages. Increasing the maxPages value resolved the issue for now, but I’m wondering if there’s a way to set maxPages to unlimited or handle this more effectively.

Is there a proper approach to make maxPages dynamically adapt to the content or ensure it doesn’t impose a hard limit?

@NARIKODANHRIDUL NARIKODANHRIDUL added needs triage support Asking for help writing an application labels Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage support Asking for help writing an application
Projects
None yet
Development

No branches or pull requests

1 participant