| Package | Description |
|---|---|
| nl.b3p.viewer.print |
| Modifier and Type | Method and Description |
|---|---|
static void |
PrintGenerator.createOutput(PrintInfo info,
String mimeType,
File xslFile,
boolean addJavascript,
javax.servlet.http.HttpServletResponse response,
String filename) |
static void |
PrintGenerator.createOutput(PrintInfo info,
String mimeType,
InputStream xslIs,
String basePath,
boolean addJavascript,
javax.servlet.http.HttpServletResponse response,
String filename)
Create the output pdf.
|
static void |
PrintGenerator.createOutput(PrintInfo info,
String mimeType,
InputStream xslIs,
String basePath,
OutputStream out,
String filename) |
static void |
PrintGenerator.createOutput(PrintInfo info,
String mimeType,
URL xslUrl,
boolean addJavascript,
javax.servlet.http.HttpServletResponse response,
String filename) |
static String |
PrintUtil.printInfoToString(PrintInfo info)
debugging utility for printing formatted PrintInfo.
|
| Constructor and Description |
|---|
PrintGenerator(PrintInfo info,
String mimeType,
File xsl,
String filename,
String fromName,
String fromMail,
String toMail,
Locale locale) |
Copyright © 2018. All rights reserved.