RE: Generating a PDF by drawing to PDFDocumentGraphics2D

2012-02-29 Thread Konstantin Preißer
> -Original Message- > From: Luis Bernardo [mailto:lmpmberna...@gmail.com] > Sent: Tuesday, February 28, 2012 1:36 AM > To: fop-users@xmlgraphics.apache.org > Subject: Re: Generating a PDF by drawing to PDFDocumentGraphics2D > > > Yes, it is possible but it is c

Re: Generating a PDF by drawing to PDFDocumentGraphics2D

2012-02-27 Thread Luis Bernardo
: Generating a PDF by drawing to PDFDocumentGraphics2D The usual way we create PDFs is via XML/XSL into a .fo file which is then "compiled" into the pdf. Thank you for your answer. Unfortunately, I don't know much about creating a PDF via XML/XSL into a .fo file, and I don't

Re: Generating a PDF by drawing to PDFDocumentGraphics2D

2012-02-20 Thread Angelo zerr
fop-users@xmlgraphics.apache.org > > Subject: RE: Generating a PDF by drawing to PDFDocumentGraphics2D > > > > The usual way we create PDFs is via XML/XSL into a .fo file which is > > then "compiled" into the pdf. > > > > Thank you for your answer. >

RE: Generating a PDF by drawing to PDFDocumentGraphics2D

2012-02-20 Thread Konstantin Preißer
Hi Theresa, > -Original Message- > From: Theresa Jayne Forster [mailto:ther...@inbrand.co.uk] > Sent: Tuesday, February 07, 2012 1:43 PM > To: fop-users@xmlgraphics.apache.org > Subject: RE: Generating a PDF by drawing to PDFDocumentGraphics2D > > The usual way we c

RE: Generating a PDF by drawing to PDFDocumentGraphics2D

2012-02-07 Thread Theresa Jayne Forster
"; version="1.1" width="57mm" height="22mm" id="roundedbox" viewbox="0 0 57 22"> Hope this helps. Kindest regards Theresa Forster Senior Software Developer -----Original Mes

Generating a PDF by drawing to PDFDocumentGraphics2D

2012-02-07 Thread Konstantin Preißer
Hi all, I'm sorry if this is the wrong place for my question. I was seaching for a way to dynamically generate a PDF in Java code by drawing to a Graphics2D object. When I googled this, I found Apache FOP 1.0 which has a org.apache.fop.svg.PDFDocumentGraphics2D class (derived from Graphics2D),