method

draw_first_page_from

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