I know elements can be easily hidden in print mode like this:
But many of our users want to use media screen queries, as that exactly matches the styling displayed in the browser. Is there any way to have CSS run only inside Prince, and be ignored by the browsers. Something like:
Thanks!
@media print {
#print-button { display: none; }
}
But many of our users want to use media screen queries, as that exactly matches the styling displayed in the browser. Is there any way to have CSS run only inside Prince, and be ignored by the browsers. Something like:
@prince {
#print-button {display: none; }
}
Thanks!
Try DocRaptor - PrinceXML web service and official PrinceXML partner