Febin Koshy Philip

Results 4 comments of Febin Koshy Philip

Using `"jspdf": "2.5.1"` I created a PDF with images and tables (AutoTable) and have the same issue. I am creating all the required pages as I go. As others mentioned,...

> I had the same problem and was able to fix it by calling initially addPage and setPage and passing 0 to setPage. > > const pdf = new jsPDF('p',...

I created a [demo](https://github.com/febkosq8/jspdf-adobe-issue) to show the issue with Adobe opening any pdf generated by jspdf. Hopefully someone will be able to tell me where I am going wrong. Current...