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

[BUG] Cannot convert Chinese when EPUB to PDF #314

Closed
1 task done
Hanzo-Huang opened this issue Aug 12, 2024 · 3 comments
Closed
1 task done

[BUG] Cannot convert Chinese when EPUB to PDF #314

Hanzo-Huang opened this issue Aug 12, 2024 · 3 comments
Labels

Comments

@Hanzo-Huang
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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.

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.

Expected Behavior

No response

Steps To Reproduce

  1. Chinese books convert to PDF from EPUB.
  2. CLI convert.

Environment

- OS:Ubuntu 22.04
- How docker service was installed: 1panel

CPU architecture

x86-64

Docker creation

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

Container logs

No error log.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@drizuid
Copy link
Member

drizuid commented Aug 26, 2024

i would suggest reaching out to the dev of calibre-web and/or calibre itself, we support the container, not the apps within.

@drizuid
Copy link
Member

drizuid commented Sep 11, 2024

no further comments added, closing as out of scope.

@drizuid drizuid closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2024
@linuxserver linuxserver locked as resolved and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Development

No branches or pull requests

2 participants