On Thu, 2002-09-12 at 19:32, Javier Iglesias wrote: > Hi all, > > I wrote some time ago a java.awt.Graphics implementation > that outputs (Encapsulated) PostScript code to a stream. > I saw a sf.net project 2 years ago trying to do the same, > submitted my code there, but the project seems pretty dead > now. > > Then I discovered Batik. > > I think it would be interesting to add to the actual list > of transcoders one (or two) that generate PostScript and > Encapsulated PostScript. > > If there is interest, the code exists, is documented but > not fully implemented. Sorry : I don't have time to > transform it for Batik at the moment.
This class here does some of the work for batik. http://cvs.apache.org/viewcvs.cgi/xml-fop/src/org/apache/fop/render/ps/PSGraphics2D.java?rev=1.6&content-type=text/vnd.viewcvs-markup It is not fully implemented either. Maybe there could be some combination. > Let me know ! > > --javier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
