Re: PDAnnotationRubberStamp

2019-08-06 Thread Tilman Hausherr
It's not implemented. Try "SBApproved". That one is supported by Adobe Reader, it will draw the stamp. Tilman Am 06.08.2019 um 12:17 schrieb Jens Bruhn-Hansel: Hi, using PDFBox 2.0.16 I am trying to add a simple (no image) RubberStamp annotation to a PDF document. My current code is:    

RE: PDAnnotationRubberStamp

2017-04-20 Thread Baker, Ricky
-online.de] Sent: Thursday, April 20, 2017 11:53 AM To: users@pdfbox.apache.org Subject: Re: PDAnnotationRubberStamp Am 20.04.2017 um 18:51 schrieb Baker, Ricky: > I am trying to use PDAnnotationRubberStamp to place "DRAFT" on each page. I > can get it to show up when I open the docu

Re: PDAnnotationRubberStamp

2017-04-20 Thread Tilman Hausherr
Am 20.04.2017 um 18:51 schrieb Baker, Ricky: I am trying to use PDAnnotationRubberStamp to place "DRAFT" on each page. I can get it to show up when I open the document but it does not print. What do I need to do to get it to print? setPrinted(true);