Add watermark to docx
Daniel Torregrosa Rivero <[email protected]>
| Newsgroups | gmane.comp.jakarta.poi.user |
|---|---|
| Message-ID | <CAFvR=wZCeFxnA+Cd20VoZ4Ax2JMhHZ=5Ts2uWSN_UwHR5TBdyQ@mail.gmail.com> |
Hi all, I have been using the code at https://stackoverflow.com/a/48250236 to insert watermarks in docx documents. But when I upgraded POI to 5.0, this stopped working. In particular, getPictList()/getPictArray() returns an empty list now. Does anybody have an updated recipe to add a watermark? Thanks a lot, Daniel