[syncfusion_flutter_pdf] Issue with Exporting Tall Widgets to PDF Using Syncfusion in Flutter #2170
Labels
pdf
PDF component
waiting for customer response
Cannot make further progress until the customer responds.
Bug description
In our Flutter-based dashboarding app, users can view and interact with charts (gauge, bar, line, data grid, etc.) and custom cards that may contain text, trends, or other components. Users can select these charts and export them to a PDF using Syncfusion's PDF functionality.
The issue arises when exporting charts or cards taller than the screen height (e.g., more than 100% of the viewport height). The exported PDF only captures the visible portion of the widget, while the rest is truncated, leading to incomplete exports for tall widgets
Steps to reproduce
Check the exported PDF.
Expected Behavior:
The entire widget, including all scrollable or tall content, should be fully included in the exported PDF.
Actual Behavior:
Only the visible portion of the widget (within the screen bounds) is exported, and the rest is truncated.
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Stack Traces
Stack Traces
On which target platforms have you observed this bug?
Android, iOS
Flutter Doctor output
The text was updated successfully, but these errors were encountered: