I'm trying to determine if iTextSharp is capable of deleting everything outside of the CropBox.

I have been able to change the size of the CropBox, MediaBox, and TrimBox to the size I want, but this does not get rid of the items outside of them.

I'm not sure if PdfContentByte.clip() would help, but I can't find any good examples.

Does anyone here know if this is possible, and how I could go about it.

Thank you!