-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HTML to PDF not rendered properly/completely #166
Comments
@mnenchev You mean: Why is the table truncated? You are using 900px for the width. I don't know the factor for pixel to inch/cm by mind, but there is a certain factor. And 900px is wider than A4 portrait minus 20 % margin (left+right). You should use cm or in (for inch) here. |
Hi,can you help me why "中文字符"displays #,how can I render html to pdf normally? |
@sungmore please see fonts page on wiki. |
Hi,
I'm using your lib to generate PDF out of HTML (both attached pdf+html.zip). Can you take a look and let me know why the html is not completely rendered in the PDF?
My code is as follows:
` private void createPDFwithOpenPDF(String content, String pdf) throws Exception {
Thanks
The text was updated successfully, but these errors were encountered: