Module: ActiveStorage::HotCell::Client::Previewers::Pdf

Defined in:
lib/active_storage/hot_cell/client/previewers/pdf.rb,
lib/active_storage/hot_cell/client/previewers/pdf/mutool.rb,
lib/active_storage/hot_cell/client/previewers/pdf/poppler.rb

Overview

The two PDF previewers cannot share a base here: each subclasses the Rails previewer it replaces to keep its content-type predicate, and those are different classes. The namespace is the shared home.

Defined Under Namespace

Classes: Mutool, Poppler