Re: [css2xslfo-support] how to set FOP resolution for PCL output when embedded?
Brought to you by:
wdonne
From: Brad C. <bk...@mu...> - 2008-06-10 15:59:29
|
Werner Donné wrote: > >> I tried adding '-dpi' to the parameters hashmap, but it looks like >> csstoxslfo is interpreting parameters. >> >> > > Indeed it does. An new feature could to make room for processor-specific > options on the command-line. I have created feature request 1989920 for > this. > Great! > >> I need to tell csstoxslfo to do something like: >> >> >>> userAgent.setTargetResolution(600) >>> >> I also tried setting this in the fop conf file, but it doesn't seem >> to work: >> >> <renderer mime="application/x-pcl"> >> <target-resolution>600</target-resolution> >> ... >> >> > > I don't know this part of FOP, but I noticed that the MIME type in your > sample differs from the example of the page you refer to. > > Right, I only need to set the DPI for pcl output. Anyway I think that's not supported by FOP, and instead must call userAgent.setTargetResolution(600) instead -- Brad Clements, bk...@mu... (315)268-1000 http://www.murkworks.com AOL-IM: BKClements |