I have run the demo project against all three versions of the license, pointing to the document www.antennahouse.com/XSLsample/pdf/sample-link_1.pdf The hyperlinks do not work at any license level. Can I assume hyperlinks don't work with this library at all?
The topic has been locked.
Clicking links in PDF documents
10 years 5 months ago #7934
Hi,
is it possible to define a onClick event for url handling. I need to open a new Activity by clicking a URL which listen f.e. to "com.example.myApp://text". Is this possible or would it be opend in browser and put http:// in front of it?
The topic has been locked.
Clicking links in PDF documents
10 years 4 months ago #8097
Hi,
yes the OnOpenURI(String uri) method is called every time you tap a Url link in the pdf, you can edit this method as you want and perform your own handling!