Modifier and Type | Method and Description |
---|---|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setCropArea(int x,
int y,
int width,
int height)
Set the crop area.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setCropAreaHeight(int height)
Set the height of the crop area in points.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setCropAreaWidth(int width)
Set the width of the crop area in points.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setCropAreaX(int x)
Set the top left X coordinate of the crop area in points.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setCropAreaY(int y)
Set the top left Y coordinate of the crop area in points.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setCustomPageBreak(String pageBreak)
Specify the custom page break.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setDebugLog(boolean value)
Turn on the debug logging.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setEol(String eol)
The end-of-line convention for the text output.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setHttpProxy(String proxy)
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTP scheme.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setHttpsProxy(String proxy)
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTPS scheme.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setLineSpacingThreshold(String threshold)
Set the maximum line spacing when the paragraph detection mode is enabled.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setNoLayout(boolean value)
Ignore the original PDF layout.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setPageBreakMode(String mode)
Specify the page break mode for the text output.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setParagraphMode(String mode)
Specify the paragraph detection mode.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setPdfPassword(String password)
The password to open the encrypted PDF file.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setPrintPageRange(String pages)
Set the page range to print.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.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.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setRemoveEmptyLines(boolean value)
Remove empty lines from the text output.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setRemoveHyphenation(boolean value)
Remove the hyphen character from the end of lines.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setRetryCount(int count)
Specifies the number of automatic retries when the 502 HTTP status code is received.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setTag(String tag)
Tag the conversion with a custom value.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setUseHttp(boolean value)
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
|
Pdfcrowd.PdfToTextClient |
Pdfcrowd.PdfToTextClient.setUserAgent(String agent)
Set a custom user agent HTTP header.
|
Copyright © 2023. All rights reserved.