Method: Pdfcrowd::PdfToTextClient#setUseHttp
- Defined in:
- lib/pdfcrowd.rb
#setUseHttp(value) ⇒ Object
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API. Warning: Using HTTP is insecure as data sent over HTTP is not encrypted. Enable this option only if you know what you are doing.
-
value
- Set to true to use HTTP. -
Returns - The converter object.
6298 6299 6300 6301 |
# File 'lib/pdfcrowd.rb', line 6298 def setUseHttp(value) @helper.setUseHttp(value) self end |