This question about Using an extension: Answered
Images are not included in published PDF
I published my Foswiki web, by means of following command:
sudo perl -T rest /PublishPlugin/publish web='myWeb' exclusions='Web*' copyexternal='True' format=pdf
Unfortunately, no images are included in produced PDF. I see empty... placeholders (?) for images, but without images. For some of the images, those placeholder are links to appropriate image (I guess those included in topic by means of
ImagePlugin).
This issue exist regardless of providing copyexternal parameter. Moreover, all of the images are inclued within my wiki page.
Example of my image included in topic:
| Option one | Option two |
| <img alt="Option_one.png" height="429" src="%ATTACHURL%/one.png" title="Option_one.png" width="476" /> | <img alt="Option_two.png" height="424" src="%ATTACHURL%/two.png" title="Option_two.png" width="476" /> |
--
MateuszKDzior - 09 Jun 2015
It may have been that the value "True" wasn't being recognised = you should use
copyexternal=1
Or you can upgrade to the latest version.
--
Main.CrawfordCurrie - 07 May 2017 - 08:52