I want to create 2 types of PDF:
- one for print (with chapters on left pages and thus empty pages)
- one for screen
and also I want to show the HTML in a browser. So I need media queries on screen/print and thus cant just simply put the different page rules in media queries and call prince like
prince --media=screen
any idea how I can do this (without having two different CSS)
- one for print (with chapters on left pages and thus empty pages)
- one for screen
and also I want to show the HTML in a browser. So I need media queries on screen/print and thus cant just simply put the different page rules in media queries and call prince like
prince --media=screen
any idea how I can do this (without having two different CSS)