linuxserver / docker-calibre

GNU General Public License v3.0
337 stars 62 forks source link

Add PDF viewer to docker image #151

Open cplerch opened 3 months ago

cplerch commented 3 months ago

Is this a new feature request?

Wanted change

There is no pdf viewer installed for viewing Calibre PDF e-books. Adding one to the image would be helpful.

Reason for change

Usability enhancement

Proposed code change

Perhaps via DOCKER_MODS? Could be useful for other images too.

github-actions[bot] commented 3 months ago

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

LinuxServer-CI commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

christian-smith commented 1 month ago

Just add either okular or xpdf as a package to the environment variables. Okular supports PDF annotations.

environment: 
  - DOCKER_MODS=linuxserver/mods:universal-package-install
  - INSTALL_PACKAGES=okular
LinuxServer-CI commented 5 days ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.