Postscript Level BIRT 2.2RC2 [message #241921] |
Mon, 11 June 2007 04:17  |
Eclipse User |
|
|
|
Originally posted by: grz80.gazeta.pl
Hi
I am using BIRT 2.2RC2 with postscript emitter. I have tried to change
output Postscript level to 2 like this:
IRunAndRenderTask task = birtReportEngine.createRunAndRenderTask(design);
PostscriptRenderOption options = new PostscriptRenderOption();
/******************************/
options.setPostscriptLevel(2);
/******************************/
options.setOutputFormat("postscript");
FileOutputStream outFile=new FileOutputStream("c:\\test_2.ps");
options.setOutputStream(outFile);
task.setRenderOption(options);
task.run();
task.close();
I think that setting has no effect. Is possible to change postscript level?
I have only printers that emulates only second level.
Thanks in advance
Grzegorz
|
|
|
|
Powered by
FUDForum. Page generated in 0.03820 seconds