Save XHTML form as PDF

0

I am creating a report page via XHTML, have option to view the form and would like to add a button to download this form as a PDF.

I was trying to use DomPDF to do this, but a php page appears with the codes rather than a PDF.

    
asked by anonymous 23.04.2018 / 14:17

1 answer

0

If you are using ASP.NET MVC, the RazorPDF package can help you: link

Or check out this site as well: link

    
23.04.2018 / 14:24