[Poppler-bugs] [Bug 54896] New: pdftops -tiff -overprint fails with TiffWriter: Mode 6 not supported

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 13 17:34:07 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=54896

             Bug #: 54896
           Summary: pdftops -tiff -overprint fails with TiffWriter: Mode 6
                    not supported
    Classification: Unclassified
           Product: poppler
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: splash backend
        AssignedTo: poppler-bugs at lists.freedesktop.org
        ReportedBy: williambader at hotmail.com


Created attachment 67128
  --> https://bugs.freedesktop.org/attachment.cgi?id=67128
patch to fix the problem based on git source from 14 Sep 2012

pdftoppm -tiff -overprint -singlefile x.pdf x
fails with
TiffWriter: Mode 6 not supported
because utils/pdftoppm.cc calls new SplashOutputDev() with mode
splashModeDeviceN8 if jpegcmyk or overprint is set and goo/TiffWriter.cc does
not handle that mode.
With the attached patch, pdftoppm produces a CMYK tiff.
William

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list