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.
6289 6290 6291 6292 |
# File 'lib/pdfcrowd.rb', line 6289 def setUseHttp(value) @helper.setUseHttp(value) self end |