dkd/plantuml

Export to PDF

mom1 opened this issue · 4 comments

mom1 commented

Export to PDF, does not display a picture
It looks like "plantuml_2a6947f ... 03609eaf.svg"

Hi, this is a known Redmine core problem. PDF rendering of images will only work with attachments. The PlantUML images are rendered inline.
As an example: using the Textile syntax for inline images from an external source

!https://octodex.github.com/images/yaktocat.png!

will render the image inside the HTML page but not in the PDF.

Why is this #1 and similar #4 closed?

Is it solved?

Can this help:

quote from https://github.com/peclik/clipboard_image_paste

it’s recommended to install RMagick gem, otherwise attached images will not show in exported PDF files

So generated image should be an attach, than RMagick should enable to add it to PDF