I need to use wkhtmltopdf to get a PDF version of an html page. I will not be able to save a file on either side (client or server) for various reasons, so I need to keep everything in streams.
I’m working in SharePoint 2010, and I’d like to convert a page to PDF without having to save a file.
Does anyone have a code snippet, or know how I can do this? Please keep in mind that I am not that proficient with streams, so be a specific as possible.
Thanks,
Ryan
This will just use bytes not streams