A possible problem is that CP is set, but CAP doesn't exist. The specification mentions that CP is valid only if CAP is true.

So I wonder what happens if you remove CP ("inline" is the default anyway).

Also, IT is empty, should be a name, LineArray or LineDimension, so maybe this code isn't good:


        String intent = element.getAttribute("intent");
        if (intent.isEmpty())
        {
            // not conforming to spec, but qoppa produces it and Adobe accepts it
            intent = element.getAttribute("IT");
        }
        setIntent(intent);

Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to