Class PdfFileExport

    • Constructor Detail

      • PdfFileExport

        public PdfFileExport()
    • Method Detail

      • export

        public void export​(PdfDocument content,
                           String fileName)
        Description copied from interface: FileExport
        Export the content into a file with the name given by fileName
        Specified by:
        export in interface FileExport<PdfDocument>
        Parameters:
        content - The data to be exported
        fileName - The resulting file name.