Modifier and Type | Method and Description |
---|---|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.addPdfFile(String filePath)
Add a PDF file to the list of the input PDFs.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.addPdfRawData(byte[] pdfRawData)
Add in-memory raw PDF data to the list of the input PDFs.
Typical usage is for adding PDF created by another Pdfcrowd converter. Example in PHP: $clientPdf2Pdf->addPdfRawData($clientHtml2Pdf->convertUrl('http://www.example.com')); |
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setAction(String action)
Specifies the action to be performed on the input PDFs.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setDebugLog(boolean debugLog)
Turn on the debug logging.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.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.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setRetryCount(int retryCount)
Specifies the number of retries when the 502 HTTP status code is received.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setTag(String tag)
Tag the conversion with a custom value.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setUseHttp(boolean useHttp)
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
|
Pdfcrowd.PdfToPdfClient |
Pdfcrowd.PdfToPdfClient.setUserAgent(String userAgent)
Set a custom user agent HTTP header.
|
Copyright © 2019. All rights reserved.