[Yanel-dev] [Bug 5278] PDF resource does not seem to work properly

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Mon Apr 16 09:15:38 CEST 2007


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5278





------- Additional Comments From michael.wechner at wyona.org  2007-04-16 09:15 -------
According to Paul Kinsella one might want to try

Configuration.put("version", "FOP 0.20.5");
   Configuration.put("stream-filter-list", "flate");
   Configuration.put("stream-filter-list", "ascii-85");
   List<String> streamFilterList = new ArrayList<String>();
   streamFilterList.add("flate");
   streamFilterList.add("ascii-85");
   Configuration.put("stream-filter-list", streamFilterList, Configuration.PDF);





------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Yanel-development mailing list