Hi

We have some PDFs that are directly exported from Excel.  They export as 
accessible - tagged pdfs with structure tree.

Within the structure tree are elements of type "Artifact", often used for 
non-content aspects like background colors, etc.

When PDFBox (both v2 and v3) reads these PDFs (visible using the PDFBox 
Debugger as seen in attached png, as well as just straight up in code), there 
seems to be a structure tree discrepancy with some parent-child relationships.  
The Artifact element (found in the structure tree) has a pointer back to its 
parent.  That parent has a list of children.  I'd expect that list of children 
to include the Artifact.  However, artifacts are never in their parent's list 
of children.

I'm trying to find out if this is expected and part of the PDF spec, or a bug 
in PDFBox.  This is currently causing issues for us in FOP when we're rendering 
accessible PDF outputs - when importing these PDF image files, the import fails 
and never show up in final PDF output.  Ultimately, I'm trying to understand if 
the fix should be in PDFBox or FOP.

I've attached two example PDFs, along with an image of the structure tree of 
one of them highlighting the issue.

Many thanks
Mark



[cid:[email protected]]



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

Reply via email to