PDF Export in Firefox
PDF Export in Firefox
Hi,
I'm using DataTables to display a table with hundreds of rows and I need to support PDF export on IE, Chrome and Firefox.
I'm using the latest version of Datatables with the Buttons extension. The export to PDF works fine on IE and Chrome, but on Firefox (latest version) the pdfmake.js script stops if there are more the 500 rows to export.
Here's an example of what I'm trying to do: http://live.datatables.net/kajigire/14/edit
My question is if there's anyone else who had this issue and how you managed to fix it?
Thank you,
Andreea
This question has an accepted answers - jump to answer
Answers
Hi Andreea,
Your page does actually work for me in Firefox, but it did take a while. With so much data it might be that pdfmake just can't process the data in an efficient manner. This would be one for the pdfmake author I think. The other option is to send the data to a web service that will create the PDF for you.
Allan