Difference between revisions of "FreePDF"
From WPKG | Open Source Software Deployment and Distribution
m (FeePDF_XP printer emulation creating PDF files) |
m (FreePDF_XP rpinter emulation ceating PDF-files) |
||
Line 1: | Line 1: | ||
− | FeePDF_XP is a printer device emulation and creates PDF-files (single or so called multi-doc files) from any application, that can print. The software is available [http://www.shbox.de here]. On this site you will also find discussions on FreePDF_XP (troubleshooting etc.). | + | FeePDF_XP is a printer device emulation and creates PDF-files (single or so called multi-doc files) from any application, that can print. It depends on ghostscript (Aladdin or GNU, latest releases). The software is available [http://www.shbox.de here]. On this site you will also find discussions on FreePDF_XP (troubleshooting etc.). |
<source lang="xml"> | <source lang="xml"> |
Revision as of 16:58, 20 August 2008
FeePDF_XP is a printer device emulation and creates PDF-files (single or so called multi-doc files) from any application, that can print. It depends on ghostscript (Aladdin or GNU, latest releases). The software is available here. On this site you will also find discussions on FreePDF_XP (troubleshooting etc.).
<packages>
<package id="freepdfxp" name="FreePDF XP 3.26" revision="326" reboot="false" priority="1" >
<depends package-id="gplghostscript" />
<check type="file" condition="sizeequals" path="%PROGRAMFILES%\FreePDF_XP\FreePDF.exe" value="761344" />
<install cmd='cmd /C "%SOFTWARE%\wpkg\packages\fpsetup.bat"' />
<upgrade cmd='"%SOFTWARE%\wpkg\packages\fpsetup.bat"' />
<remove cmd='"%PROGRAMFILES%\FreePDF_XP\fpsetup.exe" /q /r' />
<!-- after uninstall file and directory remain -->
<remove cmd='cmd /C del /y "%PROGRAMFILES%\FreePDF_XP\fpsetup.exe"' />
<remove cmd='cmd /C rd /y "%PROGRAMFILES%\FreePDF_XP"' />
</package>
The file fpsetup.bat consists of only two lines:
set fpsetup=1 %SOFTWARE%\pdf\FreePDFXP3.26.exe