Tilman Hausherr created PDFBOX-4730:
---------------------------------------

             Summary: /OC in form and image XObjects not handled
                 Key: PDFBOX-4730
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4730
             Project: PDFBox
          Issue Type: Bug
          Components: Rendering
    Affects Versions: 2.0.18
            Reporter: Tilman Hausherr
         Attachments: poppler-865-p1.pdf

The attached file should not show "COPY" when in view mode, but it does. We 
need to add the same code that exists in showAnnotations:
{code:java}
        if (isHiddenOCG(annotation.getOptionalContent()))
        {
            return;
        } {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to