phax / ph-pdf-layout

Java library for creating fluid page layouts with Apache PDFBox. Supporting multi-page tables, different page layouts etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose PDPageContentStreamExt in PDPageContentStreamWithCache?

schneidh opened this issue · comments

Would it be possible to provide a getter for PDPageContentStreamExt within PDPageContentStreamWithCache? There are some methods on PDPageContentStreamExt that I need that are not available on PDPageContentStreamWithCache. (e.g. clip() and drawForm()) I'm currently using reflection to work around this, but would love to have a proper getter method.

sure :)

Will be part of the 6.0.2 release