This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Print & Screen CSS

wpcs_philip wrote on 2016-07-31:
Hello,

Is there anyway to have both a print and screen CSS with the generated PDF's? Client would like hyperlinks blue and underlined when viewed on a screen, but not when printed.

Thanks much!

Philip
support wrote on 2016-08-04:
Hello Philip,

The converter uses the screen CSS by default. You can change it to a print CSS with the usePrintMedia API method. A PHP example:
$client->usePrintMedia(True)