C# .NET - Crop PDF - Asked By Roopa Chellappan on 27-Dec-13 02:50 AM

How to crop PDf using any freeware.

Now iam Cropping using itextsharp. but its not really cropping , its just hiding...
Erik Little replied to Roopa Chellappan on 29-Dec-13 07:30 PM
I use PDFSharp, so I am not familiar with itextsharp, but I can share with you how to do that.

Extract the PDF Page in question as a image / bitmap and crop the area in question, once the bitmap is cropped you can save that bitmap / image back to the PDF document as a new page.