views:

292

answers:

1

I'm signing PDF's using iText. I'm including a graphic in the signature. This works, but the green checkmark (or yellow question mark) that shows when the document is verified interferes with the graphic I inserted, making the end result look ugly. Is there a way to manage the size of the green checkbox - are there any properties - fonts, image scale etc that dictates the size of this green check mark?

A: 

The checkmark is rendered by the PDF reader. Please see http://stackoverflow.com/questions/367965/how-to-generate-a-signed-pdf-w-o-green-checkmark for more information.

JonMR