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
Methods in com.itextpdf.pdfa with parameters of type PdfOutputIntentModifier and TypeMethodDescriptionvoid
PdfADocument.addOutputIntent
(PdfOutputIntent outputIntent) AddsPdfOutputIntent
that shall specify the colour characteristics of output devices on which the document might be rendered.Constructors in com.itextpdf.pdfa with parameters of type PdfOutputIntentModifierConstructorDescriptionPdfADocument
(PdfWriter writer, PdfAConformanceLevel conformanceLevel, PdfOutputIntent outputIntent) Constructs a new PdfADocument for writing purposes, i.e.PdfADocument
(PdfWriter writer, PdfAConformanceLevel conformanceLevel, PdfOutputIntent outputIntent, DocumentProperties properties) Constructs a new PdfADocument for writing purposes, i.e.