Hi,

I already tested with device-independent units,
PDF rendering is ok, but when printing with fop
borders have the same width until reaching 0.35...mm

How can I print thinner borders?



Stefan Pickel
 


-----Ursprüngliche Nachricht-----
Von: Andreas L Delmelle [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 28. Juli 2005 19:52
An: [email protected]
Betreff: Re: borders with FOP resolution 72dpi


On Jul 28, 2005, at 18:00, Stefan Pickel wrote:

> With FOP resolution of 72dpi border-width="1px" is about 0.35...mm

Yes, because that is the standard Adobe's PDF Spec prescribes for the 
User Space (which then gets mapped to device-dependent coordinate 
systems that may or may not also be 72dpi, but the abstraction is made 
exactly to ensure that the same object when printed or displayed always 
has the same size, whether the output device's resolution is 72dpi or 
300dpi).

> It is possible to change dpi to get thinner borders?

Why? Can't you define the border-width in device-independent units 
(0.17mm or 0.5pt instead of 1px)?
This would solve your problem without having to change the resolution 
for all output... and it would also ensure that the border-width is the 
same for all renderers (regardless of resolution).


Just a thought.

Greetz,

AD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to