A C E F G H I N P S T U 

A

API_HOSTNAME - Static variable in class com.pdfcrowd.Client
 
API_HTTP_PORT - Static variable in class com.pdfcrowd.Client
 
API_HTTPS_PORT - Static variable in class com.pdfcrowd.Client
 
addPdfFile(String) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Add a PDF file to the list of the input PDFs.
addPdfRawData(byte[]) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
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'));

C

com.pdfcrowd - package com.pdfcrowd
 
Client - Class in com.pdfcrowd
 
CLIENT_VERSION - Static variable in class com.pdfcrowd.Pdfcrowd
 
CONTINUOUS - Static variable in class com.pdfcrowd.Client
 
CONTINUOUS_FACING - Static variable in class com.pdfcrowd.Client
 
Client(String, String) - Constructor for class com.pdfcrowd.Client
 
Client(String, String, String) - Constructor for class com.pdfcrowd.Client
 
convert() - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Perform an action on the input files.
convertFile(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a local file.
convertFile(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a local file.
convertFile(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert a local file.
convertFile(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert a local file.
convertFile(String, OutputStream) - Method in class com.pdfcrowd.Client
 
convertFileToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a local file and write the result to a local file.
convertFileToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a local file and write the result to a local file.
convertFileToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert a local file and write the result to a local file.
convertFileToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert a local file and write the result to a local file.
convertFileToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a local file and write the result to an output stream.
convertFileToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a local file and write the result to an output stream.
convertFileToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert a local file and write the result to an output stream.
convertFileToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert a local file and write the result to an output stream.
convertHtml(String, OutputStream) - Method in class com.pdfcrowd.Client
 
convertRawData(byte[]) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert raw data.
convertRawData(byte[]) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert raw data.
convertRawDataToFile(byte[], String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert raw data to a file.
convertRawDataToFile(byte[], String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert raw data to a file.
convertRawDataToStream(byte[], OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert raw data and write the result to an output stream.
convertRawDataToStream(byte[], OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert raw data and write the result to an output stream.
convertString(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a string.
convertString(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a string.
convertStringToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a string and write the output to a file.
convertStringToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a string and write the output to a file.
convertStringToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a string and write the output to an output stream.
convertStringToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a string and write the output to an output stream.
convertToFile(String) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Perform an action on the input files and write the output PDF to a file.
convertToStream(OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Perform an action on the input files and write the output PDF to an output stream.
convertURI(String, OutputStream) - Method in class com.pdfcrowd.Client
 
convertUrl(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a web page.
convertUrl(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a web page.
convertUrl(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert an image.
convertUrl(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert an image.
convertUrlToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a web page and write the result to a local file.
convertUrlToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a web page and write the result to a local file.
convertUrlToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert an image and write the result to a local file.
convertUrlToFile(String, String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert an image and write the result to a local file.
convertUrlToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert a web page and write the result to an output stream.
convertUrlToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert a web page and write the result to an output stream.
convertUrlToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Convert an image and write the result to an output stream.
convertUrlToStream(String, OutputStream) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Convert an image and write the result to an output stream.

E

Error() - Constructor for exception com.pdfcrowd.Pdfcrowd.Error
 
Error(String) - Constructor for exception com.pdfcrowd.Pdfcrowd.Error
 
Error(String, int) - Constructor for exception com.pdfcrowd.Pdfcrowd.Error
 
Error(Throwable) - Constructor for exception com.pdfcrowd.Pdfcrowd.Error
 
enableBackgrounds() - Method in class com.pdfcrowd.Client
 
enableBackgrounds(boolean) - Method in class com.pdfcrowd.Client
 
enableHyperlinks() - Method in class com.pdfcrowd.Client
 
enableHyperlinks(boolean) - Method in class com.pdfcrowd.Client
 
enableImages() - Method in class com.pdfcrowd.Client
 
enableImages(boolean) - Method in class com.pdfcrowd.Client
 
enableJavaScript() - Method in class com.pdfcrowd.Client
 
enableJavaScript(boolean) - Method in class com.pdfcrowd.Client
 
enablePdfcrowdLogo() - Method in class com.pdfcrowd.Client
 
enablePdfcrowdLogo(boolean) - Method in class com.pdfcrowd.Client
 

F

FIT_HEIGHT - Static variable in class com.pdfcrowd.Client
 
FIT_PAGE - Static variable in class com.pdfcrowd.Client
 
FIT_WIDTH - Static variable in class com.pdfcrowd.Client
 
FULLSCREEN - Static variable in class com.pdfcrowd.Client
 

G

getCode() - Method in exception com.pdfcrowd.Pdfcrowd.Error
 
getConsumedCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Get the number of credits consumed by the last conversion.
getConsumedCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Get the number of credits consumed by the last conversion.
getConsumedCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Get the number of credits consumed by the last conversion.
getConsumedCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Get the number of credits consumed by the last conversion.
getConsumedCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Get the number of credits consumed by the last conversion.
getDebugLogUrl() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Get the URL of the debug log for the last conversion.
getDebugLogUrl() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Get the URL of the debug log for the last conversion.
getDebugLogUrl() - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Get the URL of the debug log for the last conversion.
getDebugLogUrl() - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Get the URL of the debug log for the last conversion.
getDebugLogUrl() - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Get the URL of the debug log for the last conversion.
getJobId() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Get the job id.
getJobId() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Get the job id.
getJobId() - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Get the job id.
getJobId() - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Get the job id.
getJobId() - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Get the job id.
getMessage() - Method in exception com.pdfcrowd.Pdfcrowd.Error
 
getMessage() - Method in exception com.pdfcrowd.PdfcrowdError
 
getOutputSize() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Get the size of the output in bytes.
getOutputSize() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Get the size of the output in bytes.
getOutputSize() - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Get the size of the output in bytes.
getOutputSize() - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Get the size of the output in bytes.
getOutputSize() - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Get the size of the output in bytes.
getPageCount() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Get the total number of pages in the output document.
getPageCount() - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Get the total number of pages in the output document.
getRemainingCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Get the number of conversion credits available in your account.
getRemainingCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Get the number of conversion credits available in your account.
getRemainingCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Get the number of conversion credits available in your account.
getRemainingCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Get the number of conversion credits available in your account.
getRemainingCreditCount() - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Get the number of conversion credits available in your account.

H

HtmlToImageClient(String, String) - Constructor for class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Constructor for the Pdfcrowd API client.
HtmlToPdfClient(String, String) - Constructor for class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Constructor for the Pdfcrowd API client.

I

ImageToImageClient(String, String) - Constructor for class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Constructor for the Pdfcrowd API client.
ImageToPdfClient(String, String) - Constructor for class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Constructor for the Pdfcrowd API client.

N

NONE_VISIBLE - Static variable in class com.pdfcrowd.Client
 
numTokens() - Method in class com.pdfcrowd.Client
 

P

Pdfcrowd - Class in com.pdfcrowd
 
Pdfcrowd.Error - Exception in com.pdfcrowd
 
Pdfcrowd.HtmlToImageClient - Class in com.pdfcrowd
Conversion from HTML to image.
Pdfcrowd.HtmlToPdfClient - Class in com.pdfcrowd
Conversion from HTML to PDF.
Pdfcrowd.ImageToImageClient - Class in com.pdfcrowd
Conversion from one image format to another image format.
Pdfcrowd.ImageToPdfClient - Class in com.pdfcrowd
Conversion from an image to PDF.
Pdfcrowd.PdfToPdfClient - Class in com.pdfcrowd
Conversion from PDF to PDF.
PdfcrowdError - Exception in com.pdfcrowd
 
Pdfcrowd() - Constructor for class com.pdfcrowd.Pdfcrowd
 
PdfcrowdError() - Constructor for exception com.pdfcrowd.PdfcrowdError
 
PdfcrowdError(String) - Constructor for exception com.pdfcrowd.PdfcrowdError
 
PdfcrowdError(String, int) - Constructor for exception com.pdfcrowd.PdfcrowdError
 
PdfcrowdError(Throwable) - Constructor for exception com.pdfcrowd.PdfcrowdError
 
PdfToPdfClient(String, String) - Constructor for class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Constructor for the Pdfcrowd API client.

S

SINGLE_PAGE - Static variable in class com.pdfcrowd.Client
 
statusCode - Variable in exception com.pdfcrowd.Pdfcrowd.Error
 
statusCode - Variable in exception com.pdfcrowd.PdfcrowdError
 
setAction(String) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Specifies the action to be performed on the input PDFs.
setApiKey(String) - Method in class com.pdfcrowd.Client
 
setAuthor(String) - Method in class com.pdfcrowd.Client
 
setAuthor(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the author of the PDF.
setBlockAds(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Try to block ads.
setBlockAds(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Try to block ads.
setCenterWindow(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify whether to position the document's window in the center of the screen.
setClientCertificate(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
A client certificate to authenticate Pdfcrowd converter on your web server.
setClientCertificate(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
A client certificate to authenticate Pdfcrowd converter on your web server.
setClientCertificatePassword(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
A password for PKCS12 file with a client certificate if it's needed.
setClientCertificatePassword(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
A password for PKCS12 file with a client certificate if it's needed.
setContentArea(String, String, String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the content area position and size.
setContentAreaHeight(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the height of the content area.
setContentAreaWidth(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the width of the content area.
setContentAreaX(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the top left X coordinate of the content area.
setContentAreaY(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the top left Y coordinate of the content area.
setConvertImagesToJpeg(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify which image types will be converted to JPEG.
setCookies(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set cookies that are sent in Pdfcrowd HTTP requests.
setCookies(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set cookies that are sent in Pdfcrowd HTTP requests.
setCustomHttpHeader(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set a custom HTTP header that is sent in Pdfcrowd HTTP requests.
setCustomHttpHeader(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set a custom HTTP header that is sent in Pdfcrowd HTTP requests.
setCustomJavascript(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Run a custom JavaScript after the document is loaded and ready to print.
setCustomJavascript(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Run a custom JavaScript after the document is loaded and ready to print.
setDebugLog(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Turn on the debug logging.
setDebugLog(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Turn on the debug logging.
setDebugLog(boolean) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Turn on the debug logging.
setDebugLog(boolean) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Turn on the debug logging.
setDebugLog(boolean) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Turn on the debug logging.
setDefaultEncoding(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set the default HTML content text encoding.
setDefaultEncoding(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the default HTML content text encoding.
setDefaultTextEncoding(String) - Method in class com.pdfcrowd.Client
 
setDisableImageLoading(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Do not load images.
setDisableImageLoading(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Do not load images.
setDisableJavascript(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Do not execute JavaScript.
setDisableJavascript(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Do not execute JavaScript.
setDisableRemoteFonts(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Disable loading fonts from remote sources.
setDisableRemoteFonts(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Disable loading fonts from remote sources.
setDisableSmartShrinking(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Disable the intelligent shrinking strategy that tries to optimally fit the HTML contents to a PDF page.
setDisplayTitle(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify whether the window's title bar should display the document title.
setElementToConvert(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Convert only the specified element from the main document and its children.
setElementToConvert(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Convert only the specified element from the main document and its children.
setElementToConvertMode(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Specify the DOM handling when only a part of the document is converted.
setElementToConvertMode(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify the DOM handling when only a part of the document is converted.
setEncrypt(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Encrypt the PDF.
setEncrypted() - Method in class com.pdfcrowd.Client
 
setEncrypted(boolean) - Method in class com.pdfcrowd.Client
 
setExcludeFooterOnPages(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
The page footer is not printed on the specified pages.
setExcludeHeaderOnPages(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
The page header is not printed on the specified pages.
setFailOnAnyUrlError(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Abort the conversion if any of the sub-request HTTP status code is greater than or equal to 400 or if some sub-requests are still pending.
setFailOnAnyUrlError(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Abort the conversion if any of the sub-request HTTP status code is greater than or equal to 400 or if some sub-requests are still pending.
setFailOnMainUrlError(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Abort the conversion if the main URL HTTP status code is greater than or equal to 400.
setFailOnMainUrlError(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Abort the conversion if the main URL HTTP status code is greater than or equal to 400.
setFailOnNon200(boolean) - Method in class com.pdfcrowd.Client
 
setFitWindow(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify whether to resize the document's window to fit the size of the first displayed page.
setFooterHeight(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the footer height.
setFooterHtml(String) - Method in class com.pdfcrowd.Client
 
setFooterHtml(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Use the specified HTML as the page footer.
setFooterText(String) - Method in class com.pdfcrowd.Client
 
setFooterUrl(String) - Method in class com.pdfcrowd.Client
 
setFooterUrl(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Load an HTML code from the specified URL and use it as the page footer.
setHeaderFooterPageExcludeList(String) - Method in class com.pdfcrowd.Client
 
setHeaderFooterScaleFactor(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the scaling factor (zoom) for the header and footer.
setHeaderHeight(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the header height.
setHeaderHtml(String) - Method in class com.pdfcrowd.Client
 
setHeaderHtml(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Use the specified HTML code as the page header.
setHeaderUrl(String) - Method in class com.pdfcrowd.Client
 
setHeaderUrl(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Load an HTML code from the specified URL and use it as the page header.
setHideMenubar(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify whether to hide the viewer application's menu bar when the document is active.
setHideToolbar(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify whether to hide the viewer application's tool bars when the document is active.
setHideWindowUi(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed.
setHorizontalMargin(double) - Method in class com.pdfcrowd.Client
 
setHorizontalMargin(String) - Method in class com.pdfcrowd.Client
 
setHtmlZoom(double) - Method in class com.pdfcrowd.Client
 
setHttpAuth(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set credentials to access HTTP base authentication protected websites.
setHttpAuth(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set credentials to access HTTP base authentication protected websites.
setHttpAuthPassword(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set the HTTP authentication password.
setHttpAuthPassword(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the HTTP authentication password.
setHttpAuthUserName(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set the HTTP authentication user name.
setHttpAuthUserName(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the HTTP authentication user name.
setHttpProxy(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTP scheme.
setHttpProxy(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTP scheme.
setHttpProxy(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTP scheme.
setHttpProxy(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTP scheme.
setHttpsProxy(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTPS scheme.
setHttpsProxy(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTPS scheme.
setHttpsProxy(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTPS scheme.
setHttpsProxy(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
A proxy server used by Pdfcrowd conversion process for accessing the source URLs with HTTPS scheme.
setImageDpi(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the DPI of images in PDF.
setInitialPage(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Display the specified page when the document is opened.
setInitialPdfExactZoom(double) - Method in class com.pdfcrowd.Client
 
setInitialPdfZoomType(int) - Method in class com.pdfcrowd.Client
 
setInitialZoom(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify the initial page zoom in percents when the document is opened.
setInitialZoomType(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify how the page should be displayed when opened.
setJavascriptDelay(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Wait the specified number of milliseconds to finish all JavaScript after the document is loaded.
setJavascriptDelay(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Wait the specified number of milliseconds to finish all JavaScript after the document is loaded.
setJpegQuality(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the quality of embedded JPEG images.
setKeywords(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Associate keywords with the document.
setLinearize(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Create linearized PDF.
setMarginBottom(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page bottom margin.
setMarginLeft(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page left margin.
setMarginRight(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page right margin.
setMarginTop(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page top margin.
setMaxPages(int) - Method in class com.pdfcrowd.Client
 
setMultipageBackground(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Apply each page of the specified PDF to the background of the corresponding page of the output PDF.
setMultipageWatermark(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Apply each page of the specified watermark PDF to the corresponding page of the output PDF.
setNoBackground(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Do not print the background graphics.
setNoBackground(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Do not print the background graphics.
setNoCopy() - Method in class com.pdfcrowd.Client
 
setNoCopy(boolean) - Method in class com.pdfcrowd.Client
 
setNoCopy(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Disallow text and graphics extraction from the output PDF.
setNoMargins(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Disable margins.
setNoModify() - Method in class com.pdfcrowd.Client
 
setNoModify(boolean) - Method in class com.pdfcrowd.Client
 
setNoModify(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Disallow modification of the ouput PDF.
setNoPrint() - Method in class com.pdfcrowd.Client
 
setNoPrint(boolean) - Method in class com.pdfcrowd.Client
 
setNoPrint(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Disallow printing of the output PDF.
setNoXpdfcrowdHeader(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Do not send the X-Pdfcrowd HTTP header in Pdfcrowd HTTP requests.
setNoXpdfcrowdHeader(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Do not send the X-Pdfcrowd HTTP header in Pdfcrowd HTTP requests.
setOnLoadJavascript(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Run a custom JavaScript right after the document is loaded.
setOnLoadJavascript(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Run a custom JavaScript right after the document is loaded.
setOrientation(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page orientation.
setOutputFormat(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
The format of the output file.
setOutputFormat(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
The format of the output file.
setOwnerPassword(String) - Method in class com.pdfcrowd.Client
 
setOwnerPassword(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Protect the PDF with an owner password.
setPageBackground(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Apply the first page of the specified PDF to the background of every page of the output PDF.
setPageBackgroundColor(String) - Method in class com.pdfcrowd.Client
 
setPageBackgroundColor(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
The page background color in RGB or RGBA hexadecimal format.
setPageDimensions(String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page dimensions.
setPageHeight(double) - Method in class com.pdfcrowd.Client
 
setPageHeight(String) - Method in class com.pdfcrowd.Client
 
setPageHeight(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page height.
setPageLayout(int) - Method in class com.pdfcrowd.Client
 
setPageLayout(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify the page layout to be used when the document is opened.
setPageMargins(String, String, String, String) - Method in class com.pdfcrowd.Client
 
setPageMargins(String, String, String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page margins.
setPageMode(int) - Method in class com.pdfcrowd.Client
 
setPageMode(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specify how the document should be displayed when opened.
setPageNumberingOffset(int) - Method in class com.pdfcrowd.Client
 
setPageNumberingOffset(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set an offset between physical and logical page numbers.
setPageSize(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page size.
setPageWatermark(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Apply the first page of the watermark PDF to every page of the output PDF.
setPageWidth(double) - Method in class com.pdfcrowd.Client
 
setPageWidth(String) - Method in class com.pdfcrowd.Client
 
setPageWidth(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the output page width.
setPdfScalingFactor(double) - Method in class com.pdfcrowd.Client
 
setPrintPageRange(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the page range to print.
setProxy(String, int, String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Specifies an HTTP proxy that the API client library will use to connect to the internet.
setProxy(String, int, String, String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specifies an HTTP proxy that the API client library will use to connect to the internet.
setProxy(String, int, String, String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Specifies an HTTP proxy that the API client library will use to connect to the internet.
setProxy(String, int, String, String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Specifies an HTTP proxy that the API client library will use to connect to the internet.
setProxy(String, int, String, String) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Specifies an HTTP proxy that the API client library will use to connect to the internet.
setRenderingMode(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the rendering mode.
setResize(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Resize the image.
setResize(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Resize the image.
setRetryCount(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Specifies the number of retries when the 502 HTTP status code is received.
setRetryCount(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specifies the number of retries when the 502 HTTP status code is received.
setRetryCount(int) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Specifies the number of retries when the 502 HTTP status code is received.
setRetryCount(int) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Specifies the number of retries when the 502 HTTP status code is received.
setRetryCount(int) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Specifies the number of retries when the 502 HTTP status code is received.
setRightToLeft(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the predominant reading order for text to right-to-left.
setRotate(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Rotate the image.
setRotate(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Rotate the image.
setScaleFactor(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set the scaling factor (zoom) for the output image.
setScaleFactor(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the scaling factor (zoom) for the main page area.
setScreenshotHeight(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set the output image height in pixels.
setScreenshotWidth(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set the output image width in pixels.
setSmartScalingMode(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specifies the scaling mode used for fitting the HTML contents to the print area.
setSubject(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the subject of the PDF.
setTag(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Tag the conversion with a custom value.
setTag(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Tag the conversion with a custom value.
setTag(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Tag the conversion with a custom value.
setTag(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Tag the conversion with a custom value.
setTag(String) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Tag the conversion with a custom value.
setTitle(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the title of the PDF.
setTransparentBackground() - Method in class com.pdfcrowd.Client
 
setTransparentBackground(boolean) - Method in class com.pdfcrowd.Client
 
setUseHttp(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
setUseHttp(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
setUseHttp(boolean) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
setUseHttp(boolean) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
setUseHttp(boolean) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API.
setUsePrintMedia(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Use the print version of the page if available (@media print).
setUsePrintMedia(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Use the print version of the page if available (@media print).
setUserAgent(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Set a custom user agent HTTP header.
setUserAgent(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set a custom user agent HTTP header.
setUserAgent(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToImageClient
Set a custom user agent HTTP header.
setUserAgent(String) - Method in class com.pdfcrowd.Pdfcrowd.ImageToPdfClient
Set a custom user agent HTTP header.
setUserAgent(String) - Method in class com.pdfcrowd.Pdfcrowd.PdfToPdfClient
Set a custom user agent HTTP header.
setUsername(String) - Method in class com.pdfcrowd.Client
 
setUserPassword(String) - Method in class com.pdfcrowd.Client
 
setUserPassword(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Protect the PDF with a user password.
setVerifySslCertificates(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Do not allow insecure HTTPS connections.
setVerifySslCertificates(boolean) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Do not allow insecure HTTPS connections.
setVerticalMargin(double) - Method in class com.pdfcrowd.Client
 
setVerticalMargin(String) - Method in class com.pdfcrowd.Client
 
setViewport(int, int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the viewport size.
setViewportHeight(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the viewport height in pixels.
setViewportWidth(int) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Set the viewport width in pixels.
setWaitForElement(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToImageClient
Wait for the specified element in a source document.
setWaitForElement(String) - Method in class com.pdfcrowd.Pdfcrowd.HtmlToPdfClient
Wait for the specified element in a source document.
setWatermark(String, double, double) - Method in class com.pdfcrowd.Client
 
setWatermark(String, String, String) - Method in class com.pdfcrowd.Client
 
setWatermarkInBackground() - Method in class com.pdfcrowd.Client
 
setWatermarkInBackground(boolean) - Method in class com.pdfcrowd.Client
 
setWatermarkRotation(double) - Method in class com.pdfcrowd.Client
 

T

THUMBNAILS_VISIBLE - Static variable in class com.pdfcrowd.Client
 
toString() - Method in exception com.pdfcrowd.Pdfcrowd.Error
 

U

usePrintMedia() - Method in class com.pdfcrowd.Client
 
usePrintMedia(boolean) - Method in class com.pdfcrowd.Client
 
useSSL(boolean) - Method in class com.pdfcrowd.Client
 
A C E F G H I N P S T U 
Skip navigation links

Copyright © 2019. All rights reserved.