Hi,
I'm trying to use the PDF export extension found at http://meta.wikimedia.org/wiki/Pdf_Export and I'm having a few problems.
I installed HTMLdoc, SpecialPdf.php in my Extensions folder and it is invoked in LocalSettings.
I did modify the line $mytemp = "/tmp/f" .time(). "-" .rand() . ".html"; to $mytemp = "C:\tmp\f" .time(). "-" .rand() . ".html"; because it is running on Windows (I need to use \ instead of , right?).
When I open my Wiki, I see the Print as PDF link in the Toolbox but when I click on it, I get the following error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
I think I'm only missing a little detail but I can't find it.
Anybody got this running on Windows 2003/IIS?
Thanks! Simon