public class PdfFileExport extends Object implements FileExport<PdfDocument>
| Constructor and Description |
|---|
PdfFileExport() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(PdfDocument content,
String fileName)
Export the
content
into a file with the name given by fileName |
public void export(PdfDocument content, String fileName)
FileExportcontent
into a file with the name given by fileNameexport in interface FileExport<PdfDocument>content - The data to be exportedfileName - The resulting file name.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.