Penguin
Blame: AcrobatReaderNotes
EditPageHistoryDiffInfoLikePages
Annotated edit history of AcrobatReaderNotes version 8, including all changes. View license author blame.
Rev Author # Line
1 AristotlePagaltzis 1 !!! Locale issues
2
3 If you are using RedHat 9 or [Fedora], AcrobatReader will probably crash at launch due to a problem with character sets:
4
5 <verbatim>
6 Warning: charset "UTF-8" not supported, using "ISO8859-1".
7 aborting
8 </verbatim>
9
10 This problem occurs if your locale is set to one that uses UTF-8, which many distributions are now defaulting to. On other distributions (such as [Debian] and [Slackware]), AcrobatReader prints out the warning but doesn't abort. The locale(1) command will tell you what your locate is set to.
11
12 The workaround is to edit <tt>''$PREFIX''/Acrobat5/bin/acroread</tt> and add the following lines near the top
13
14 <verbatim>
15 LANG=C
16 export LANG
17 </verbatim>
18
8 AristotlePagaltzis 19 See the UnicodeNotes page if you have no idea what "UTF-8" or "ISO-8859-1" means. <tt>:-)</tt>
1 AristotlePagaltzis 20
21 !!! Speeding up load times
22
3 AristotlePagaltzis 23 [Adobe] Reader 6.0 (only available on MicrosoftWindows) launches slowly because it loads a lot of usually superfluous plugins. Remove all files except for <tt>EWH32.api</tt>, <tt>printme.api</tt>, and <tt>search.api</tt> from the <tt>C:\Program Files\Adobe\Acrobat 6.0\Reader\plug_ins</tt> directory (change this depending on where Reader is installed) and it will launch much faster.
1 AristotlePagaltzis 24
3 AristotlePagaltzis 25 Similar speedups can be achieved with other versions, including the older ones for [Linux], where the directory is <tt>''$PREFIX''/Acrobat5/Reader/intellinux/plug_ins/</tt>.
4 BenStaz 26
5 AristotlePagaltzis 27 !!! Printing multiple pages onto just one sheet of paper
4 BenStaz 28
5 AristotlePagaltzis 29 Go to <i>File → Print</i> as usual. In the <i>Page Scaling</i> dropdown in the <i>Page Handling</i> section, pick <i>Multiple Pages Per Sheet</i>. This will reveal other options to adjust how many pages will be printed on a single sheet. Very handy for bulk print jobs.
6 BenStaz 30
8 AristotlePagaltzis 31 !!! Fixing the <tt>expr: syntax error</tt> problem
6 BenStaz 32
8 AristotlePagaltzis 33 [See Javier Arturo Rodríguez | http://javier.rodriguez.org.mx/index.php/2007/06/01/fix-adobe-acrobat-readers-expr-syntax-error-message/].