[css2xslfo-support] how to set FOP resolution for PCL output when embedded?
Brought to you by:
wdonne
From: Brad C. <bk...@mu...> - 2008-06-09 15:05:29
|
This page http://xmlgraphics.apache.org/fop/0.95/output.html#pcl-configuration says: > You can control the output resolution for the PCL using the "target > resolution" setting on the FOUserAgent. I can't see how to set this when embedding csstoxslfo. I tried adding '-dpi' to the parameters hashmap, but it looks like csstoxslfo is interpreting parameters. 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> ... -- Brad Clements, bk...@mu... (315)268-1000 http://www.murkworks.com AOL-IM: BKClements |