Topic on Extension talk:PDFEmbed

M art in (talkcontribs)

In my case I compose the filename of the PDF within a template together Extension:Variables

The printout of {{#var:pdfpath}} looks ok - including: "File:..." but <pdf width="500" height="300">{{#var:pdfpath}}</pdf> fails? Any hints? Thanks for help

M art in (talkcontribs)

I added if (strstr($file, '{{') !== false) { $file = $parser->recursiveTagParse($file, $frame); }

in line 45 of file PDFEmbed.hhoks.php and it's working fine now!