I exports Confluence written in korean to PDF.
I have three question about the exporting .
1. When exports PDF, disappears korean "ㅋ", "ㅌ", "ㅊ".
2. When save the exported file, all the text disappears.
3. I don't use page numbering. Below code customized.
HTML - PDF Layout: Footer Section
<span id="pageNum"/>
CSS - PDF Stylesheet
#pageNum:before
{
content: counter(page);
}