Uses of Class
com.itextpdf.kernel.pdf.PdfOutputIntent
-
Packages that use PdfOutputIntent Package Description com.itextpdf.kernel.pdf com.itextpdf.pdfa -
-
Uses of PdfOutputIntent in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf with parameters of type PdfOutputIntent Modifier and Type Method Description void
PdfDocument. addOutputIntent(PdfOutputIntent outputIntent)
AddsPdfOutputIntent
that shall specify the colour characteristics of output devices on which the document might be rendered.PdfPage
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
Constructors in com.itextpdf.pdfa with parameters of type PdfOutputIntent Constructor Description PdfADocument(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.
-