Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Submit your requests and polls about new features

Needed features

More
IP: 192.168.0.70 13 years 7 months ago #172 by muhsinishaq
Needed features was created by muhsinishaq
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.
More
IP: 192.168.0.70 13 years 7 months ago - 13 years 7 months ago #173 by radaee
Replied by radaee on topic Needed features
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
Last edit: 13 years 7 months ago by .
Time to create page: 0.396 seconds
Powered by Kunena Forum