1 #========================================================================
5 # The Xpdf tools look for a config file in two places:
7 # 2. in a system-wide directory, typically /usr/local/etc/xpdfrc
9 # This sample config file demonstrates some of the more common
10 # configuration options. Everything here is commented out. You
11 # should edit things (especially the file/directory paths, since
12 # they'll likely be different on your system), and uncomment whichever
13 # options you want to use. For complete details on config file syntax
14 # and available options, please see the xpdfrc(5) man page.
16 # Also, the Xpdf language support packages each include a set of
17 # options to be added to the xpdfrc file.
19 # http://www.foolabs.com/xpdf/
21 #========================================================================
25 # These map the Base-14 fonts to the Type 1 fonts that ship with
26 # ghostscript. You'll almost certainly want to use something like
27 # this, but you'll need to adjust this to point to wherever
28 # ghostscript is installed on your system. (But if the fonts are
29 # installed in a "standard" location, xpdf will find them
32 #displayFontT1 Times-Roman /usr/local/share/ghostscript/fonts/n021003l.pfb
33 #displayFontT1 Times-Italic /usr/local/share/ghostscript/fonts/n021023l.pfb
34 #displayFontT1 Times-Bold /usr/local/share/ghostscript/fonts/n021004l.pfb
35 #displayFontT1 Times-BoldItalic /usr/local/share/ghostscript/fonts/n021024l.pfb
36 #displayFontT1 Helvetica /usr/local/share/ghostscript/fonts/n019003l.pfb
37 #displayFontT1 Helvetica-Oblique /usr/local/share/ghostscript/fonts/n019023l.pfb
38 #displayFontT1 Helvetica-Bold /usr/local/share/ghostscript/fonts/n019004l.pfb
39 #displayFontT1 Helvetica-BoldOblique /usr/local/share/ghostscript/fonts/n019024l.pfb
40 #displayFontT1 Courier /usr/local/share/ghostscript/fonts/n022003l.pfb
41 #displayFontT1 Courier-Oblique /usr/local/share/ghostscript/fonts/n022023l.pfb
42 #displayFontT1 Courier-Bold /usr/local/share/ghostscript/fonts/n022004l.pfb
43 #displayFontT1 Courier-BoldOblique /usr/local/share/ghostscript/fonts/n022024l.pfb
44 #displayFontT1 Symbol /usr/local/share/ghostscript/fonts/s050000l.pfb
45 #displayFontT1 ZapfDingbats /usr/local/share/ghostscript/fonts/d050000l.pfb
47 # If you need to display PDF files that refer to non-embedded fonts,
48 # you should add one or more fontDir options to point to the
49 # directories containing the font files. Xpdf will only look at .pfa,
50 # .pfb, and .ttf files in those directories (other files will simply
53 #fontDir /usr/local/fonts/bakoma
55 #----- PostScript output control
57 # Set the default PostScript file or command.
59 #psFile "|lpr -Pmyprinter"
61 # Set the default PostScript paper size -- this can be letter, legal,
62 # A4, or A3. You can also specify a paper size as width and height
67 #----- text output control
69 # Choose a text encoding for copy-and-paste and for pdftotext output.
70 # The Latin1, ASCII7, and UTF-8 encodings are built into Xpdf. Other
71 # encodings are available in the language support packages.
75 # Choose the end-of-line convention for multi-line copy-and-past and
76 # for pdftotext output. The available options are unix, mac, and dos.
82 # Enable t1lib, FreeType, and anti-aliased text.
88 # Set the command used to run a web browser when a URL hyperlink is
91 #urlCommand "netscape -remote 'openURL(%s)'"