Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 6.0
-
Fix Version/s: 6.4
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
-
Support Case References:Support Case #12869 - https://icesoft.my.salesforce.com/5007000000ccXYD
Description
A user has pointed out and quantified a sizing difference they are seeing with ICEpdf on widows.
"I noticed that PDF documents are slightly smaller in ICE viewer than in, for example, FoxIt reader. The resaon for this is that FoxIt renders PDFs using windows' 96 DPI but Java2D renders at 72 DPI thus i get smaler images by 1.3 (96/72=1.3333333) "
This is probably worth taking a closer look at as there is likely something in the graphics configuration that we can check the host OS's dpi and do any necessary scaling. Currently we take no special action.
"I noticed that PDF documents are slightly smaller in ICE viewer than in, for example, FoxIt reader. The resaon for this is that FoxIt renders PDFs using windows' 96 DPI but Java2D renders at 72 DPI thus i get smaler images by 1.3 (96/72=1.3333333) "
This is probably worth taking a closer look at as there is likely something in the graphics configuration that we can check the host OS's dpi and do any necessary scaling. Currently we take no special action.
Going to push this off a bit as the default user unit is 1/72 of a inch for a PDF. There is a new property on the Page object called "UserUnit" which can be used to specify the size of the default user unit 1.0= 1/72 inch.