hey guys,
im trying to add a header and footer style for my documents. But its bit to difficult for me. So can anyone help me there?
can anyone show me how i can write this?
Hi @serc,
have you read this page already:
https://confluence.atlassian.com/doc/advanced-pdf-export-customizations-198806890.html
Hi thanks for the answer
yes I read it, I don't know how to write the title among each other. Also, I don't know how to change the font size separately from "Document" and "Title
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@page {
size: 210mm 297mm; /* DinA4 */
@top-left {
display: block;
white-space: pre;
content: "Dokumenttitel \A Betreff/Projekt!"; color: red; font-size: 14pt;
}
}
...would be a first step.
Different formats for "Dokumenttitel" and "Betreff/Projekt!" only works with more complex workarounds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.