Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Yeah thats what I was doing before but I want to generate the PDF on serverside. So I give the link to php and there it should be generated and given back to javascript Commented May 22, 2015 at 12:14
  • It depends on the logic. What are you using in php for PDF? are you using TCPDF or MPDF like libraries? Commented May 22, 2015 at 12:15
  • Its just a URL to phantom.js Commented May 22, 2015 at 12:19
  • Then I guess you need to store generated PDF somewhere on the server and same hit the `path' of the stored PDF, :P Commented May 22, 2015 at 12:25