-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This demo: https://demos.setasign.com/?p=%2Fdemo%2F6-Stamper%2F3-various%2F5-tagged-stamp
While this was a good first experiences with PDF tagging, it doesn't make sense if the main document is already tagged.
The new tags are simply appended to the end of the root tag node, which simply never makes sense.
The tagging of the stamp is not that hard but it is hard to find the StructElement where the tag should be appended to. Is there a way at all? Does it makes sense at all or should they simply be marked as Artifacts? I mean: Why should we have something like "Personalized for XY" in the tag structure for each page? In the most cases this should be simply marked as an Artifact - but maybe A single stamp on a single page should end in the tag-structure?
Is it maybe possible to find the last element on the page through the StructParents entry? We have to analyze this.