-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Content in the PDF is half cut #3796
Comments
@vidyaSharvin openPDF(): void { It will create pdf as one long page. Maybe it could help you. |
what if i want to make it into an a4 size pdf, how can i put some pagebreaks without the text getting cut? downloadFda() {
} |
Hi Everyone,
I have tried all the approach to fix the below content break issue from one page to next page.
Can somebody help how to fix this issue or is it a known bug.
pds-ui-dob-1143.pdf
Sample:
https://stackblitz.com/edit/angular-ivy-3n5kuu?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.css,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts
The text was updated successfully, but these errors were encountered: