module Pdf2htmlDocker

Constants

BASE_COMMAND
CONVERTER_ARGS
CONVERTER_OPTIONS
DOCKER_COMMAND
DOCKER_IMAGE
DOCKER_VOLUME
VERSION

Public Class Methods

convert(input_file, options = {}, output_file = '') click to toggle source
# File lib/pdf2html_docker.rb, line 6
def self.convert(input_file, options = {}, output_file = '')
  Service.new(input_file, output_file, options).run
rescue ArgumentError => e
  e
end