-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement [pdffile]_updates.plist in pdf parser #141
Comments
@libreliodev There's no method for accessing annotation object id with
Look an annotation example.
|
This seems to be exact: http://stackoverflow.com/questions/13861672/cgpdfobject-get-id Let's think about it. |
@serverfire I think the best way to solve this problem would be to use the annotation number on a given page, instead of object id. This would require some changes in libreliodev/javascript#128 . What do you think? |
@libreliodev If you mean annotation index in a page by Annotation number. |
@serverfire
I agree. |
@libreliodev Done with 324f514 & b9005d2 Tested with |
Successfully tested |
This is related to #140.
The text was updated successfully, but these errors were encountered: