Hallo zusammen,
ich habe ein Problem mit der Extension WebKitPDF.
Eine PDF-Datei wird in irgendeiner Art und Weise erzeugt, sie ist aber sonderlich klein, nur 1KB und sie lässt sich im Acrobat Reader nicht öffnen.
Hatte irgendjemand auch schon das Problem gehabt oder weiß Rat?
Hier noch mein Typoscript, das ich mir zusammengebaut habe:
PDF = PAGE PDF.typeNum = 250 PDF.config { disableAllHeaderCode = 1 disableCharsetHeader = 1 disablePrefixComment = 1 } PDF.10 { disableCache = 1 customTempOutputPath = typo3temp/tx_webkitpdf/ #customScriptPath = /usr/bin/ customScriptPath = /home/www/1234568/html/typo3/typo3conf/ext/webkitpdf/res/ urls { } } lib.pdflink { typolink { no_cache = 1 additionalParams = &type=250 ATagParams = class="pdflink" } typolink { additionalParams=&type=250 } }