Module: SelectPdf

Defined in:
lib/selectpdf.rb

Overview

SelectPdf Online REST API Ruby client library. Contains a powerful HTML to PDF converter.

Convert HTML to PDF

Defined Under Namespace

Classes: ApiClient, ApiException, AsyncJobClient, HtmlToPdfClient, OutputFormat, PageLayout, PageMode, PageNumbersAlignment, PageOrientation, PageSize, RenderingEngine, SecureProtocol, StartupMode, TextLayout, UsageClient, WebElementsClient

Constant Summary collapse

MULTIPART_FORM_DATA_BOUNDARY =
'------------SelectPdf_Api_Boundry_$'
NEW_LINE =
"\r\n"
CLIENT_VERSION =
'1.3.0'

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code.



19
20
21
# File 'lib/selectpdf.rb', line 19

def code
  @code
end

#messageObject (readonly)

Returns the value of attribute message.



19
20
21
# File 'lib/selectpdf.rb', line 19

def message
  @message
end