Method: Pdfcrowd::PdfToTextClient#setProxy

Defined in:
lib/pdfcrowd.rb

#setProxy(host, port, user_name, password) ⇒ Object

Specifies an HTTP proxy that the API client library will use to connect to the internet.

  • host - The proxy hostname.

  • port - The proxy port.

  • user_name - The username.

  • password - The password.

  • Returns - The converter object.



6380
6381
6382
6383
# File 'lib/pdfcrowd.rb', line 6380

def setProxy(host, port, user_name, password)
    @helper.setProxy(host, port, user_name, password)
    self
end