2

Can some one help me there. I was planning to downsize a pdf just like what im doing in acrobat. But this time I want to do in c#. Is there any idea for this or is this possible?

Downsample image from 600DPI to 300PI Compression is JPEG200 for colored images in pdf Compresson is CCITT Group 4 for black and white images in pdf

LuluErwin
  • 39
  • 1
  • 9
  • iTextSharp will not apply lossy (destructive) compression to your images, that's left up to you. However, you can use [iTextSharp to extract your images](http://stackoverflow.com/a/8751517/231316) and then use another [third-party library to re-compress those images](http://stackoverflow.com/q/590471/231316) – Chris Haas Jul 28 '15 at 12:57

1 Answers1

0

I hope you have just an image in the PDF file. If it es a complex file then search for a framework to do it.

When you have the image then it is realy simple: