<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Poppler doesn't display text in separation colorspace with alternate colorspace DeviceGray"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92381">92381</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Poppler doesn't display text in separation colorspace with alternate colorspace DeviceGray
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Thomas.Freitag@alfa.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=118794" name="attach_118794" title="PDF with text in separation colorspace">attachment 118794</a> <a href="attachment.cgi?id=118794&action=edit" title="PDF with text in separation colorspace">[details]</a></span>
PDF with text in separation colorspace

The text in the attached PDF is not displayed. Reason for it is the usage of a
separation colorspace:

cs /CS0
scn 1

where CS0 is something like

[/Separation/Black/DeviceGray 10 0 R]

I looked into the source code and figured out that "scn 1" results in white
color, i.e. RGB(255,255,255). But the PDF spec says for separation colorspaces:

A colour value in a Separation colour space shall consist of a single tint
component in the range 0.0 to 1.0. The value 0.0 shall represent the minimum
amount of colorant that can be applied; 1.0 shall represent the maximum. Tints
shall always be treated as subtractive colours, even if the device produces
output for the designated component by an additive method. Thus, a tint value
of 0.0 denotes the lightest colour that can be achieved with the given
colorant, and 1.0 is the darkest.

Therefore "scn 1" should result in RGB(0,0,0). 

I have already a solution for it, but I want to regtest it first, because I
deeply wonder why we haven't encounter this before!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>