First page is blank when dataset is large and compression is true
See original GitHub issueWhen data is large and compression is true on jspdf, the first page is blank.
For example, just modify the content example like this :
line 112 var doc = new jsPDF({compress: true})
line 127 body: bodyRows(20000),
Download the pdf (the preview doesn’t work) and you’ll see the first blank page.
Seems similar to #365
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Keep group together causes blank first page - SAP Community
If you have large fields in the report, check that you have unticked the option "Keep Object Together" - eg right click the...
Read more >Troubleshoot refresh scenarios - Power BI - Microsoft Learn
This article provides ways to troubleshoot issues with refreshing data within the Power BI service, for various data sources and conditions.
Read more >Chapter 4. How Chunking and Compression Can Help You
Larger chunks for a given dataset size reduce the size of the chunk B-tree, making it faster to find and load chunks. Since...
Read more >2 ways to reduce your Power BI dataset size and speed up ...
Adam shows you two things to reduce your Power BI dataset size. These are both things he commonly sees with Power BI reports...
Read more >Introduction to Data Compression
The neat thing about compression, as with the other topics we will cover in this course, is that the algorithms used in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks to both of you for the correction.
Interesting for sure! Let’s hope they release the new version soon.