phax/ph-pdf-layout

Expose PDPageContentStreamExt in PDPageContentStreamWithCache?

schneidh opened this issue · 2 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.

phax commented

sure :)

phax commented

Will be part of the 6.0.2 release