anowell / wkhtmltopdf-rs

High-level Rust bindings for wkhtmltopdf
MIT License
75 stars 12 forks source link

Build image from html #15

Closed aleury closed 2 years ago

aleury commented 2 years ago

Hi, I'm looking forward to using this library but I needed the ability to build an image from an HTML string like the PdfBuilder.

I'm relatively new to Rust, so any feedback is appreciated.

Thanks!

anowell commented 2 years ago

Looks good. I don't do much to actively maintain this (not using it anymore), but I merged it and also added a Github action so in the future I can let CI verify it builds to possibly merge changes sooner.