S
sklett
I need to bang out a quick application to extract CCITT compressed TIF
images from a ton of PDFs. I've used PDFSharp in the past to work with PDFs
but ti doesn't have support for the PDF /CCITTFaxDecode filter.
I've googled for the obvious terms to try to find some code samples or
information about how to accomplish what I want but haven't found anything
at all.
If anyone here has experience in working with PDFs and extracting TIFFs
could you possible help with the following questions (some are very newbie
questions)
1) Does PDF store image data in a special PDF format or wrapped in any
other objects? In other words, I thought I would just be able to write the
image stream from the PDF to disk and it would result in a TIFF image (hah!)
but this isn't the case, I'm wondering if the image data is wrapped in an
additional format?
2) Anyone know of any (free) libraries that can decompress the CCITT codec?
I'm not sure if it's group 3 or 4, I imagine that is in the header of the
image data?
Any info greatly appreciated,
Steve
images from a ton of PDFs. I've used PDFSharp in the past to work with PDFs
but ti doesn't have support for the PDF /CCITTFaxDecode filter.
I've googled for the obvious terms to try to find some code samples or
information about how to accomplish what I want but haven't found anything
at all.
If anyone here has experience in working with PDFs and extracting TIFFs
could you possible help with the following questions (some are very newbie
questions)
1) Does PDF store image data in a special PDF format or wrapped in any
other objects? In other words, I thought I would just be able to write the
image stream from the PDF to disk and it would result in a TIFF image (hah!)
but this isn't the case, I'm wondering if the image data is wrapped in an
additional format?
2) Anyone know of any (free) libraries that can decompress the CCITT codec?
I'm not sure if it's group 3 or 4, I imagine that is in the header of the
image data?
Any info greatly appreciated,
Steve