Skip to content

Use with to-pdf plugin #42

@mapgccv

Description

@mapgccv

Not really an issue, more an information/feature request.
I have just began exploring the usage of mkdocs for a big documentation project, and one of the requirements is to be able to also generate a printable version of the docs.

I have used the plugin mkdocs-to-pdf to generate a PDF and i was now trying to use mkdocs-drawio for diagrams embedding.

It works as expected (and really, kudos!) on webpages, but the diagram do not get exported to the resulting PDF; I am not sure if it is supposed to work at all, or if I am doing any newbie mistake, so I thought I'd ask here.

FYI, my mkdocs.yml relevant section is:

plugins:
  - search
  - drawio
  - to-pdf:
     enabled_if_env: PDF
     render_js: true
     headless_chrome_path: google-chrome

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions