Hi, Gesendet: Mo, 06. Sep 2010 Von: John Emmanuel<[email protected]>
> Hi, > > Does PDFBox currently provide an API for rendering content in rows & > columns > (tables). If so, could somebody guide me to any examples. > If there are no examples, then could somebody just briefly guide me to the > classes that make this possible. I'm afraid there isn't such an API within PDFBox. You have to do it on your own using the class PDPageContentStream. BR Andreas Lehmkühler

