Derek Gray
Derek Gray
I think the shrinking option might only be for documents that are referenced by URL rather than passed in as an HTML string.
Because it is protected, you're right that you can't call the method on 32 or 64 directly, but you should be able to cast them to their base type, whose...
Excuse me, slippery mobile thumbs. As I was saying -- because you reference those types in the same method, the runtime is going to load both of the assemblies. If...
Although it does not seem to be your issue here, I should point out that your singleton is not thread safe. `private static IConverter converter = new ....` with a...
Hmmm... I use Bootstrap quite heavily myself, though I haven't tried it with wkhtmltopdf. I can't imagine CSS causing that kind of problem. Maybe it was something with the some...
http://stackoverflow.com/questions/1202744/dynamically-p-invoking-a-dll
Explanation, since all I did was post a link: When using the `[DllImport]` attribute, P/Invoke (part of .NET framework) will only resolve the location of the targeted DLL one time....
@joerivv when I have some time to come back to this project I would plan to; otherwise that is the reason I bundled the binaries in separate packages under a...
Have you verified that the server can access those images using the same absolute url? (DNS, firewall policies, etc.)
@tvolge you may need to watch the converter for an `Error` event. If you are attempting to pass in a file path to which the running process cannot obtain access,...