Interface PdfPrinter<PrintSettingT extends PrintSettings>

Type Parameters:
PrintSettingT - the print settings type that can be applied to the print job.
All Superinterfaces:
Printer<PrintSettingT>

public interface PdfPrinter<PrintSettingT extends PrintSettings> extends Printer<PrintSettingT>
A printer that allows you to print to PDF.
Since:
7.13