- Posts: 80
- 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
Bitmap annotation not added in PDF.
IP: 192.168.0.71
11 years 4 months ago - 11 years 4 months ago #7944
by moontech
Replied by moontech on topic Bitmap annotation not added in PDF.
When new version come with Bitmap annotation ?
And what i do for now?
Because number of user sent tickets for this issue.
And what i do for now?
Because number of user sent tickets for this issue.
Last edit: 11 years 4 months ago by fischer.
IP: 192.168.0.71
11 years 4 months ago #7946
by radaee
Replied by radaee on topic Bitmap annotation not added in PDF.
in fact. Page.AddAnnotBitmap has no issue.
new demo just let developers to test.
new demo just let developers to test.
IP: 192.168.0.71
11 years 4 months ago #7956
by moontech
Replied by moontech on topic Bitmap annotation not added in PDF.
Earlier we are not able to add annotation after saving pdf.
Now we get AnnotationCount value with new annotation and also getting rectangle area when tap on Pdf.
But annotation is not visible here.
Now we get AnnotationCount value with new annotation and also getting rectangle area when tap on Pdf.
But annotation is not visible here.
IP: 192.168.0.71
11 years 4 months ago #7958
by moontech
Replied by moontech on topic Bitmap annotation not added in PDF.
Can we have sample code for add bitmapannotation for new library?
IP: 192.168.0.71
11 years 4 months ago - 11 years 4 months ago #7961
by radaee
Replied by radaee on topic Bitmap annotation not added in PDF.
in PDFReader, see methods:
PDFReader.PDFSetStamp(), which enter/leave stamp status.
PDFReader.onTouchStamp(), which treat UI events.
PDFReader.onDrawStamp(), which draw stamp status.
in stamp status, it just record all coordinates, and Bitmap objects.
and draw recorded data to screen.
when stamp status leaved, all recorded data is added to Page, and then erase all recorded data.
PDFReader.PDFSetStamp(), which enter/leave stamp status.
PDFReader.onTouchStamp(), which treat UI events.
PDFReader.onDrawStamp(), which draw stamp status.
in stamp status, it just record all coordinates, and Bitmap objects.
and draw recorded data to screen.
when stamp status leaved, all recorded data is added to Page, and then erase all recorded data.
Last edit: 11 years 4 months ago by .
IP: 192.168.0.71
11 years 4 months ago #7965
by moontech
Replied by moontech on topic Bitmap annotation not added in PDF.
These methods are not available in PDFReader(using version 3.1).
Time to create page: 0.380 seconds