Unable to read paged within AVDocDidOpen notification handler
I have a plugin that's reading the fonts within a pdf document
I have written code to use PDDocEnumLoadedFonts to read all the fonts loaded by the doc
This code will be run after the AVDocDidOpen fired by the runtime
I am expecting to be able to read fonts
But no fonts are read
It seems that the whole of doc is not loaded when AVDocDidOpen is fired
If I run the same code say on a pointer move, the fonts are found
Regards
Rahul
