All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
convertFile(String path,
OutputStream outStream) |
void |
convertHtml(String html,
OutputStream outStream) |
void |
convertURI(String uri,
OutputStream outStream) |
void |
enableBackgrounds() |
void |
enableBackgrounds(boolean value) |
void |
enableHyperlinks() |
void |
enableHyperlinks(boolean value) |
void |
enableImages() |
void |
enableImages(boolean value) |
void |
enableJavaScript() |
void |
enableJavaScript(boolean value) |
void |
enablePdfcrowdLogo() |
void |
enablePdfcrowdLogo(boolean value) |
int |
numTokens() |
void |
setApiKey(String key) |
void |
setAuthor(String value) |
void |
setDefaultTextEncoding(String value) |
void |
setEncrypted() |
void |
setEncrypted(boolean value) |
void |
setFailOnNon200(boolean value) |
void |
setFooterHtml(String value) |
void |
setFooterText(String value) |
void |
setFooterUrl(String value) |
void |
setHeaderFooterPageExcludeList(String value) |
void |
setHeaderHtml(String value) |
void |
setHeaderUrl(String value) |
void |
setHorizontalMargin(double value) |
void |
setHorizontalMargin(String value) |
void |
setHtmlZoom(double value) |
void |
setInitialPdfExactZoom(double value) |
void |
setInitialPdfZoomType(int value) |
void |
setMaxPages(int value) |
void |
setNoCopy() |
void |
setNoCopy(boolean val) |
void |
setNoModify() |
void |
setNoModify(boolean val) |
void |
setNoPrint() |
void |
setNoPrint(boolean val) |
void |
setOwnerPassword(String pwd) |
void |
setPageBackgroundColor(String value) |
void |
setPageHeight(double value) |
void |
setPageHeight(String value) |
void |
setPageLayout(int value) |
void |
setPageMargins(String top,
String right,
String bottom,
String left) |
void |
setPageMode(int value) |
void |
setPageNumberingOffset(int value) |
void |
setPageWidth(double value) |
void |
setPageWidth(String value) |
void |
setPdfScalingFactor(double value) |
void |
setTransparentBackground() |
void |
setTransparentBackground(boolean val) |
void |
setUsername(String username) |
void |
setUserPassword(String pwd) |
void |
setVerticalMargin(double value) |
void |
setVerticalMargin(String value) |
void |
setWatermark(String url,
double offset_x,
double offset_y) |
void |
setWatermark(String url,
String offset_x,
String offset_y) |
void |
setWatermarkInBackground() |
void |
setWatermarkInBackground(boolean val) |
void |
setWatermarkRotation(double angle) |
void |
usePrintMedia() |
void |
usePrintMedia(boolean value) |
void |
useSSL(boolean val) |