method
draw_first_page_from
v6.1.7.7 -
Show latest stable
- Class:
ActiveStorage::Previewer::MuPDFPreviewer
draw_first_page_from(file, &block)private
No documentation available.
# File activestorage/lib/active_storage/previewer/mupdf_previewer.rb, line 32
def draw_first_page_from(file, &block)
draw self.class.mutool_path, "draw", "-F", "png", "-o", "-", file.path, "1", &block
end