Chris, I too have exactly same requirement! (change quality(dpi) of bitmap images embedded in pdf output) Is it possible to change the quality of the bitmap images in the PDF? I am using FOP on windows (batch file execution like below). and provide the settings for the image resolution in the FOPSettings.xml file E:\PrintEngine\FOP-0.95>fop.bat -d -q -c FOPSettings.xml XSLFOInput.fo LowResolutionOutput.pdf
cbowditch wrote: > > 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] > > > -- View this message in context: http://old.nabble.com/dpi-resolution-pdf-tp28447749p31870979.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
