I posted this custom code for my PDF title page in the hope somone could explain why my headers and footers aren't showing.
I'm still waiting on a follow up. Any help?
Here's the custom code so far:
.pagetitle
{
page-break-before: always;
}
.fsTitlePage
{
margin-left: auto;
margin-top: 10mm;
margin-right: auto;
page-break-after:always
}
.frontpagelogo
{
text-align: right;
}
.fsTitle
{
font-size: 42px;
font-weight: normal;
margin: 150px 0 4px 0;
text-align:center;
}
.fsTitle2
{
font-size: 42px;
font-weight: normal;
margin: 20px 0 4px 0;
text-align:center;
}
.fsPubDate
{
font-size: 18px;
font-weight: normal;
margin: 100px 50px 4px 0;
text-align: right;
}
.fsDisclaimerTitle
{
font-size: 24px;
font-weight: normal;
margin: 200px 0 4px 0;
text-align: center;
}
.fsDisclaimerCopy
{
font-size: 15px;
font-weight: normal;
margin: 20px 0 4px 0;
text-align: center;
}
I can't give you an answer but hopefully I can guide you in the right direction. I know that a product called Flying Saucer is what's used to generate the PDF from CSS.
Here's a link that may help: http://stackoverflow.com/questions/8712854/flying-saucer-hide-header-and-footer-on-first-page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.