botcity-dev / botcity-framework-core

BotCity Framework - Open Source RPA
https://documentation.botcity.dev/frameworks/desktop/
Apache License 2.0
57 stars 18 forks source link

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

Closed lf2a closed 2 years ago

lf2a commented 2 years ago

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>