Thanks for the answer Chris. I try to explain better with an example. Take adobe fireworks and produce a file with an image that has an high resolution. When select to print it whe you are into the print settings choose from the select box print to file and than choose adobe pdf in the select of the printers into the setting of the selected printer there is a quality parameter,if you change it you can select how many dpi you want for produce the pdf. I've tested with 600 dpi and 10 dpi. The 600 dpi produce a pdf with the same image that I've in the file jpg The 10 dpi produce a pdf with a lower resolution and the file is too smaller
How can I do the same things that I've done with adobe fireworks in apache FOP? I hope I explained myself better thanks in advance! 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-tp28447749p28449602.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]
