- Posts: 2
- 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
Directly write into PDF by using default keyboard
10 years 10 months ago #9858
by shyam
Directly write into PDF by using default keyboard was created by shyam
Hi,
I need to implement the function where user can directly add their text in PDF file by using devices's default Keyboard.
I searched in sample project for the answer but dint get any.
First thing, Is it Possible with Radaee?
Help me i am stuck.
Thanks
I need to implement the function where user can directly add their text in PDF file by using devices's default Keyboard.
I searched in sample project for the answer but dint get any.
First thing, Is it Possible with Radaee?
Help me i am stuck.
Thanks
10 years 10 months ago - 10 years 10 months ago #9860
by radaee
Replied by radaee on topic Directly write into PDF by using default keyboard
hi, No UI implement.
but there is method Page.AddAnnotEditbox to add Annotation on Page.
to implement this feature: u have to select a rect pass to this method, and then popup an ExitBox Control on screen.
when popup windows dismissed, set text of editbox(Annotation.SetEditText) to Annotation, and... flush page rendering.
but there is method Page.AddAnnotEditbox to add Annotation on Page.
to implement this feature: u have to select a rect pass to this method, and then popup an ExitBox Control on screen.
when popup windows dismissed, set text of editbox(Annotation.SetEditText) to Annotation, and... flush page rendering.
Last edit: 10 years 10 months ago by radaee.
10 years 10 months ago #9863
by Davide
Replied by Davide on topic Directly write into PDF by using default keyboard
Hi,
please check this: www.radaeepdf.com/support/knowledge-base...component&kbartid=35
please check this: www.radaeepdf.com/support/knowledge-base...component&kbartid=35
10 years 10 months ago #9866
by shyam
Replied by shyam on topic Directly write into PDF by using default keyboard
I have professional License, does this solution work on it.
Time to create page: 0.412 seconds