Hi ,
I was trying to export space in PDF with Export PDF Options: Select what to export , but it's not getting export with customised PDF stylesheet. so kindly help me to fix the same
Space setting ---> export space -->export format(PDF)-->select what to export-->choose pages export
here is customised PDF stylesheet :
@page { size: 297mm 210mm; margin: 15mm; } .pagetitle { page-break-before: always; text-align: center; font-size: 20pt; } div.toc { display: none; } div.panelMacro { border-color: #CCCCCC; border-style: solid; border-width: 0 0 1px; } .panel { border-color: #6699CC; background: #F0F0F0 none repeat scroll 0 0; border-style: solid; border-width: 1px; color: black; margin: 10px 20px; overflow: hidden; padding: 0; page-break-inside: avoid; } .infoMacro { background-color: #D8E4F1; page-break-inside: avoid; } table { width: 100%; border-collapse: collapse; } table th, table td { border: 1px solid #DDDDDD; padding: 5px; vertical-align: top; text-align: center; } table th { background-color: #04AA6D; color: white; font-size: 20pt; } table thead tr td { font-weight: bold; background-color: #153270; color: #FFFFFF; font-size: 20pt; } table tbody tr td { font-size: 20pt !important; /* Enforcing the font size */ } section { border: 1px solid #DDDDDD; font-size: 16pt; }