When generating PDF from Plomino forms, it can be a pain to get links to stylesheets to work.
E.g. during generation wkhtmltopdf would make anonymous requests for linked resources.
Proposal: for CSS resource lines that start with inline: the referenced resource is rendered as a STYLE tag.
When generating PDF from Plomino forms, it can be a pain to get links to stylesheets to work. E.g. during generation
wkhtmltopdf
would make anonymous requests for linked resources.Proposal: for CSS resource lines that start with
inline:
the referenced resource is rendered as aSTYLE
tag.So for a specification such as:
we would get:
Does this sound good?