Module: Pdfcrowd
- Defined in:
- lib/pdfcrowd.rb,
lib/pdfcrowd.rb
Overview
PDFCrowd cloud version client ===
Defined Under Namespace
Classes: Client, ConnectionHelper, Error, HtmlToImageClient, HtmlToPdfClient, ImageToImageClient, ImageToPdfClient, PdfToPdfClient
Constant Summary collapse
- HOST =
ENV["PDFCROWD_HOST"] || 'api.pdfcrowd.com'
- MULTIPART_BOUNDARY =
'----------ThIs_Is_tHe_bOUnDary_$'
- CLIENT_VERSION =
'4.8.0'
Class Method Summary collapse
Class Method Details
.create_invalid_value_message(value, field, converter, hint, id) ⇒ Object
725 726 727 728 729 |
# File 'lib/pdfcrowd.rb', line 725 def self.(value, field, converter, hint, id) = "Invalid value '%s' for a field '%s'." % [value, field] += " " + hint if hint return + " " + "Details: https://www.pdfcrowd.com/doc/api/%s/ruby/#%s" % [converter, id] end |