thomas.deweese wrote: > > Hi Mario, > > JavaTeam <[EMAIL PROTECTED]> wrote on 05/09/2006 06:42:54 AM: > >> I have never been so frustrated as now when I have so problems with > printing >> in java. First I must to say that I choose SVG and batik when I red >> somewhere that printing java 2D graphics is solved with the batik > packages. > > I've already said that I'm not sure why anyone would come to this > conclusion... > > Could you please read this mail: > http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/200303.mbox/[EMAIL > PROTECTED] > > and > > about postscript with which I draw a parallel: > > http://mindprod.com/jgloss/printing.html > > > > >> So I was wondering if someone have an experiience with the printing > from a >> Document file, which is not saved on a disk. I need a code example, > because >> google don't give a lot about the batik. > > The TranscoderInput object that you pass to the PrintTranscoder can > accept > a Document, and the SVGGraphics2D has a method 'getRoot' which will give > you > the root element of an SVGDocument (you will need to append it to the > SVGDocument, > with 'appendChild', you gave to the SVGGraphics2D in the first place) so > you can > easily avoid streaming the document to disk. > > I ask that because I draw parallel again with the postscript: look at: > > http://mindprod.com/jgloss/printing.html > > > So what are you suggest for printing java 2D Graphics, if not SVG ? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/PRINT-PERFORMANCE%3A-from-url-or-from-memory--t1583611.html#a4299160 Sent from the Batik - Users forum at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
