We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I used webui to convert EPUB to PDF, I found the Chinese were gone. I use command ebook-convert to convert, it still cannot convert Chinese.
ebook-convert
ebook-convert book.epub book.pdf
But it works will when converting to TXT, DOC...
I think it might be Chinese language environment's issue.
No response
- OS:Ubuntu 22.04 - How docker service was installed: 1panel
x86-64
networks: 1panel-network: external: true services: calibre-web: container_name: ${CONTAINER_NAME} deploy: resources: limits: cpus: ${CPUS} memory: ${MEMORY_LIMIT} environment: - PUID=1000 - PGID=1000 - TZ=${TIME_ZONE} - DOCKER_MODS=linuxserver/mods:universal-calibre - OAUTHLIB_RELAX_TOKEN_SCOPE=1 image: linuxserver/calibre-web:0.6.21-ls241 labels: createdBy: Apps networks: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:8083 restart: always volumes: - ./data/config:/config - ./data/books:/books
No error log.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
i would suggest reaching out to the dev of calibre-web and/or calibre itself, we support the container, not the apps within.
no further comments added, closing as out of scope.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When I used webui to convert EPUB to PDF, I found the Chinese were gone. I use command
ebook-convert
to convert, it still cannot convert Chinese.But it works will when converting to TXT, DOC...
I think it might be Chinese language environment's issue.
Expected Behavior
No response
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: