On 04.08.2003 03:32:24 Roland Neilands wrote: > I have working PDF files & have been looking at using the PCL/PS > renderers as well, but they have some issues even on the newest version. > > FOP 0.20.5, command-line, (linux, j2sdk1.4.0)/(WinME, j2re1.4.1_02) > > PS: > - landscape documents appear as portrait, clipped at the side.
The PostScript renderer is missing a PageSize entry. GhostScript and many other PostScript interpreters don't interpret the DSC comments. But you can try a work-around that works for some people: http://marc.theaimsgroup.com/?l=fop-dev&m=105059583307703&w=2 > PCL: > - Image size & quality (no grayscale) is reduced. > - Page-top border increased & page clipped at bottom. > - Same file generates error on 3rd page on Windows machine: > [ERROR] java.lang.ArrayIndexOutOfBoundsException: 4423 > > Anyone actively using or developing these? > If so any suggestions/workarounds, or should I just use ghostscript/pdf & > forget pcl? PostScript output is actively developed (check the changelog) though I must add that after release 0.20.5 there will be practically no development on the maintenance branch anymore. Instead we're concentrating on the redesign. But of course, this affects all of FOP, not only the PostScript renderer. PCL is another story. It is not actively developed anymore. If PCL doesn't work for you, you can try to fix the issues yourself or you have to go via GhostScript. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
