i am trying to convert html pages like this one click here into a pdf. when i use wkhtmltopdf i ve get this result click here
the options i ve used are:
xvfb-run --server-args="-screen 0, 1024x768x24" wkhtmltopdf --use-xserver -B 0 -L 0 -R 0 -T 0 -s A4 --zoom 1.0 -d 96
tried also some others but all with a crappy result.
maybe someone of you had the same problem and found a solution. would be nice if someone could help me with this.
kind regards
nowkin