pruiz / WkHtmlToXSharp

C# wrapper wrapper (using P/Invoke) for the excelent Html to PDF conversion library wkhtmltopdf library.
239 stars 84 forks source link

Add initial image support #13

Closed dambrisco closed 8 years ago

dambrisco commented 11 years ago

Add the necessary wrappers and function to allow HTML to PNG conversion. Will add support for configuration later.

dambrisco commented 11 years ago

Multiplexing converter? Could you explain that a bit?

You're certainly correct that the code's fairly duplicitous. I'll be going through and fixing that as I correct any outlying performance issues. (This release was primarily for my own sake. It is, however, functional, and can be deployed as easily as your original code.)

I would request that you make a brief note in the README so that users who might need support in the immediate future know where to look, but I understand the pull request rejection. I should be able to get around to cleaning up the code next week without a problem.

deganii commented 11 years ago

Hi Pablo / Dan

I needed the html->image enhancements for a project and decided to contribute back the requests above to show my appreciation for this work. Please check the latest pull request -

Thanks! Ismail

pruiz commented 8 years ago

Closing due to inactivity.