Skip to main content

PDF to TIFF using Compression 4 but output is blurry

Updated over 12 months ago

PDF to TIFF using Compression 4 but output is blurry

The JPEG compression artefacts in your document could be producing noise when using the default fast 1-bit conversion algorithm.

In the profiles parameter, please set the following values:

{
  "TIFFCompression": "CCITT4",
  "OneBitConversionAlgorithm": "BayerOrderedDithering"
}
Did this answer your question?