Just so you know, my default PDF can opener remains set to Preview, though I will use Acrobat Reader when and if it serves my need.
The upside of the Show scroll bars set to always is intuitive with applications. The downside is that any web content that has the CSS overflow:scroll configured will permanently have scrollbars attached to that content. At least, that is the behavior with Safari on Mavericks. Since I do web work too, I have left my scrollbar setting to when scrolling.
I believe the OP issues about resizing PDFs has to do with the default nature of Preview to open PDFs in continuous, rather than single page mode. In the former state, one must always fuss with resizing the Preview window, and in the latter, Preview does what it should do — a single, tightly cropped PDF page. Setting the Single Page preference setting in one document does not make this behavior permanent for subsequent documents.
I made two changes to Preview that open any PDF in Single Page mode, and tightly cropped to that page:
- Preview Preferences
PDF: Define 100% scale as: Size on screen equals size on printout
- Defaults write
- Change to ~/Library/Containers/com.apple.Preview/Data/Library/Preferences
- defaults write com.apple.Preview kPVPDFDefaultPageViewModeOption 1
- Continuous view mode is (0) zero
- PDF documents will now default to Single Page mode