[Bug 72044] Linker::makeImageLink: File: .... .pdf does not allow inline display
| Newsgroups | gmane.org.wikimedia.mediawiki.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugzilla.wikimedia.org/show_bug.cgi?id=72044 --- Comment #20 from Rob Kam <[email protected]> --- LocalSettings.php: require_once "$IP/extensions/PdfHandler/PdfHandler.php"; $wgPdfPostProcessor = $wgImageMagickConvertCommand; // defined via ImageMagick $wgPdfHandlerDpi = '150'; PdfHandler.image.php:65: global $wgPdfHandlerDpi; PdfHandler.image.php:86: $width = intval( trim( $size[0] ) / 72 * $wgPdfHandlerDpi ); PdfHandler.image.php:88: $height = intval( trim( $height[0] ) / 72 * $wgPdfHandlerDpi ); PdfHandler.php:47: $wgPdfHandlerDpi = 150; PdfHandler_body.php:136: global $wgPdfProcessor, $wgPdfPostProcessor, $wgPdfHandlerDpi; PdfHandler_body.php:193: "-r{$wgPdfHandlerDpi}", Nothing in php.ini -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l