Changes

FreePDF

590 bytes added, 22:38, 31 May 2009
no edit summary
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.).
 
==Installation directly from downloaded archive==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="FreePDF" name="FreePDF" revision="1" reboot="false" priority="50">
<check type="file" condition="versionequalto" path="%PROGRAMFILES(X86)%\FreePDF_XP\freepdf.exe" value="3.20.0.12" />
<depends package-id='GhostScript'/>
<install cmd='cmd /C""%SOFTWARE%\Packages\FreePDF\FreePDFXP3.26.EXE" /q /c:"fpsetup.exe /q""'/>
<remove cmd='"%PROGRAMFILES(X86)%\FreePDF_XP\uninst.exe" /Q /R'/>
</package>
</packages>
</source>
==Installation by batch-file==
<source lang="xml">