method

pdftoppm_exists?

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: PopplerPDFPreviewer
pdftoppm_exists?() public

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/poppler_pdf_previewer.rb, line 14
      def pdftoppm_exists?
        return @pdftoppm_exists unless @pdftoppm_exists.nil?

        @pdftoppm_exists = system(pdftoppm_path, "-v", out: File::NULL, err: File::NULL)
      end
Register or log in to add new notes.