Solving some problems with acroread


Adobe acroread's license screen is too big for my notebook

When you run acroread for the first time, it has an irritating habit of showing a license screen. On 800x600 (or smaller) screens, you can't reach down to the "I Accept" button. In this situation, here's what works:

  1. Kill the licensing window (using the mouse).
  2. Exit from acroread.
  3. Now you will have a .acrorc file. In that, make sure you have this line: *ShowUnixEula: false. By default, it is true until you say "I accept". By setting it to false, you solve the problem.

Don't know how to make acroread go fullscreen

Ctrl-L makes it go fullscreen. This is essential for playing .pdf files which are slideshows.

Adobe is evil - how do I make slideshows using pdfscreen but avoid using Adobe acroread

Install xpdf, and say xpdf -fullscreen file.pdf -- this should work for most slideshows. My suggestion is that you should normally use xpdf in this fashion, and drop back into using acroread in situations where xpdf breaks.

Derek B. Noonburg, the author of xpdf, suggested to me that while xpdf wasn't really well designed for fullscreen use, the flags "-bg black -papercolor black" help in making the show look better.

Why do I say Adobe is evil?

Look at these links --

  1. http://www.eff.org/IP/DMCA/US_v_Sklyarov/us_v_sklyarov_faq.html
  2. http://anti-dcma.org/
  3. http://www.freesklyarov.org/
  4. http://www.boycottadobe.org/
  5. From dmoz

Acroread is stupid - it ignores changes to the .pdf file

Anyone who has used xdvi is used to the way in which it notices when a .dvi file has been modified on the disk. It reloads the .dvi file every time it has been modified. Acroread does not do this by default.

The shortest way I know of is to say Ctrl-W (close file) and then Ctrl-leftarrow to restart where you left off.

A good way out is to use xpdf. Unlike xdvi, it does not reload file upon window open/close operations, but when you say 'r' or page up or page down, it notices the file has changed and reloads it.

I need to print out a slideshow produced using pdfscreen

Have yet to get perfect instructions. Ctrl-Shift-P with acroread gives you a print menu. How would one do two, four or six slides per page?

Need to extract text out of the pdf file

Acroread is quite inconvenient when it comes to picking up text from a PDF file. xpdf is much better.

Credits

I got help from Mohit Agarwal (mohit at foc.demonhosting.co.uk).


Ajay Shah, 2003