Rank: Newbie Groups: Member
Joined: 2/25/2013 Posts: 2
|
Hi , In Html to Pdf how to reduce border size of table or td(Cells), By Default my table border is 1, compare to website to pdf. pdf border is thick is thick.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
There is no way for your to have a precise 1 pixel border from HTML to PDF because HTML rendering renders on screen resolution (usually 96 pixel per inch) and PDF uses 1/72 as the base unit. However if you use 1px in your HTML, it will be very accurate when you zoom in. The more you zoom in, the closer it will be to the real size (for example, if you zoom in to 800%, then a 1 px line will appear as 8 px).
Thanks!
|