alberto.priore wrote:
Hi,

Hi Alberto,

I'm trying to change the dpi of the pdf that I'm going to produce.
I try to config it from conf/fop.xconf and change the 2 lines:
  <source-resolution>72</source-resolution>
  <target-resolution>72</target-resolution>
but nothing happend, the pdf did not change it's resolution.

The source resolution is used for drawing images that have no resolution or width/height information specified. Target resolution is used for bitmap renderers such as the TIFF Renderer, see [1] for the documentation.

The image that I've insert into did not change.
I tried to change the dpi from command line from a batch but the result is
the same.

There can be a different to show the pdf in video screen and print it?

How can I change the dpi and so produce a pdf of different quality?
I'm using the apache FOP 0.95

I'm not sure what you mean by the DPI of the PDF? PDF doesn't have a DPI as such as it's just a collection of drawing commands to be interpretted by the Viewer. Bitmap Images within the XSL-FO do have a resolution however. Perhaps the quality of the bitmap images in the PDF is not what you expected?


thanks in advance

Chris

[1] http://xmlgraphics.apache.org/fop/trunk/configuration.html#general-elements

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

Reply via email to