Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish characters in pdf #42

Open
Dares89 opened this issue Nov 14, 2023 · 1 comment
Open

Polish characters in pdf #42

Dares89 opened this issue Nov 14, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Dares89
Copy link

Dares89 commented Nov 14, 2023

Hello

How I change encoding of pdf file becouse instead od showing "łśćżź" I see "?" characters.
How to fix this problem?

@andrewlimaza
Copy link
Collaborator

andrewlimaza commented Jan 24, 2024

Thanks for reaching out @Dares89, you will need to set your HTML template to use a font that supports these characters. I'd like to work on a fix in an upcoming release but for now you may be able to try importing Open Sans directly into your HTML template.

For example:

<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext' rel='stylesheet' type='text/css' />
<style>
        h1, p, table, span, div {
            font-family: 'Open Sans',monospace;
        }
 </style>

@andrewlimaza andrewlimaza added bug Something isn't working help wanted Extra attention is needed labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants