Driven by curiosity today I'm using a MS Virtual PC 2007 machine with kubuntu to check all these limitations. Build 58 is already running, after fixing some code that call a not yet handled by WineHQ, Windows api function.
What I have found until now (Kubuntu 7.10, WineHQ 0.9.58):
Acrobat Reader and Brava!Reader (after install trick) work as internal reader, but not flawlessly.
Internet Explorer must be installed to be able to use Foxit Reader, but I had no success with IE installation
. Any hints on this?
The DBSearch, indexed content option, don't work.
RichEdit2 must be installed (I used WineTricks) to correctly show the text only PDF view and the PDFE about box.
To use the images viewer/extractor the PDFE preferences option "smooth images" must be disabled or gdiplus.dll must be native, installed with WineTricks.
To index CHMs there is the need to install itss.dll
Get hhupd.exe from
http://go.microsoft.com/fwlink/?LinkId=14498At command line
cabextract -F itircl.dll hhupd.exe
cabextract -F itss.dll hhupd.exe
cp -a itircl.dll ~/.wine/drive_c/windows/system32/
cp -a itss.dll ~/.wine/drive_c/windows/system32/
wine regsvr32 /s 'C:\WINDOWS\SYSTEM32\itircl.dll'
wine regsvr32 /s 'C:\WINDOWS\SYSTEM32\itss.dll'
Only text view work for CHMs, the reader needs IE native.
For sure, many more functionalities are not working and will need other WineHQ cfg tweaks or improvements, but I'm a newby on this linux/WineHQ thing
Specific Wine configuration used for PDF Explorer
Some screenshots