# File lib/pdfkit/configuration.rb, line 39
    def executable
      using_xvfb? ? "xvfb-run #{wkhtmltopdf}" : wkhtmltopdf
    end