Uses of Class
com.itextpdf.kernel.pdf.PdfOutputIntent
Packages that use PdfOutputIntent
-
Uses of PdfOutputIntent in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf with parameters of type PdfOutputIntentModifier 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
Constructors in com.itextpdf.pdfa with parameters of type PdfOutputIntentModifierConstructorDescriptionPdfADocument
(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.