method

draw_first_page_from

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: MuPDFPreviewer
draw_first_page_from(file, &block) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.