Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

How to get all note annotations subject ? 8 years 10 months ago #9118

  • adimha
  • adimha's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
I need to view all the Note annotations of a particular PDF file. How do I get info about the total count of notes added to the PDF and their respective details?

Please Log in or Create an account to join the conversation.

How to get all note annotations subject ? 8 years 9 months ago #9141

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
sorry for the delay.
To get the number of Annotation you have to call:
Page.GetAnnotCount();
to get a specific annotation you have to call:
Page.GetAnnot(int index);
Remember that these methods can be invoked after ObjsStart or Render or RenderToBmp.
These methods are valid in professional or premium version.
To get more info about Annotation I suggest you to look at this: www.radaeepdf.com/documentation/javadocs...Page.Annotation.html

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum