1

I want the user to click a 'View PDF' or 'Download PDF' button on the current web page, which would do nothing but execute JavaScript code that generates a PDF out the current page's look.

I tried jspdf but it did not work out at all, so what are my options?

1

1 Answer 1

1

your other option is to use http://parall.ax/products/jspdf#

but believe me you will end up creating your PDF file in the server side

like itextSharp for C#.NET or VB.NET or what ever is equivalent for PHP

Sign up to request clarification or add additional context in comments.

1 Comment

True, I ended up using WeasyPrint.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.