[Poppler-bugs] [Bug 92381] Poppler doesn't display text in separation colorspace with alternate colorspace DeviceGray

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Oct 10 05:33:30 PDT 2015


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

--- Comment #1 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Created attachment 118796
  --> https://bugs.freedesktop.org/attachment.cgi?id=118796&action=edit
Same PDF with changed function

Digging a little bit deeper into it I encountered that it is the exponential
function of the separation colorspace:

24 0 obj <</C0 [1.0 ] /C1 [1.0 ] /Domain [0 1 ] /FunctionType 2 /N 1 /Range [0
1 ] >> endobj

If I change it to

24 0 obj <</C0 [1.0 ] /C1 [0.0 ] /Domain [0 1 ] /FunctionType 2 /N 1 /Range [0
1 ] >> endobj

it works well also with poppler. But acrobat always shows the text in any
combination of C0/C1 with values 0.0 and 1.0!!!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20151010/b0336e74/attachment.html>


More information about the Poppler-bugs mailing list