Thanks.  What about background colours which do not use 
svg?  So if you do 
      <fo:block font-size="18pt" 
            font-family="sans-serif" 
            line-height="24pt"
            space-after.optimum="15pt"
            background-color="blue"
            color="white"
            text-align="center"
            padding-top="3pt">
        Extensible Markup Language (XML) 1.0
      </fo:block>

does the blue colour also print at the printer resolution?

-----Original Message-----
From: Jim Wright [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 15, 2001 3:39 PM
To: [EMAIL PROTECTED]
Subject: RE: dpi


Change it with what? I assume you mean graphics...

A pdf will display to the resolution of your printer. Gifs, pngs and the
like often default to 72 dpi, but you can work around this by making the
graphic bigger than it needs to be, then scaling it down within the
appropriate block (just make sure to do it proportionately, or the graphic
may sometimes disappear).

Or, just use svg, and you're working in high-resolution all the time.

jw

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 15, 2001 5:27 PM
To: [EMAIL PROTECTED]
Subject: dpi


Is it possible to change the default dpi from 72 to 600 (say)?


Thanks,
--Panos

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


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


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

Reply via email to