Modifier and Type | Method and Description |
---|---|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCanvasBackgroundColor(String color)
The canvas background color in RGB or RGBA hexadecimal format.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCanvasDimensions(String width,
String height)
Set the output canvas dimensions.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCanvasHeight(String height)
Set the output canvas height.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCanvasSize(String size)
Set the output canvas size.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCanvasWidth(String width)
Set the output canvas width.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setConverterVersion(String version)
Set the converter version.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCropArea(String x,
String y,
String width,
String height)
Set the content area position and size.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCropAreaHeight(String height)
Set the height of the content area.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCropAreaWidth(String width)
Set the width of the content area.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCropAreaX(String x)
Set the top left X coordinate of the content area.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setCropAreaY(String y)
Set the top left Y coordinate of the content area.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setDebugLog(boolean value)
Turn on the debug logging.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setDpi(int dpi)
Set the DPI resolution of the input image.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setHttpProxy(String proxy)
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTP scheme.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setHttpsProxy(String proxy)
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTPS scheme.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setMarginBottom(String bottom)
Set the output canvas bottom margin.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setMarginLeft(String left)
Set the output canvas left margin.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setMarginRight(String right)
Set the output canvas right margin.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setMargins(String top,
String right,
String bottom,
String left)
Set the output canvas margins.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setMarginTop(String top)
Set the output canvas top margin.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setOrientation(String orientation)
Set the output canvas orientation.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setOutputFormat(String outputFormat)
The format of the output file.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setPosition(String position)
Set the image position on the canvas.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setPrintCanvasMode(String mode)
Set the mode to print the image on the canvas.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.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.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setRemoveBorders(boolean value)
Remove borders of an image which does not change in color.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setResize(String resize)
Resize the image.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setRetryCount(int count)
Specifies the number of automatic retries when the 502 or 503 HTTP status code is received.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setRotate(String rotate)
Rotate the image.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setTag(String tag)
Tag the conversion with a custom value.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setUseHttp(boolean value)
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
|
Pdfcrowd.ImageToImageClient |
Pdfcrowd.ImageToImageClient.setUserAgent(String agent)
Set a custom user agent HTTP header.
|
Copyright © 2024. All rights reserved.