Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
Support
Resources
Design and Productivity Tools
Hello,
When using kendo-pdf-export to export a table to pdf, if the content in a row is longer than a page, it will cut off the content.
The html page:
The pdf:
Any one has any idea how to fix this?
Thanks in advance !
Hi Larry,
Thank you for the prepared demo.
The PDFExport of vertically aligned elements has some limitations and might lead to undesired side effects when automatic page breaking is involved:
https://www.telerik.com/kendo-angular-ui/components/drawing/limitations-browser-support/#toc-general-behavior
As a workaround set the paperSize to auto, or increase the scale (e.g. [scale]="0.4"). Preferably consider using the Grid and its build-in PDFExport, as it provides a built-in page breaking while persisting the cells content:
https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export/
Regards, Martin Progress Telerik
Hi Mara,
The described behavior is a limitation of the package which cannot be avoided so far.
The suggested workaround is still valid.
Regards