Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
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