I\'m currently using iText and I\'m wondering if there is a way to delete a page from a PDF file?
I have opened it up with a reader etc., and I want to remove a page
You can use a PdfStamper in combination with PdfCopy.
PdfStamper
PdfCopy
In this answer it is explained how to copy a whole document. If you change the criteria for the loop in the sample code you can remove the pages you don't need.