gmanny / Pechkin

.NET Wrapper for WkHtmlToPdf static DLL. Allows you to utilize full power of the library.
401 stars 128 forks source link

Add Convert overloads to support multiple objects #30

Open jamesmanning opened 11 years ago

jamesmanning commented 11 years ago

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).

tuespetre commented 11 years ago

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.

tuespetre commented 10 years ago

Check out the TuesPechkin fork. Version 1.0.0 allows you to configure multiple ObjectSettings now.