⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xpdf.dt

📁 source code: Covert TXT to PDF
💻 DT
字号:
# simple CDE action for xpdf# written by Roland.Mainz@informatik.med.uni-giessen.de## To use, copy this file into $HOME/.dt/types## NOTE: this overrides the actions AcroRead and AcroReadPrint # defined in /usr/dt/appconfig/types/C/solaris.dtACTION AcroRead{        TYPE            COMMAND        WINDOW_TYPE     NO_STDIO        EXEC_STRING     xpdf "%(File)Arg_1%"}# NOTE: Add a '-level1' switch to pdftops if your printer does not#       support Level 2 Postscript.ACTION AcroReadPrint{        TYPE            COMMAND        WINDOW_TYPE     NO_STDIO        EXEC_STRING     ksh -c ' \                MYFILE="%(File)Arg_1%" ; \                pdftops "${MYFILE}" /dev/stdout | \                dtlp -w -b "${MYFILE}"'}# EOF.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -