Topic on Extension talk:Pdf Export

Blank page when exporting

4
192.196.142.91 (talkcontribs)

I installed PdfExport and htmldoc. I can see the link on the panel menu to export a page, but I have a blank page as a result.

When I use the Pdf Export special page and try to export after selecting the pages I want, I have a blank page too.

Does someone have any idea please ?

Nischayn22 (talkcontribs)

The following worked for me. I commenting out the following line:

$bhtml = preg_replace('/width="(\d+)"/e', '"width=\"".($1> $wgPdfExportMaxImageWidth ? $wgPdfExportMaxImageWidth : $1)."\""', $bhtml);

In the file \wiki\extensions\PdfExport\converters\MPdfConverter.php

This post was hidden by Nischayn22 (history)
This post was hidden by Nischayn22 (history)
Reply to "Blank page when exporting"