--- xpdf-3.01/doc/sample-xpdfrc.orig 2005-08-17 08:34:30 +0300 +++ xpdf-3.01/doc/sample-xpdfrc 2005-08-19 15:18:52 +0300 @@ -29,20 +29,20 @@ # installed in a "standard" location, xpdf will find them # automatically.) -#displayFontT1 Times-Roman /usr/local/share/ghostscript/fonts/n021003l.pfb -#displayFontT1 Times-Italic /usr/local/share/ghostscript/fonts/n021023l.pfb -#displayFontT1 Times-Bold /usr/local/share/ghostscript/fonts/n021004l.pfb -#displayFontT1 Times-BoldItalic /usr/local/share/ghostscript/fonts/n021024l.pfb -#displayFontT1 Helvetica /usr/local/share/ghostscript/fonts/n019003l.pfb -#displayFontT1 Helvetica-Oblique /usr/local/share/ghostscript/fonts/n019023l.pfb -#displayFontT1 Helvetica-Bold /usr/local/share/ghostscript/fonts/n019004l.pfb -#displayFontT1 Helvetica-BoldOblique /usr/local/share/ghostscript/fonts/n019024l.pfb -#displayFontT1 Courier /usr/local/share/ghostscript/fonts/n022003l.pfb -#displayFontT1 Courier-Oblique /usr/local/share/ghostscript/fonts/n022023l.pfb -#displayFontT1 Courier-Bold /usr/local/share/ghostscript/fonts/n022004l.pfb -#displayFontT1 Courier-BoldOblique /usr/local/share/ghostscript/fonts/n022024l.pfb -#displayFontT1 Symbol /usr/local/share/ghostscript/fonts/s050000l.pfb -#displayFontT1 ZapfDingbats /usr/local/share/ghostscript/fonts/d050000l.pfb +displayFontT1 Times-Roman /usr/share/fonts/type1/urw/n021003l.pfb +displayFontT1 Times-Italic /usr/share/fonts/type1/urw/n021023l.pfb +displayFontT1 Times-Bold /usr/share/fonts/type1/urw/n021004l.pfb +displayFontT1 Times-BoldItalic /usr/share/fonts/type1/urw/n021024l.pfb +displayFontT1 Helvetica /usr/share/fonts/type1/urw/n019003l.pfb +displayFontT1 Helvetica-Oblique /usr/share/fonts/type1/urw/n019023l.pfb +displayFontT1 Helvetica-Bold /usr/share/fonts/type1/urw/n019004l.pfb +displayFontT1 Helvetica-BoldOblique /usr/share/fonts/type1/urw/n019024l.pfb +displayFontT1 Courier /usr/share/fonts/type1/urw/n022003l.pfb +displayFontT1 Courier-Oblique /usr/share/fonts/type1/urw/n022023l.pfb +displayFontT1 Courier-Bold /usr/share/fonts/type1/urw/n022004l.pfb +displayFontT1 Courier-BoldOblique /usr/share/fonts/type1/urw/n022024l.pfb +displayFontT1 Symbol /usr/share/fonts/type1/urw/s050000l.pfb +displayFontT1 ZapfDingbats /usr/share/fonts/type1/urw/d050000l.pfb # If you need to display PDF files that refer to non-embedded fonts, # you should add one or more fontDir options to point to the @@ -56,13 +56,13 @@ # Set the default PostScript file or command. -#psFile "|lpr -Pmyprinter" +psFile "|lpr" # Set the default PostScript paper size -- this can be letter, legal, # A4, or A3. You can also specify a paper size as width and height # (in points). -#psPaperSize letter +psPaperSize match #----- text output control @@ -75,17 +75,17 @@ # Choose the end-of-line convention for multi-line copy-and-past and # for pdftotext output. The available options are unix, mac, and dos. -#textEOL unix +textEOL unix #----- misc settings # Enable t1lib, FreeType, and anti-aliased text. -#enableT1lib yes -#enableFreeType yes -#antialias yes +enableT1lib yes +enableFreeType yes +antialias yes # Set the command used to run a web browser when a URL hyperlink is # clicked. -#urlCommand "netscape -remote 'openURL(%s)'" +urlCommand "/usr/bin/url_handler.sh %s"