| Package | Description |
|---|---|
| nl.b3p.pzh.rwbp.printen |
| Modifier and Type | Method and Description |
|---|---|
static void |
PrintGenerator.createOutput(PrintInfoList info,
String mimeType,
File xslFile,
boolean addJavascript,
javax.servlet.http.HttpServletResponse response,
String filename) |
static void |
PrintGenerator.createOutput(PrintInfoList info,
String mimeType,
InputStream xslIs,
String basePath,
boolean addJavascript,
javax.servlet.http.HttpServletResponse response,
String filename)
Create the output pdf.
|
static void |
PrintGenerator.createOutput(PrintInfoList info,
String mimeType,
InputStream xslIs,
String basePath,
OutputStream out,
String filename) |
static void |
PrintGenerator.createOutput(PrintInfoList info,
String mimeType,
URL xslUrl,
boolean addJavascript,
javax.servlet.http.HttpServletResponse response,
String filename) |
Copyright © 2018. All rights reserved.