Export PDF in iPad
Export PDF in iPad
ramesh_joshi
Posts: 10Questions: 4Answers: 0
Hi,
I am using DataTables 1.10.4 and TableTools 2.2.3. Export to PDF is working fine in all browsers except iPad and iPhone so please help me on this.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The PDF export uses Flash, and Flash is not available on iOS. HTML5 does not currently provide the APIs needed for creating a PDF client-side which is why Flash is still being used there. The only workaround is to request that a server make the PDF for you.
Allan
Thanks Allan for the quick response so it means currently there is no workaround for iOS devices ?
As I say, the workaround is to make an Ajax request to the server and have it create a PDF for you for download.
Allan