Uses of Class
com.itextpdf.kernel.pdf.PdfOutputIntent
-
Uses of PdfOutputIntent in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionvoid
PdfDocument.addOutputIntent
(PdfOutputIntent outputIntent) AddsPdfOutputIntent
that shall specify the colour characteristics of output devices on which the document might be rendered.PdfPage.addOutputIntent
(PdfOutputIntent outputIntent) AddsPdfOutputIntent
that shall specify the colour characteristics of output devices on which the page might be rendered. -
Uses of PdfOutputIntent in com.itextpdf.pdfa
ModifierConstructorDescriptionPdfADocument
(PdfWriter writer, PdfAConformance aConformance, PdfOutputIntent outputIntent) Constructs a new PdfADocument for writing purposes, i.e.PdfADocument
(PdfWriter writer, PdfAConformance aConformance, PdfOutputIntent outputIntent, DocumentProperties properties) Constructs a new PdfADocument for writing purposes, i.e.