- setBaseURL(String) - Method in class com.princexml.Prince
-
Specify the base URL of the input document.
- setCompress(boolean) - Method in class com.princexml.Prince
-
Specify whether compression should be applied to the output PDF file.
- setDebug(boolean) - Method in class com.princexml.Prince
-
Enable logging of debug messages.
- setEmbedFonts(boolean) - Method in class com.princexml.Prince
-
Specify whether fonts should be embedded in the output PDF file.
- setEncrypt(boolean) - Method in class com.princexml.Prince
-
Specify whether encryption should be applied to the output PDF file.
- setEncryptInfo(int, String, String, boolean, boolean, boolean, boolean) - Method in class com.princexml.Prince
-
Set the parameters used for PDF encryption.
- setFileRoot(String) - Method in class com.princexml.Prince
-
Specify the root directory for absolute filenames.
- setHTML(boolean) - Method in class com.princexml.Prince
-
Specify whether documents should be parsed as HTML or XML/XHTML.
- setHttpPassword(String) - Method in class com.princexml.Prince
-
Specify the password for HTTP basic authentication.
- setHttpProxy(String) - Method in class com.princexml.Prince
-
Specify the URL for the HTTP proxy server, if needed.
- setHttpUsername(String) - Method in class com.princexml.Prince
-
Specify the username for HTTP basic authentication.
- setInputType(String) - Method in class com.princexml.Prince
-
Specify whether documents should be parsed as HTML or XML/XHTML.
- setJavaScript(boolean) - Method in class com.princexml.Prince
-
Specify whether JavaScript scripts found in the document should be
executed during document conversion.
- setLog(String) - Method in class com.princexml.Prince
-
Specify a file that Prince should use to log error/warning messages.
- setNetwork(boolean) - Method in class com.princexml.Prince
-
Specify whether network access is allowed for downloading HTTP
resources.
- setOptions(String) - Method in class com.princexml.Prince
-
Specify additional Prince command-line options.
- setSubsetFonts(boolean) - Method in class com.princexml.Prince
-
Specify whether embedded fonts should be subset to only include the
glyphs that are actually used in the PDF file.
- setVerbose(boolean) - Method in class com.princexml.Prince
-
Enable verbose logging of informative messages.
- setXInclude(boolean) - Method in class com.princexml.Prince
-
Specify whether XML Inclusions (XInclude) processing should be applied
to input documents.