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

Fix: replacing prohibited characters on page title when save pdf #22

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

lf2a
Copy link
Contributor

@lf2a lf2a commented Jul 8, 2022

Fixes #19

Test

HTML sample

<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <title>(a # b% c& d{ e} f\ g$ h! i' j" k: l@ m< n> o* p? q/ r+ s` t| u=)</title>
</head>
<body>
<h1>Hello</h1>
</body>
</html>

@hhslepicka hhslepicka merged commit 93a03a3 into botcity-dev:main Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebBot - file path exception when saving some pages as pdf.
2 participants