Open azazadev opened 3 days ago
Hi ,
We have attempted to reproduce the reported issue on our end, but the data is being exported to PDF as expected. For your reference, we have prepared a sample and attached it. Kindly try running this sample on your end and let us know if you require any further assistance.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/export_chart_sample891922016
For more details, you can also refer to the following documentation: Export Cartesian Chart to PDF
If the issue persists, we kindly request you to modify the sample and share it with us. This will help us analyze the problem more effectively and provide you with a prompt solution.
Regards,
Irfana J.
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
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
```dart [Add the Stack Traces here] ```On which target platforms have you observed this bug?
Android, iOS
Flutter Doctor output