docker-calibre icon indicating copy to clipboard operation
docker-calibre copied to clipboard

Add PDF viewer to docker image

Open cplerch opened this issue 1 year ago • 4 comments

Is this a new feature request?

  • [X] I have searched the existing issues

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.

cplerch avatar Mar 28 '24 08:03 cplerch

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

github-actions[bot] avatar Mar 28 '24 08:03 github-actions[bot]

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.

LinuxServer-CI avatar Apr 27 '24 20:04 LinuxServer-CI

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

christian-smith avatar May 24 '24 11:05 christian-smith

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.

LinuxServer-CI avatar Jun 23 '24 20:06 LinuxServer-CI

This issue is locked due to inactivity

github-actions[bot] avatar Sep 22 '24 20:09 github-actions[bot]