How can I find all instances of a specific font *size* within a PDF?
I want to be able to find all superscript text in the document. I know that the PDF language doesn't actually specify whether text is superscript, so as proxy I want to use a specific font size, which will work in the case of the documents I'm working on.
Is there any way I can do this with Javascript?
