Hi,
I have two problems.
When using internal link, the pdf scale to fit the whole page, how can I prevent that and keep the user zoom?
When using "text-align: justify;" and having float elements, if a text line is not complete (does not take the full line), it will ignore the float element. ie: go to the left margin even if there's a float left div.
Any solution for those two problems?
Also, it's user-generated content, so I can't really modify the input html except with regex. (like switching <sup><a></a></sup> to <a><sup></sup></a>, no super effect otherwise)