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)
FileExport
content
into a file with the name given by fileName
export
in interface FileExport<PdfDocument>
content
- The data to be exportedfileName
- The resulting file name.Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.