orbeon - Can I add custom CSS that will not affect the style of generated PDFs? -
the orbeon doc here shows how add custom css so:
<property as="xs:string" name="oxf.fr.css.custom.uri.*.*" value="/config/acme.css"/> this css affects display in form runner generated pdf versions of forms. there way add custom css not affect pdf?
i ask because using custom css hides sections default , custom javascript simulate navigation between sections via show/hide. since sections hidden default, end pdf empty except title.
if there no easy way this, can work around it. running form runner within proxy portlet in liferay can add custom css liferay theme. if there way orbeon nice.
per suggestion @avernet able resolve issue enclosing custom css in @media screen { ... }.
Comments
Post a Comment