You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by "Stahle, Patrick" <pa...@te.com> on 2016/06/22 15:35:18 UTC

CCITT Group 3 'uncompressed mode' is not supported

Hi All,

Curious  what the reason is for the lack of support?

Thanks,
Patrick

Re: CCITT Group 3 'uncompressed mode' is not supported

Posted by Tilman Hausherr <TH...@t-online.de>.
Am 22.06.2016 um 17:35 schrieb Stahle, Patrick:
> Hi All,
>
> Curious  what the reason is for the lack of support?
>
> Thanks,
> Patrick
>

Because the CCITTFactory can only process TIFF files whose content can 
be used 1:1 (minus the tiff header). The PDF CCITTFaxDecode filter does 
not support uncompressed data.

If you still want to use CCITT compression, please load and then save 
your stuff as a TIFF file (use the ImageIOUtils methods) and use these 
files.

If this is too difficult, then use the LosslessFactory methods.

Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org