Orbeon Forms community mailing list
Search
everywhere
only in this topic
Advanced Search
Removing the header section the pdf
Classic
List
Threaded
♦
♦
Locked
2 messages
javaudvikling
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Removing the header section the pdf
Hi Orbeon,
Is there some config parameter to remove the header section in the pdf document without using a pdf template definition. if not, what is the easiest way to do this in orbeon..?
regards
Balathaan
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Removing the header section the pdf
Administrator
There is no parameter specifically for the PDF mode.
You can hide it using custom CSS which applies only to `@media print`. Something like:
@media print {
.orbeon .navbar { display: none }
}
-Erik
Free forum by Nabble
Edit this page