- Posts: 15
- 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
Events in Android
11 years 1 month ago #9474
by micrad
Events in Android was created by micrad
I need to track certain events:
- PDF file opened.
- PDF file closed.
- Page changed.
- LinkAnnotation touched/clicked (Hyperlink in the PDF Dokument clicked)
Is this supported and how?
- PDF file opened.
- PDF file closed.
- Page changed.
- LinkAnnotation touched/clicked (Hyperlink in the PDF Dokument clicked)
Is this supported and how?
11 years 1 month ago #9481
by Davide
Replied by Davide on topic Events in Android
Hi,
you can track these event in these methods:
- document.Open() method;
- PDFReader.PDFClose()
- PDFReader.OnPDFPageChanged()
- PDFReader.PDFPerformAnnot() --> m_listener.OnOpenURI(uri);
In our library there are no tracker, so you can put your own tracker in these methods.
you can track these event in these methods:
- document.Open() method;
- PDFReader.PDFClose()
- PDFReader.OnPDFPageChanged()
- PDFReader.PDFPerformAnnot() --> m_listener.OnOpenURI(uri);
In our library there are no tracker, so you can put your own tracker in these methods.
11 years 1 month ago #9482
by micrad
Replied by micrad on topic Events in Android
Which license would I need for this?
11 years 1 month ago #9483
by Davide
Replied by Davide on topic Events in Android
Hi,
please check this: www.radaeepdf.com/ecommerce/technical-specification
If you want Hyperlinks support you need at least a Professional License.
please check this: www.radaeepdf.com/ecommerce/technical-specification
If you want Hyperlinks support you need at least a Professional License.
10 years 9 months ago #9923
by micrad
Replied by micrad on topic Events in Android
Can you provife an example?
10 years 9 months ago #9924
by Davide
Replied by Davide on topic Events in Android
Hi,
I suggest you to look at these articles:
I suggest you to look at these articles:
Time to create page: 0.664 seconds