免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3248 | 回复: 5
打印 上一主题 下一主题

[桌面系统] xpdf 怎么设置默认浏览为 fit width 和continue view? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-15 09:02 |只看该作者 |倒序浏览
xpdf 怎么设置默认浏览方式为 fit width和continue view ?

论坛徽章:
0
2 [报告]
发表于 2008-12-15 09:40 |只看该作者
在~/.xpdfrc中加入以下语句

  1. initialZoom width
  2. continuousView yes
复制代码

如果没有这个文件,从/etc中cp过来

论坛徽章:
0
3 [报告]
发表于 2008-12-15 12:43 |只看该作者

回复 #1 gkwin 的帖子

xpdfrc文件的一个示例
#========================================================================
#
# Sample xpdfrc file
#
# The Xpdf tools look for a config file in two places:
# 1. ~/.xpdfrc
# 2. in a system-wide directory, typically /etc/xpdfrc
#
# This sample config file demonstrates some of the more common
# configuration options.  Everything here is commented out.  You
# should edit things (especially the file/directory paths, since
# they'll likely be different on your system), and uncomment whichever
# options you want to use.  For complete details on config file syntax
# and available options, please see the xpdfrc(5) man page.
#
# Also, the Xpdf language support packages each include a set of
# options to be added to the xpdfrc file.
#
# http://www.foolabs.com/xpdf/
#
#========================================================================

#----- display fonts

# These map the Base-14 fonts to standard X server fonts.
# These are default mappings, built into xpdf - they're shown here
# purely as examples.

#displayFontX        Courier                        "-*-courier-medium-r-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Courier-Bold                "-*-courier-bold-r-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Courier-BoldOblique        "-*-courier-bold-o-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Courier-Oblique                "-*-courier-medium-o-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Helvetica                "-*-helvetica-medium-r-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Helvetica-Bold                "-*-helvetica-bold-r-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Helvetica-BoldOblique        "-*-helvetica-bold-o-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Helvetica-Oblique        "-*-helvetica-medium-o-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Symbol                        "-*-symbol-medium-r-normal-*-%s-*-*-*-*-*-adobe-fontspecific"        Symbol
#displayFontX        Times-Bold                "-*-times-bold-r-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Times-BoldItalic        "-*-times-bold-i-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Times-Italic                "-*-times-medium-i-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        Times-Roman                "-*-times-medium-r-normal-*-%s-*-*-*-*-*-iso8859-1"                Latin1
#displayFontX        ZapfDingbats                "-*-zapfdingbats-medium-r-normal-*-%s-*-*-*-*-*-*-*"                ZapfDingbats

# These map the Base-14 fonts to the Type 1 fonts that ship with
# ghostscript.  You'll almost certainly want to use something like
# this, but you'll need to adjust this to point to wherever
# ghostscript is installed on your system.

displayFontT1 Times-Roman        /usr/share/fonts/default/Type1/n021003l.pfb
displayFontT1 Times-Italic        /usr/share/fonts/default/Type1/n021023l.pfb
displayFontT1 Times-Bold        /usr/share/fonts/default/Type1/n021004l.pfb
displayFontT1 Times-BoldItalic        /usr/share/fonts/default/Type1/n021024l.pfb
displayFontT1 Helvetica        /usr/share/fonts/default/Type1/n019003l.pfb
displayFontT1 Helvetica-Oblique        /usr/share/fonts/default/Type1/n019023l.pfb
displayFontT1 Helvetica-Bold        /usr/share/fonts/default/Type1/n019004l.pfb
displayFontT1 Helvetica-BoldOblique        /usr/share/fonts/default/Type1/n019024l.pfb
displayFontT1 Courier        /usr/share/fonts/default/Type1/n022003l.pfb
displayFontT1 Courier-Oblique        /usr/share/fonts/default/Type1/n022023l.pfb
displayFontT1 Courier-Bold        /usr/share/fonts/default/Type1/n022004l.pfb
displayFontT1 Courier-BoldOblique        /usr/share/fonts/default/Type1/n022024l.pfb
displayFontT1 Symbol        /usr/share/fonts/default/Type1/s050000l.pfb
displayFontT1 ZapfDingbats        /usr/share/fonts/default/Type1/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
# directories containing the font files.  Xpdf will only look at .pfa,
# .pfb, and .ttf files in those directories (other files will simply
# be ignored).

fontDir                /usr/local/fonts/bakoma
fontDir                /usr/share/fonts/zh_CN/TrueType/simsuntahoma
#----- PostScript output control

# Set the default PostScript file or command.

#psFile                        "|lpr -Pmyprinter"

# 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

#----- text output control

# Choose a text encoding for copy-and-paste and for pdftotext output.
# The Latin1, ASCII7, and UTF-8 encodings are built into Xpdf.  Other
# encodings are available in the language support packages.

#textEncoding                UTF-8

# 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

#----- misc settings

# Set the anti-aliasing mode for t1lib and FreeType.  These can be low
# or high (anti-aliasing), plain (no anti-aliasing), or none (disable
# the rasterizer entirely).

#t1libControl                low
#freetypeControl        low

# Set the command used to run a web browser when a URL hyperlink is
# clicked.

urlCommand        "/usr/bin/xpdf-handle-url %s"
#urlCommand        "netscape -remote 'openURL(%s)'"
cidToUnicode        Adobe-CNS1        /usr/share/xpdf/chinese-traditional/Adobe-CNS1.cidToUnicode
unicodeMap        Big5                /usr/share/xpdf/chinese-traditional/Big5.unicodeMap
cMapDir                Adobe-CNS1        /usr/share/xpdf/chinese-traditional/CMap
toUnicodeDir                        /usr/share/xpdf/chinese-traditional/CMap
displayCIDFontX        Adobe-CNS1        "-*-simsuntahoma-medium-r-normal-*-%s-*-*-*-*-*-big5-0" Big5
cidToUnicode        Adobe-GB1        /usr/share/xpdf/chinese-simplified/Adobe-GB1.cidToUnicode
unicodeMap        ISO-2022-CN        /usr/share/xpdf/chinese-simplified/ISO-2022-CN.unicodeMap
unicodeMap        EUC-CN                /usr/share/xpdf/chinese-simplified/EUC-CN.unicodeMap
cMapDir                Adobe-GB1        /usr/share/xpdf/chinese-simplified/CMap
toUnicodeDir                        /usr/share/xpdf/chinese-simplified/CMap
displayCIDFontX        Adobe-GB1        "-*-simsuntahoma-medium-r-normal-*-%s-*-*-*-*-*-gb2312.1980-0" ISO-2022-CN  

论坛徽章:
0
4 [报告]
发表于 2008-12-19 20:32 |只看该作者
按楼上两位的设置了一下,但是还是不行

论坛徽章:
0
5 [报告]
发表于 2008-12-19 21:03 |只看该作者
怎么设置的?
是从/etc中cp过来到你的/home/yourname目录里,名称为.xpdfrc吗?先找找有没这两关键词
initialZoom
continuousView
若有,分别在后面加上width和yes,若没有,加上。
我在这里试过是行的。

论坛徽章:
0
6 [报告]
发表于 2008-12-20 09:08 |只看该作者
原帖由 haimming 于 2008-12-19 21:03 发表
怎么设置的?
是从/etc中cp过来到你的/home/yourname目录里,名称为.xpdfrc吗?先找找有没这两关键词
initialZoom
continuousView
若有,分别在后面加上width和yes,若没有,加上。
我在这里试过是行的。

OK了,谢谢
是我出了个小错。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP