HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › PDF not able to use relative paths › Re: Re: PDF not able to use relative paths
April 14, 2017 at 15:03
#30025
Never mind fixed above as well, posting it for someone who is faces same issues
1. css not getting rendered :- in my cases i had to add an extra / before css path, it started taking relative path.
2. header getting cut off :- i had to use pd4PageMark.setAreaHeight, this fixed issue for me.
my next step is to move whole thing from servlet to rest service, lets see how it goes.