module Pdfcrowd

PDFCrowd legacy version client ===

PDFCrowd cloud version client ===

Constants

CLIENT_VERSION
CONTINUOUS_FACING
FIT_PAGE
FULLSCREEN
HOST
MULTIPART_BOUNDARY

Public Class Methods

create_invalid_value_message(value, field, converter, hint, id) click to toggle source
# File lib/pdfcrowd.rb, line 735
def self.create_invalid_value_message(value, field, converter, hint, id)
    message = "Invalid value '%s' for %s." % [value, field]
    message += " " + hint if hint
    return message + " " + "Details: https://www.pdfcrowd.com/doc/api/%s/ruby/#%s" % [converter, id]
end