mobfarm / FastPdfKit

A Static Library to be embedded on iOS applications to display pdf documents derived from Fast PDF
http://fastpdfkit.com
Other
1.23k stars 324 forks source link

Links Broken #71

Open Quarky opened 9 years ago

Quarky commented 9 years ago

Links not working in PDF files.

cguerin commented 9 years ago

Actually they do, we have every type of hyperlink available in our app -- you just need to lookup all the various handlers in the Document class and write them.

Quarky commented 9 years ago

http://createyourlifestory.com/PDF/PDF-Links-Demo.pdf

If you load this does it act as expected? The previous version we were using the links were working. The links are now not behaving the same.

Quarky commented 9 years ago

If I revert back into the old version, it works again.

actualapps commented 9 years ago

Same problem, "y" position are inverted on touch area. Older version with Xcode 6.4 works fine. With 7 or later you can't submit due an error (iphonesimator) in info.plist file.

Quarky commented 9 years ago

Any luck looking at this?