Ann: pdfview lister plugin released!
Moderators: Hacker, petermad, Stefan2, white
Ann: pdfview lister plugin released!
I've just released pdfview.wlx - a basic lister plugin to display pdf- and ps-files.
You can download it from
http://www.mp3tag.de/download/tc/wlx_pdfview_090.zip
Please read the readme.txt for details.
With best regards,
~ Florian
You can download it from
http://www.mp3tag.de/download/tc/wlx_pdfview_090.zip
Please read the readme.txt for details.
With best regards,
~ Florian
It does not work with my setup.
I have gs7.04 (GNU version).
How do you search for gs ?
I have a path entry for:
And the reg entries (sorry for the cryptic syntax):
Error is:
Could not load the GhostScript environment!
Please make sure, that you have the latest Ghostscript version installed.
I have gs7.04 (GNU version).
How do you search for gs ?
I have a path entry for:
Code: Select all
c:\Program Files\util\gs\gs7.04\lib;C:\Program Files\util\gs\gs7.04\bin;
Code: Select all
HKLM->"SOFTWARE\AFPL Ghostscript\7.04"; ValueType: string; ValueName: "GS_DLL"; ValueData: "c:\Program Files\util\gs\gs7.04\bin\gsdll32.dll"
Root: HKLM->"SOFTWARE\AFPL Ghostscript\7.04"; ValueType: string; ValueName: "GS_DLL"; ValueData: "c:\Program Files\util\gs\gs7.04\lib;c:\Program Files\util\gs\fonts"
Could not load the GhostScript environment!
Please make sure, that you have the latest Ghostscript version installed.
FYI:
Since you, the reader, have probably already installed ghostscript why not take advantage of it.
Ghostscript can be used to create PDF files files from anything that prints.
Install a printer that uses postscript (I use "Apple Color LW 12/660 PS") and redirect the output to a file (printer config -> ports -> FILE:).
With path to:
you can create pdf files with:
"inputfile" is the output when you have printed something (which is a postscript file).
Since you, the reader, have probably already installed ghostscript why not take advantage of it.
Ghostscript can be used to create PDF files files from anything that prints.
Install a printer that uses postscript (I use "Apple Color LW 12/660 PS") and redirect the output to a file (printer config -> ports -> FILE:).
With path to:
Code: Select all
c:\gs\gs8.00\bin;c:\gs\gs8.00\lib
Code: Select all
ps2pdf inputfile outputfile.pdf
- ghisler(Author)
- Site Admin
- Posts: 49100
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Thanks for writing the plugin!
Suggestion: When the user presses F3, the plugin should always show page one. Then when the user presses PageDown AND the scrollbar is already at the end of the page, the plugin should switch to page 2, then page 3 etc! This way you could get rid of the page selection dialog. What do you think?
Suggestion: When the user presses F3, the plugin should always show page one. Then when the user presses PageDown AND the scrollbar is already at the end of the page, the plugin should switch to page 2, then page 3 etc! This way you could get rid of the page selection dialog. What do you think?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- fabiochelly
- Power Member
- Posts: 603
- Joined: 2003-02-05, 12:03 UTC
- Location: Rambouillet, France
norfie
Thanks for the nice words!
I look for several gs-keys in the registry to get the location of the gsdll32.dll:
Where n.nn is the Ghostscript version.
Regards,
~ Florian
Thanks for the nice words!
I look for several gs-keys in the registry to get the location of the gsdll32.dll:
Code: Select all
1. HKLM\Software\AFPL Ghostscript\n.nn\GS_DLL
2. HKLM\Software\Aladdin Ghostscript\n.nn\GS_DLL
3. HKLM\Software\GNU Ghostscript\n.nn\GS_DLL
Regards,
~ Florian