Skip navigation links
A B C D E F G H I J L M O P S T U V W Z 

A

authPassword(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The auth password to use when requesting the webpage.
authUsername(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The auth username to use when requesting the webpage.

B

blockLocalFileAccess(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to block the webpage from accessing local file access.

C

callback(Pointer, int) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf.wkhtmltopdf_int_callback
 
callback(Pointer, String) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf.wkhtmltopdf_str_callback
 
callback(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf.wkhtmltopdf_void_callback
 
collate(boolean) - Method in class io.woo.htmltopdf.HtmlToPdf
Whether or not to collate copies.
colorMode(PdfColorMode) - Method in class io.woo.htmltopdf.HtmlToPdf
The color mode of the output document.
compression(boolean) - Method in class io.woo.htmltopdf.HtmlToPdf
Whether or not loss-less compression should be used.
convert(String) - Method in class io.woo.htmltopdf.HtmlToPdf
Performs the conversion, saving the result PDF to the specified path.
convert() - Method in class io.woo.htmltopdf.HtmlToPdf
Performs the conversion, returning an InputStream with the bytes of the resulting PDF.
convertInternalLinksToPdfReferences(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to convert links within the webpage to PDF references.
cookieJar(String) - Method in class io.woo.htmltopdf.HtmlToPdf
The cookie jar to use when loading and storing cookies.
create() - Static method in class io.woo.htmltopdf.HtmlToPdf
Creates a new HtmlToPdf instance.

D

debugJavascriptWarningsAndErrors(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to debug javascript warnings and errors.
defaultEncoding(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The character encoding to use when not specified by the webpage (e.g.
documentTitle(String) - Method in class io.woo.htmltopdf.HtmlToPdf
The title of the PDF document.
dpi(int) - Method in class io.woo.htmltopdf.HtmlToPdf
The DPI of the output document.

E

enableIntelligentShrinking(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to enable Intelligent Shrinking.
enableJavascript(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to enable javascript.
error(Consumer<String>) - Method in class io.woo.htmltopdf.HtmlToPdf
Adds a consumer for error messages produced during the conversion process.

F

failure(Runnable) - Method in class io.woo.htmltopdf.HtmlToPdf
Adds a runnable to run if the conversion failed.
finished(Consumer<Boolean>) - Method in class io.woo.htmltopdf.HtmlToPdf
Adds a consumer for the conversion's finish state.
forHtml(String) - Static method in class io.woo.htmltopdf.HtmlToPdfObject
Creates a new HtmlToPdfObject using the specified HTML as content.
forUrl(String) - Static method in class io.woo.htmltopdf.HtmlToPdfObject
Creates a new HtmlToPdfObject for the specified URL.

G

getPhase() - Method in class io.woo.htmltopdf.HtmlToPdfProgress
Returns the current phase index of the conversion process.
getPhaseDescription() - Method in class io.woo.htmltopdf.HtmlToPdfProgress
Returns the description of the current phase of the conversion process.
getPhaseProgress() - Method in class io.woo.htmltopdf.HtmlToPdfProgress
Returns the progress of the current phase, in percentage (0-100).
getTotalPhases() - Method in class io.woo.htmltopdf.HtmlToPdfProgress
Returns the total amount of phases of the conversion process.
getWkValue() - Method in enum io.woo.htmltopdf.ObjectErrorHandling
 
getWkValue() - Method in enum io.woo.htmltopdf.PdfColorMode
 
getWkValue() - Method in enum io.woo.htmltopdf.PdfOrientation
 
getWkValue() - Method in enum io.woo.htmltopdf.PdfPageSize
 
getWkValue() - Method in interface io.woo.htmltopdf.WkValue
 

H

handleErrors(ObjectErrorHandling) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Specifies the way in which errors are handled for this object.
headerCenter(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Text to write in the center part of the header.
headerFontName(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The font name of the custom header to add.
headerFontSize(int) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The font size of the custom header to add.
headerHtmlUrl(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
URL for an HTML document to use for the header.
headerLeft(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Text to write in the left part of the header.
headerLine(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to add a line beneath the custom header.
headerRight(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Text to write in the right part of the header.
headerSpacing(int) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The amount of spacing between the header and the content.
HtmlToPdf - Class in io.woo.htmltopdf
 
HtmlToPdfException - Exception in io.woo.htmltopdf
 
HtmlToPdfException() - Constructor for exception io.woo.htmltopdf.HtmlToPdfException
 
HtmlToPdfException(String) - Constructor for exception io.woo.htmltopdf.HtmlToPdfException
 
HtmlToPdfException(String, Throwable) - Constructor for exception io.woo.htmltopdf.HtmlToPdfException
 
HtmlToPdfException(Throwable) - Constructor for exception io.woo.htmltopdf.HtmlToPdfException
 
HtmlToPdfException(String, Throwable, boolean, boolean) - Constructor for exception io.woo.htmltopdf.HtmlToPdfException
 
HtmlToPdfObject - Class in io.woo.htmltopdf
 
HtmlToPdfProgress - Class in io.woo.htmltopdf
 
HtmlToPdfProgress(int, String, int, int) - Constructor for class io.woo.htmltopdf.HtmlToPdfProgress
 

I

imageDpi(int) - Method in class io.woo.htmltopdf.HtmlToPdf
The maximum DPI to use for images.
imageQuality(int) - Method in class io.woo.htmltopdf.HtmlToPdf
JPEG compression factor (1-100)
io.woo.htmltopdf - package io.woo.htmltopdf
 
io.woo.htmltopdf.wkhtmltopdf - package io.woo.htmltopdf.wkhtmltopdf
 

J

javascriptDelay(int) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Delay, in milliseconds, to allow between the time when the page has been loaded and the time of conversion to PDF.

L

loadImages(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to load images.

M

marginBottom(String) - Method in class io.woo.htmltopdf.HtmlToPdf
The size of the bottom margin (CSS value, e.g.
marginLeft(String) - Method in class io.woo.htmltopdf.HtmlToPdf
The size of the left margin (CSS value, e.g.
marginRight(String) - Method in class io.woo.htmltopdf.HtmlToPdf
The size of the right margin (CSS value, e.g.
marginTop(String) - Method in class io.woo.htmltopdf.HtmlToPdf
The size of the top margin (CSS value, e.g.
minimumFontSize(int) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The minimum font size allowed.

O

object(HtmlToPdfObject) - Method in class io.woo.htmltopdf.HtmlToPdf
Adds an object to be converted.
ObjectErrorHandling - Enum in io.woo.htmltopdf
 
orientation(PdfOrientation) - Method in class io.woo.htmltopdf.HtmlToPdf
The orientation of the output document.
outline(boolean) - Method in class io.woo.htmltopdf.HtmlToPdf
Whether or not a table of contents should be generated.
outlineDepth(int) - Method in class io.woo.htmltopdf.HtmlToPdf
The maximum depth of the outline.

P

pageCount(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to include page count in the header, footer, and table of contents.
pageSize(PdfPageSize) - Method in class io.woo.htmltopdf.HtmlToPdf
The paper size of the output document.
PdfColorMode - Enum in io.woo.htmltopdf
 
PdfOrientation - Enum in io.woo.htmltopdf
 
PdfPageSize - Enum in io.woo.htmltopdf
 
produceForms(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to turn HTML forms into PDF forms.
progress(Consumer<HtmlToPdfProgress>) - Method in class io.woo.htmltopdf.HtmlToPdf
Adds a consumer for conversion progress updates.

S

showBackground(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to show the page's background.
stopSlowScript(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to stop slow running javascript.
success(Runnable) - Method in class io.woo.htmltopdf.HtmlToPdf
Adds a runnable to run if the conversion was successful.

T

tableOfContentsBackLinks(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not content should link back to the table of contents.
tableOfContentsCaptionText(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The caption text to use for the table of contents.
tableOfContentsDottedLines(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to use dotted lines for the table of contents.
tableOfContentsForwardLinks(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not the table of contents should link to the content in the PDF document.
tableOfContentsIncludeSections(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not sections from the document should be included in the outline of the table of contents.
tableOfContentsIndentation(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The indentation to use for the table of contents.
tableOfContentsIndentationFontScaleDown(float) - Method in class io.woo.htmltopdf.HtmlToPdfObject
The scale-down per indentation of the table of contents.

U

useExternalLinks(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to keep external links.
usePrintMediaType(boolean) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Whether or not to use "print" media type (instead of "screen" media type) for CSS styles.
userStylesheet(String) - Method in class io.woo.htmltopdf.HtmlToPdfObject
A stylesheet to apply for the conversion.

V

valueOf(String) - Static method in enum io.woo.htmltopdf.ObjectErrorHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.woo.htmltopdf.PdfColorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.woo.htmltopdf.PdfOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.woo.htmltopdf.PdfPageSize
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.woo.htmltopdf.ObjectErrorHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.woo.htmltopdf.PdfColorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.woo.htmltopdf.PdfOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.woo.htmltopdf.PdfPageSize
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(Consumer<String>) - Method in class io.woo.htmltopdf.HtmlToPdf
Adds a consumer for warning messages produced during the conversion process.
withInstance(Function<WkHtmlToPdf, T>) - Static method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
withInstance(Function<WkHtmlToPdf, T>) - Method in class io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdfInstance
 
WkHtmlToPdf - Interface in io.woo.htmltopdf.wkhtmltopdf
 
WkHtmlToPdf.wkhtmltopdf_int_callback - Interface in io.woo.htmltopdf.wkhtmltopdf
 
WkHtmlToPdf.wkhtmltopdf_str_callback - Interface in io.woo.htmltopdf.wkhtmltopdf
 
WkHtmlToPdf.wkhtmltopdf_void_callback - Interface in io.woo.htmltopdf.wkhtmltopdf
 
wkhtmltopdf_add_object(Pointer, Pointer, String) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_convert(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_create_converter(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_create_global_settings() - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_create_object_settings() - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_current_phase(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_deinit() - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_destroy_converter(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_destroy_global_settings(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_destroy_object_settings(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_extended_qt() - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_get_global_setting(Pointer, String, Memory, int) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_get_object_setting(Pointer, String, Memory, int) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_get_output(Pointer, PointerByReference) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_http_error_code(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_init(int) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_phase_count(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_phase_description(Pointer, int) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_progress_string(Pointer) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_set_error_callback(Pointer, WkHtmlToPdf.wkhtmltopdf_str_callback) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_set_finished_callback(Pointer, WkHtmlToPdf.wkhtmltopdf_int_callback) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_set_global_setting(Pointer, String, String) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_set_object_setting(Pointer, String, String) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_set_phase_changed_callback(Pointer, WkHtmlToPdf.wkhtmltopdf_void_callback) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_set_progress_changed_callback(Pointer, WkHtmlToPdf.wkhtmltopdf_int_callback) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_set_warning_callback(Pointer, WkHtmlToPdf.wkhtmltopdf_str_callback) - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
wkhtmltopdf_version() - Method in interface io.woo.htmltopdf.wkhtmltopdf.WkHtmlToPdf
 
WkHtmlToPdfInstance - Class in io.woo.htmltopdf.wkhtmltopdf
 
WkValue - Interface in io.woo.htmltopdf
 

Z

zoomFactor(float) - Method in class io.woo.htmltopdf.HtmlToPdfObject
Amount of zoom to use when converting.
A B C D E F G H I J L M O P S T U V W Z 
Skip navigation links