Reputation: 4485
I basically want a clickable logo in my pdf. How do I create an Anchor using an Image?
Upvotes: 0
Views: 1075
Reputation: 15868
Wrap your Image in a Chunk, and call chunk.setAnchor().
Image
Chunk
chunk.setAnchor()
Upvotes: 1