Changes

Jump to: navigation, search

PDFCreator

100 bytes removed, 11:24, 5 February 2009
Update to version 0.9.7 (Windows 7 beta support, smaller PDF/A files, bug fixes, etc.)
== PDFCreator 0.9.6 7 ==
[http://sourceforge.net/projects/pdfcreator/ PDFCreator] 0.9.6 7 is not available as an MSI package.
Customization has to be prepared via a .inf file produced by the installation package with the /SAVEINF="filename.inf" option; this allows for example the installation without toolbar.
Version 0.9.6 7 does not upgrade from 0.9.5 6 (it complains about the package being already installed) so I use a different package id ("pdfcreator-095096" for the old version, "pdfcreator-096097" for the new), so that the old version is removed before the new is installed.
Note that the uninstall string is "PDFCreator" for both versions, so I added a check on the executable version number just to make sure.
<source lang="xml">
<package
id="pdfcreator-096097" name="PDFCreator 0.9.67"
revision="1"
reboot="false"
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="PDFCreator" />
<check type="file" condition="versionequalto" path="%PROGRAMFILES%\PDFCreator\PDFCreator.exe" value="0.9.0.67"/>
</check>
<install cmd='%PROGRAMFILES%\PDFCreator\unins000.exe /VERYSILENT' />
<install cmd='%SOFTWARE%\PDFCreator\PDFCreator-0_9_6_setup0_9_7_setup.exe /LOADINF="%SOFTWARE%\PDFCreator\PDFCreator-0_9_6_setup0_9_7_setup.inf" /VERYSILENT /NORESTART /SP-' /> <upgrade cmd='%SOFTWARE%\PDFCreator\PDFCreator-0_9_6_setup0_9_7_setup.exe /LOADINF="%SOFTWARE%\PDFCreator\PDFCreator-0_9_6_setup0_9_7_setup.inf" /VERYSILENT /NORESTART /SP-' />
<remove cmd='%PROGRAMFILES%\PDFCreator\unins000.exe /VERYSILENT' />
</package>
</source>
Below you find an excerpt from 0.9.6 7 history.txt, which states Windows 7 Beta support (Vista support since version 0.9.6) and more.
  Version 0.9.6 7 (September 19February 3, 20082009)
-------------------------------------------------------------------------------
Improvements:
- Using GPL-Ghostscript 8.63 nowCreate very small PDF/A files. - Full vista support - Following file formats are supported : PDF (including PDF/A (1b) new version of the pdfforge.dll supports direct creation of PDFs from images and PDF/X (X-3:2002, X-3:2003 and X-4), PNG, JPEG,BMP, PCX, TIFF, PS, EPS, TXT, PSD, PCL, RAWcan create booklets. - Support for signed PDFsSupports Windows 7 Beta. - Added some new com-samplesNew Browser Add On. - Direct conversion for faster processing of JPEG and BMP images without printing addedMany minor improvements.
Bug Fixes:
Known issues:
- No hyperlinks possible (Hyperlinks for MS Word are possible with the combination of PDF-T-Maker and PDFCreator.)
 
=== Removing the toolbar ===
152
edits

Navigation menu