Search in the Documentation:

Print friendly CSS

You may add a print friendly CSS by using the standard <link> tag and modifying the path to be dynamic

<link rel="stylesheet" type="text/css" href="<c:url value='${url.currentModule}/css/print.css'/>" media="print" />