RE: setting permissions on a new document

2015-02-23 Thread Allison, Timothy B.
doing something wrong! :) Best, Tim -Original Message- From: Tilman Hausherr [mailto:thaush...@t-online.de] Sent: Friday, February 20, 2015 5:25 PM To: users@pdfbox.apache.org Subject: Re: setting permissions on a new document Hi Tim, add a page to the document. PDPage pag

RE: setting permissions on a new document

2015-02-20 Thread Allison, Timothy B.
:) Best, Tim -Original Message- From: Tilman Hausherr [mailto:thaush...@t-online.de] Sent: Friday, February 20, 2015 5:25 PM To: users@pdfbox.apache.org Subject: Re: setting permissions on a new document Hi Tim, add a page to the document. PDPage page = new PDPage(); doc

Re: setting permissions on a new document

2015-02-20 Thread Tilman Hausherr
Hi Tim, add a page to the document. PDPage page = new PDPage(); document.addPage(page); Tilman Am 20.02.2015 um 22:12 schrieb Allison, Timothy B.: All, I'm trying to create a test doc for permission checking over on Tika, when I try the most basic program: public static void main(S