Hi,
I have problem with exporting Confluence Site to PDF. Document is exporting with no polish characters like źćźżł. I try fix this problem like there https://confluence.atlassian.com/doc/create-a-pdf-in-another-language-175473.html
I install OpenSans-Regular font to confluence and change font in PDF Stylesheet
body {
font-family: "OpenSans-Regular";
}
But i still don't have polish characters when I export file to PDF.
Hi, I have same issiue..
I installed custom font in Confluence, like @Scott Theus said: "PDF Export Language Support",
but when I export space to pdf... tables, cells and headers are in default Times New Roman without polish chars..
How to set it in pdf export style sheet?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this: https://confluence.atlassian.com/doc/create-a-pdf-in-another-language-175473.html
Worked like a charm for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tomasz Bryła, can you tell me what version of Confluence you are using?
-Scott
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Tomasz Bryła
I'm assuming you installed the font via PDF Export Language Support under the General Configurations from the Site-Administrator section of Confluence? (Screen shot below)
Also, instead of OpenSans, try using Unicode for Veranda. That's the recommended font in the workaround.
-Scott
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For anyone stumbling upon this in the future, the correct CSS syntax is:
@page {
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
}
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.