Any recommendations for a good PDF generator? I'm writing a land/property sales site (Umbraco 7) and for each property I need to produce a PDF document download.
I'm thinking of maybe using something like RazorPDF so I can have a layout view for the PDF but unsure.
Check out http://wkhtmltopdf.org/ - It rocks! No need for clumsy document generation code. It eats almost any HTML - just like your browser.
If you want to take it a step further, and need something that will run on IIS or other .NET environment, then go for this .NET wrapper for wkhtmltopdf: https://github.com/tuespetre/TuesPechkin - a very cool project.
I have done many PDF projects over the years, and wkhtmltopdf i my favorite flavor. Even if it wasn't free to use, I would recommend it over any commercial product i have tried.
Recommendations for PDF generator
Any recommendations for a good PDF generator? I'm writing a land/property sales site (Umbraco 7) and for each property I need to produce a PDF document download.
I'm thinking of maybe using something like RazorPDF so I can have a layout view for the PDF but unsure.
Thanks
Hi Euge,
Try to have a look at the PDF generator package
https://our.umbraco.org/projects/website-utilities/pdf-creator/
Could this package be an option to archive what you are trying to do?
Hope this helps,
/Dennis
Check out http://wkhtmltopdf.org/ - It rocks! No need for clumsy document generation code. It eats almost any HTML - just like your browser.
If you want to take it a step further, and need something that will run on IIS or other .NET environment, then go for this .NET wrapper for wkhtmltopdf: https://github.com/tuespetre/TuesPechkin - a very cool project.
I have done many PDF projects over the years, and wkhtmltopdf i my favorite flavor. Even if it wasn't free to use, I would recommend it over any commercial product i have tried.
Cheers guys
I'll have a play and let you know how I get on :-)
is working on a reply...