Package | Description |
---|---|
com.xpert.faces.component.pdfprinter |
Modifier and Type | Method and Description |
---|---|
static PageOrientation |
PageOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageOrientation[] |
PageOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
PDFPrinterBuilder.createPDF(javax.faces.context.FacesContext context,
String html,
PageOrientation pageOrientation,
boolean cacheCss,
boolean replaceHttp)
Return a byte representation of a PDF file, based on a HTML String.
|
static String |
HtmlNormalizer.normalize(String html,
String baseUri,
PageOrientation pageOrientation)
Normalize the document, setting absolute link on images, css, etc.
|
Copyright © 2015. All rights reserved.