Method: Pdfcrowd::PdfToImageClient#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.
6845 6846 6847 6848 |
# File 'lib/pdfcrowd.rb', line 6845 def setUseHttp(value) @helper.setUseHttp(value) self end |