Re: How to remove buttons from a PDF

2016-10-26 Thread Tilman Hausherr
Am 25.10.2016 um 21:39 schrieb John Liston: How do I use PDFBox to remove the "About" etc. buttons from the top edge of this PDF, so that I may then view it without them? https://www.dropbox.com/s/781cgwn4m2grose/PAMV1A.pdf?dl=0 I tried PDDocument.getDocumentCatalog().getAcroForm().flatten() w

How to remove buttons from a PDF

2016-10-25 Thread John Liston
How do I use PDFBox to remove the "About" etc. buttons from the top edge of this PDF, so that I may then view it without them? https://www.dropbox.com/s/781cgwn4m2grose/PAMV1A.pdf?dl=0 I tried PDDocument.getDocumentCatalog().getAcroForm().flatten() without success. How can I get rid of the b