Class PdfFileExport
- java.lang.Object
-
- org.uberfire.ext.editor.commons.client.file.exports.PdfFileExport
-
- All Implemented Interfaces:
FileExport<PdfDocument>
public class PdfFileExport extends Object implements FileExport<PdfDocument>
-
-
Constructor Summary
Constructors Constructor Description PdfFileExport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(PdfDocument content, String fileName)Export thecontentinto a file with the name given byfileName
-
-
-
Method Detail
-
export
public void export(PdfDocument content, String fileName)
Description copied from interface:FileExportExport thecontentinto a file with the name given byfileName- Specified by:
exportin interfaceFileExport<PdfDocument>- Parameters:
content- The data to be exportedfileName- The resulting file name.
-
-