HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › pdf’s Table right margin and the content is missing › Re: Re: pdf’s Table right margin and the content is missing
October 30, 2017 at 18:23
#30001
Hi,
I was having the same issue and used the following to solve it:
pd4ml.setHtmlWidth( 989 );
pd4ml.adjustHtmlWidth();