Hi, Gesendet: Fr, 02. Okt 2009 Von: Todd Volkert<tvolk...@gmail.com> > Hi there, > > Are you guys at all interested in (or have you worked on) adding support to > PDFBox to creating PDFs via calls to the Java2D API? Or vice versa -- > exposing a PDF class with a paint(Graphics2D) method that paints the PDF to > a Graphics2D object? PDFBox already uses Java2D to convert pages of a pdf-document into an image, e.g. to display a pdf with the PDFReader. If you are interested in that feature, have a look at org.apache.pdfbox.pdfviewer.PageDrawer as a starting point.
The other way around isn't used anywhere in PDFBox. BR Andreas Lehmkühler