Skim opensource PDF reader for Mac. Recently found PDF Marker in app store and love it but can't handle a certain PDF I'm working on with tons of hyperlinks. It does up to a certain point then just doesn't recognize additional links. edit: ok seems it can handle it now for some reason.
Skim drove me nuts cuz it wouldn't by default have TOC (table of contents) outline collapsed. So to rectify that use the hidden preferences which I wasn't aware of. Set it to always be collapsed on PDF open and open PDFs in tabs. In Terminal just do the following:defaults write net.sourceforge.skim-app.skim SKCollapseTOCSublevels -boolean true
defaults write net.sourceforge.skim-app.skim AppleWindowTabbingMode -string always
>>Click here to continue<<