Skip to content
Advertisement

Is there other way to create pdf in php?

Hello I’ve got a problem with my page, cuz I want to generate PDF file async with jquery, command:

JavaScript

In my controller it looks somethink like this

JavaScript

And that doesn’t work, But if I type in URL /pl/home/generujPDF it just work fine. I check how it looks in “Network” tab in browser and I have 2 other types of this URL- … document (working fine) and xhr(it doesn’t work) Network Tab How to fix that, Thank you in advance 🙂

Advertisement

Answer

Try to use tag with download attribute and click programmatically.

JavaScript

Maybe it works

EDIT

You can see more answers here: Download and open PDF file using Ajax

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement