Hi Severin,
We try to reproduce the GDI+ exception with IE HTML converter, but the conversion still hangs on our end. IE based HTML to PDF converter will wait for document load complete event, but we should set EnableJavaScript to true and use AdditionalDelay in IEConverterSettings to load the external CSS and JS. Please make use of additional delay to overcome this behavior.
Please refer below code snippet to set additional delay.
//Set AdditionalDelay
IEsetting.AdditionalDelay = 5000; |
Please let us know if you need any further assistance on this.
Regards,
Prakash V