Linux平台阅读PDG格式的文档

搜索: LogPixels
找到的行应该是:[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts]

将其中的:
“LogPixels”=dword:00000060

改为:
“LogPixels”=dword:00000070

搜索: FontSubstitutes
找到的行应该是:[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes]

将其中的:
“MS Shell Dlg”=”Tahoma”
“MS Shell Dlg 2″=”Tahoma”

改为:
“MS Shell Dlg”=”SimSun”
“MS Shell Dlg 2″=”SimSun”

2、解压pdgreader pro

gunzip -d pdg_pro.zip

3、运行pdgreader pro

$cd pdg_pro
$./linux.sh
$wine pdg_pro/pdgreader_pro.exe

使用pdgreader pro打开pdg文档,可正常阅读。

linux.sh内容如下:

#!/bin/sh
echo "coping pdg2.dll to wine's system32 directory!!"
cp pdg2.dll ~/.wine/drive_c/windows/system32/pdg2.dll
echo "Now,completed!! Good luck!"

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/11dcab14ffffedf2824ef40c6b8abcdc.html