Modifier and Type | Method and Description |
---|---|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setDebugLog(boolean debugLog)
Turn on the debug logging.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setHttpProxy(String httpProxy)
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTP scheme.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setHttpsProxy(String httpsProxy)
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTPS scheme.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setProxy(String host,
int port,
String userName,
String password)
Specifies an HTTP proxy that the API client library will use to connect to the internet.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setResize(String resize)
Resize the image.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setRetryCount(int retryCount)
Specifies the number of retries when the 502 HTTP status code is received.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setRotate(String rotate)
Rotate the image.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setTag(String tag)
Tag the conversion with a custom value.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setUseHttp(boolean useHttp)
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
|
Pdfcrowd.ImageToPdfClient |
Pdfcrowd.ImageToPdfClient.setUserAgent(String userAgent)
Set a custom user agent HTTP header.
|
Copyright © 2019. All rights reserved.