mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
issue: pdf export #2950
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aleprex on GitHub (Dec 7, 2024).
Bug Report
Environment
Open WebUI Version: 0.4.8
Ollama (if applicable): 0.4.7
Operating System: Ubuntu 22.04]
**Browser :**ALL
Expected Behavior:
Simply export in pdf file
Actual Behavior:
Works only in json and txt format
Description
When you try to export the chat in PDF format simply nothing happens and checking on the log console you have an error that I report below.
But I noticed that if you export some old chat made with hide versions then I can export it.
Logs and Screenshots
Browser Console Logs:
{
"detail": "Character "’" at index 43 in text is outside the range of characters supported by the font used: "courier". Please consider using a Unicode font."
}
@tjbck commented on GitHub (Dec 7, 2024):
should be fixed on dev!
@silentoplayz commented on GitHub (Dec 8, 2024):
I can confirm that downloading a chat as .PDF works on the dev branch.
@gigascake commented on GitHub (Jan 2, 2025):
on the ver 0.5.3, pdf download success, but markdown format error, all charactor format is not regular. openwebui view is different from pdf view.