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

Extracting fields and Checkbox Tick Mark

More
10 years 3 months ago #10444 by sharikakanakam
Sure. Can I send it privately?
More
10 years 3 months ago #10445 by Davide
Yes, please open a private ticket here : www.radaeepdf.com/support/tickets and attach your pdf.
More
10 years 3 months ago #10446 by sharikakanakam
More
10 years 3 months ago #10447 by Davide
Hi,
I have checked your pdf and in the 2 fields next to the word "Sign" there are no annotations!
I think you have to put a sinature annot into these boxes, because now are empty.
Then you have to check the type of annot using the methods I suggested you before.

Something like that :
Code:
if(m_annot != null && m_annot.GetType() == 20 && m_annot.GetFieldType() == 4){ //handle annot }
More
10 years 3 months ago #10452 by sharikakanakam
Thanks again! I managed to add a signature annotation and I was able to detect this field in the app. So my idea is to turn on the ink feature programmatically when a 'signature' field is detected. One more question on this, how can I fetch this signature object(image object) after I have signed into this field? Do you have a sample code anywhere for that?
More
10 years 3 months ago #10453 by Davide
Hi,
I suggest you to save it into a bitmap and then add it to the rect coordinates of the signature field using this method:
Code:
page.AddAnnotBitmap(Bitmap bitmap, boolean has_alpha, float[] rect);
For more info check this: www.radaeepdf.com/documentation/javadocs...map-boolean-float:A-
Time to create page: 0.467 seconds
Powered by Kunena Forum