We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2010-07-05 04:13 PM - last edited on 2023-05-19 10:17 PM by Gordana Radonic
"I find Preview and Apple's plugin (in Leopard) so much faster and more convenient than Adobe's that I only use Adobe when something embedded (like some security tricks) in the PDF requires it. For example, Adobe Reader (and Adobe Acrobat Pro in CS4) does not recognize the embedded page size of the PDF."This is no longer true. Each time I open an A3-sized PDF with Preview, it defaults to A4 like Adobe Reader always did (which is why I ditched it in Leopard). So I change page size to A3.
2010-07-05 04:28 PM
Open Terminal in Applications > Utilities and copy and paste the following:I'm still wondering why Snow Leopard can't read embedded page sizes, while Leopard could - if somebody knows, please post!defaults write com.apple.Preview PVImagePrintingScaleMode 0After hitting enter this will set Scale to 100% as the default option within Preview. You'll still be able to select “Scale To Fit” should you want to. You can test the results by restarting Preview.
If you want to disable “Auto Rotate”, copy and paste the following into Terminal.defaults write com.apple.Preview PVImagePrintingAutoRotate 0Once again, restart Preview and the results should take effect.
If you want to reset this option simply copy and paste the following code into Terminal.defaults delete com.apple.Preview PVImagePrintingScaleMode; defaults delete com.apple.Preview PVImagePrintingAutoRotateThis will delete the preference files and return Preview to the original state.
A simple trick which I am sure some of you will find useful. This trick works in Snow Leopard, so your mileage may vary with older operating systems. If you want to learn more about Terminal either use the related links below this post. I also recommend Snow Leopard: The Missing Manual and Mac OS X for Unix Geeks, both are great books.