Dear Syncfusion-Team,
Short description of the problem:
We are currently trying to convert html to pdf inside a docker container. Our problem is, that the convert method never returns/finishes.
Conversion on the host machine (Windows x64) is working flawlessly (-> I guess it's a Linux/Docker config. error?).
Detail:
We are using the Webkit-Engine to render the html. Conversion is initiated as follows:
Line 34 never returns one called.
The dockerfile installs all required dependencies as stated here:
https://help.syncfusion.com/file-formats/pdf/convert-html-to-pdf/webkit#prerequisites-for-linux
QtBinaries should be fine as well as there is no Exception thrown.
Once conversion is initiated there are several files created inside the tmp folder (first ls pre-convert, second ls post-convert):
I guess the xvfb process never finishes?
Any help would be much appreciated.
|
RUN chmod a+rwx -R /usr/bin/xvfb-run |