Modifier and Type | Method and Description |
---|---|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setCropArea(int x,
int y,
int width,
int height)
Set the crop area.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setCropAreaHeight(int height)
Set the height of the crop area in points.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setCropAreaWidth(int width)
Set the width of the crop area in points.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setCropAreaX(int x)
Set the top left X coordinate of the crop area in points.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setCropAreaY(int y)
Set the top left Y coordinate of the crop area in points.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setDebugLog(boolean value)
Turn on the debug logging.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setDpi(int dpi)
Set the output graphics DPI.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setForceZip(boolean value)
Enforces the zip output format.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setHttpProxy(String proxy)
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTP scheme.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setHttpsProxy(String proxy)
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTPS scheme.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setOutputFormat(String outputFormat)
The format of the output file.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setPdfPassword(String password)
Password to open the encrypted PDF file.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setPrintPageRange(String pages)
Set the page range to print.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.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.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setRetryCount(int count)
Specifies the number of automatic retries when the 502 or 503 HTTP status code is received.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setTag(String tag)
Tag the conversion with a custom value.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setUseCropbox(boolean value)
Use the crop box rather than media box.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setUseGrayscale(boolean value)
Generate a grayscale image.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setUseHttp(boolean value)
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
|
Pdfcrowd.PdfToImageClient |
Pdfcrowd.PdfToImageClient.setUserAgent(String agent)
Set a custom user agent HTTP header.
|
Copyright © 2024. All rights reserved.