You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use poppler-simple to do some light PDF validation work. Specifically, I want to determine if a PDF contains annotations of a certain subtype.
I noticed that the library exposes some annotation methods/data but I'm looking for functionality similar to getAnnots exposed by poppler. It looks like that method returns a collection of Annots, each of which exposes some potentially useful information.
From a Node perspective, the method could return an array of objects:
Hi,
I'm trying to use
poppler-simple
to do some light PDF validation work. Specifically, I want to determine if a PDF contains annotations of a certain subtype.I noticed that the library exposes some annotation methods/data but I'm looking for functionality similar to
getAnnots
exposed bypoppler
. It looks like that method returns a collection ofAnnot
s, each of which exposes some potentially useful information.From a Node perspective, the method could return an array of objects:
Just curious what your thoughts were on this. If this sounds alright I could take a stab at this and put up a PR.
-Anthony
The text was updated successfully, but these errors were encountered: