- Posts: 97
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
add EditText and check box at pdf
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
10 years 2 months ago - 10 years 2 months ago #10035
by ankur123987
add EditText and check box at pdf was created by ankur123987
Hi radaeepdf team.
How can i add the editview and check box at pdf . using radaeepdf
Thanks
How can i add the editview and check box at pdf . using radaeepdf
Thanks
Last edit: 10 years 2 months ago by ankur123987.
10 years 2 months ago #10080
by Davide
Replied by Davide on topic add EditText and check box at pdf
Hi,
you can add edit box using AddAnnotEditbox
For more info check www.radaeepdf.com/documentation/javadocs...html#AddAnnotEditbox (float[], int, float, int, float, int)
The feature to add check box is not yet available.
We will tell you when it will be ready
you can add edit box using AddAnnotEditbox
For more info check www.radaeepdf.com/documentation/javadocs...html#AddAnnotEditbox (float[], int, float, int, float, int)
The feature to add check box is not yet available.
We will tell you when it will be ready
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 2 months ago #10085
by ankur123987
Replied by ankur123987 on topic add EditText and check box at pdf
but how to add the this annotation how can i add into my pdf at on touch position ? do you have any demo or source code for it?
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 2 months ago #10095
by ankur123987
Replied by ankur123987 on topic add EditText and check box at pdf
please reply me asasp
10 years 2 months ago #10097
by Davide
Replied by Davide on topic add EditText and check box at pdf
Hi,
you have to pass OnTouch coordinates to AddAnnotEditbox method.
I suggest you to look at onTouchNote method of PDFReader class or at the other "addAnnot" methods usage.
you have to pass OnTouch coordinates to AddAnnotEditbox method.
I suggest you to look at onTouchNote method of PDFReader class or at the other "addAnnot" methods usage.
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 1 month ago #10102
by ankur123987
Replied by ankur123987 on topic add EditText and check box at pdf
I checked pdfreader class . where to get m_view object and ontouchevent implement in my own actvity . Do you have any source code for it?
please provide any simple code for add the text
thanks
please provide any simple code for add the text
thanks
Time to create page: 0.433 seconds