Pechkin
Pechkin copied to clipboard
Add Convert overloads to support multiple objects
The current overloads for Convert seem to focus on converting a single chunk of html or a single uri. wkhtmltox supports an arbitrary number of objects, though (I'm currently using the command-line to create a pdf out of 6 individual html files).
I will take a look at the wkhtmltopdf source and see what I can discover there. I am not very familiar with C or C++, but maybe I can find a way to simulate what they do there.
Check out the TuesPechkin fork. Version 1.0.0 allows you to configure multiple ObjectSettings now.