Hi,
I am working with Atlassian confluence pdf export, and trying to export special characters. After trying to follow this document
https://confluence.atlassian.com/confkb/special-characters-not-exported-to-pdf-1026048337.html
which suggests below steps
- Add a font family which supports special character.
- By going to general config > pdf language support
- Install it
- Update pdf style sheet with something like below
body {
font-family: ConfluenceInstalledFont;
}
- Then export your page, it should come with special characters.
I was able to export the pages in confluenceInstalledFont with embedded font file. Was able to export some of the special symbols based on the font I uploaded. How do i make it work with backend?
Does confluence support special characters to be exported in PDF format via plugin backend?