Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Submit your requests and polls about new features
  • Page:
  • 1

TOPIC:

Needed features 11 years 9 months ago #172

  • muhsinishaq
  • muhsinishaq's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
HI,

I need to know whether you pdf sdk has the following features(mentioned below).

features::
*highlighting the text,letter,word etc.
*bookmark the page,paragraph,sentence etc.
*adding,editing and deleting the notes .
*changing the highlighting color.
*history of viewed pages in the pdf files.
*changing the font type and font size.
*changing the color of the highlighted word.

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

Needed features 11 years 9 months ago #173

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
some feature you mentioned implemented by package "com.radaee.pdfex"
while others not.

*highlighting the text,letter,word etc.
com.radaee.pdfex implemented.

*bookmark the page,paragraph,sentence etc.
just outline for page.
in PDF standard, no bookmark defined for paragraph and sentence.

*adding,editing and deleting the notes .
yes, but some not supported by com.radaee.pdfex.
some supported by com.radaee.pdf
functions in Page class:
public boolean RemoveAnnot( int annot )
public void SetAnnotRect( int annot, float[] rect )
public void GetAnnotRect( int annot, float[] rect )
public boolean IsAnnotLocked( int annot )
public boolean IsAnnotLockedContent( int annot )
and so on.
i think you read javaDoc better.

*changing the highlighting color.
yes, by change value Global.selColor

*history of viewed pages in the pdf files.
these functions is not PDF rendering or editing or viewing.
so you should manage history by yourself.

*changing the font type and font size.
change font type and size in PDF Page?
no, this can't be implemented.

*changing the color of the highlighted word.
yes, by change value Global.selColor

i think you'd better test demo project first.
to build demo project, you need install eclipse + ADT

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

Last edit: by .
  • Page:
  • 1
Powered by Kunena Forum