Uses of Class
org.faceless.pdf2.OutputProfile
-
Packages that use OutputProfile Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OutputProfile in org.faceless.pdf2
Fields in org.faceless.pdf2 declared as OutputProfile Modifier and Type Field Description static OutputProfileOutputProfile. Acrobat4CompatibleForce the document to be Acrobat 4.0 compatible.static OutputProfileOutputProfile. Acrobat5CompatibleForce the document to be Acrobat 5.0 compatible.static OutputProfileOutputProfile. Acrobat6CompatibleForce the document to be Acrobat 6.0 compatible.static OutputProfileOutputProfile. Acrobat7CompatibleForce the document to be Acrobat 7.0 compatible.static OutputProfileOutputProfile. Acrobat8CompatibleForce the document to be Acrobat 8.0 compatible.static OutputProfileOutputProfile. Acrobat9CompatibleForce the document to be Acrobat 9.0 compatible.static OutputProfileOutputProfile. AcrobatXCompatibleForce the document to be Acrobat X compatible.static OutputProfileOutputProfile. DefaultThis is the default OutputProfile.static OutputProfileOutputProfile. FacturX1_BASICAn OutputProfile representing the Factur-X 1.0 (BASIC Conformance) specification, as defined in https://fnfe-mpe.org/factur-x/factur-x_en/.static OutputProfileOutputProfile. FacturX1_EN16931An OutputProfile representing the Factur-X 1.0 (EN 16931 Conformance) specification, as defined in https://fnfe-mpe.org/factur-x/factur-x_en/.static OutputProfileOutputProfile. FacturX1_EXTENDEDAn OutputProfile representing the Factur-X 1.0 (EXTENDED Conformance) specification, as defined in https://fnfe-mpe.org/factur-x/factur-x_en/.static OutputProfileOutputProfile. FacturX1_XRECHNUNGAn OutputProfile representing the Factur-X 1.0.06 (XRECHNUNG Conformance) specification, as defined in https://fnfe-mpe.org/factur-x/factur-x_en/.static OutputProfileOutputProfile. ImageOnlyAdd some features to the PDF that are useful when the PDF consists only of one big JPEG image.static OutputProfileOutputProfile. NoCompressionSave the document with no compression.static OutputProfileOutputProfile. NotPDFXThis OutputProfile removes any PDF/X information from the document - useful if a document has been altered and no longer meets that requirement.static OutputProfileOutputProfile. PDFA1a_2005An OutputProfile representing the PDF/A-1a:2005 specification (ISO 19005-1, Level A conformance).static OutputProfileOutputProfile. PDFA1b_2005An OutputProfile representing the PDF/A-1b:2005 specification (ISO 19005-1, Level B conformance).static OutputProfileOutputProfile. PDFA2aAn OutputProfile representing the PDF/A-2a specification (ISO 19005-2:2011, Level A conformance).static OutputProfileOutputProfile. PDFA2bAn OutputProfile representing the PDF/A-2b specification (ISO 19005-2:2011, Level B conformance).static OutputProfileOutputProfile. PDFA2uAn OutputProfile representing the PDF/A-2u specification (ISO 19005-2:2011 Level U conformance).static OutputProfileOutputProfile. PDFA3aAn OutputProfile representing the PDF/A-3a specification (ISO 19005-3:2012, Level A conformance).static OutputProfileOutputProfile. PDFA3bAn OutputProfile representing the PDF/A-3b specification (ISO 19005-3:2012, Level B conformance).static OutputProfileOutputProfile. PDFA3uAn OutputProfile representing the PDF/A-3u specification (ISO 19005-3, Level U conformance).static OutputProfileOutputProfile. PDFA4An OutputProfile representing the PDF/A-4 profile as defined in ISO19005-4:2020.static OutputProfileOutputProfile. PDFA4eAn OutputProfile representing the PDF/A-43 profile as defined in ISO19005-4:2020.static OutputProfileOutputProfile. PDFA4fAn OutputProfile representing the PDF/A-4f profile as defined in ISO19005-4:2020.static OutputProfileOutputProfile. PDFUA1An OutputProfile representing the PDF/UA-1 specification (ISO 14289-1:2014).static OutputProfileOutputProfile. PDFUA2An OutputProfile representing the PDF/UA-2 profile (ISO14289-2:2024).static OutputProfileOutputProfile. PDFX1a_2001Save the document so that it conforms to the PDF/X-1a:2001 (ISO15390-1) prepress specification.static OutputProfileOutputProfile. PDFX1a_2003Save the document so that it conforms to the PDF/X-1a:2003 (ISO15390-4) prepress specification.static OutputProfileOutputProfile. PDFX3_2002Save the document so that it conforms to the PDF/X-3:2002 (ISO15390-3) prepress specification.static OutputProfileOutputProfile. PDFX3_2003Save the document so that it conforms to the PDF/X-3:2003 (ISO15390-6) prepress specification.static OutputProfileOutputProfile. PDFX4The profile representing the PDF/X-4:2010 (ISO15930-7:2010) specification.static OutputProfileOutputProfile. WTPDF_Accessibility_1An OutputProfile representing the WTPDF "accessibility 1.0" profile.static OutputProfileOutputProfile. WTPDF_Reuse_1An OutputProfile representing the WTPDF "reuse 1.0" profile.static OutputProfileOutputProfile. ZUGFeRD1_BasicAn OutputProfile representing the ZUGFeRD 1.0 (Basic Conformance) specification, as defined in http://www.ferd-net.de/front_content.phpstatic OutputProfileOutputProfile. ZUGFeRD1_ComfortAn OutputProfile representing the ZUGFeRD 1.0 (Comfort Conformance) specification, as defined in http://www.ferd-net.de/front_content.phpstatic OutputProfileOutputProfile. ZUGFeRD1_ExtendedAn OutputProfile representing the ZUGFeRD 1.0 (Extended Conformance) specification, as defined in http://www.ferd-net.de/front_content.phpstatic OutputProfileOutputProfile. ZUGFeRD2_BASICAn OutputProfile representing the ZUGFeRD 2.0 (BASIC Conformance) specification, as defined in https://fnfe-mpe.org/factur-x/factur-x_en/.static OutputProfileOutputProfile. ZUGFeRD2_EN16931An OutputProfile representing the ZUGFeRD 2.0 (EN 16931 Conformance) specification, as defined in https://fnfe-mpe.org/factur-x/factur-x_en/.static OutputProfileOutputProfile. ZUGFeRD2_EXTENDEDAn OutputProfile representing the ZUGFeRD 2.0 (EXTENDED Conformance) specification, as defined in https://fnfe-mpe.org/factur-x/factur-x_en/.Methods in org.faceless.pdf2 that return OutputProfile Modifier and Type Method Description OutputProfilePDF. getBasicOutputProfile()Return a basic OutputProfile for this PDF.OutputProfilePDF. getFullOutputProfile()Deprecated.since 2.18 the OutputProfiler class gives more control and should be used instead of PDF.getFullOutputProfileOutputProfileOutputProfiler. getProfile()Return theOutputProfilecalculated by theOutputProfiler.run()method.OutputProfileXMP. getXMPOutputProfile()Return a partial OutputProfile that reflects only the features that apply to this XMP objectOutputProfileOutputProfiler. waitForProfile()Wait for the profiling operation running in this (or another) thread to finish, and return the profile when done.Methods in org.faceless.pdf2 that return types with arguments of type OutputProfile Modifier and Type Method Description Collection<OutputProfile>OutputProfile. getClaimedTargetProfiles()If this OutputProfile was extracted from a PDF, get the list of target OutputProfiles it claims to match.Methods in org.faceless.pdf2 with parameters of type OutputProfile Modifier and Type Method Description voidOutputProfiler. apply(OutputProfile targetprofile)Set the specifiedOutputProfileon the PDF.voidOutputProfile. denyClaim(OutputProfile profile)Remove any claims made by the specified OutputProfile from this target OutputProfile, by setting the appropriate feature to denied.OutputProfile.Feature[]OutputIntent. isCompatibleWith(OutputProfile target)Return the list of features of this OutputIntent that are incompatible with the supplied target OutputProfile, or null if this OutputIntent is compatibleOutputProfile.Feature[]OutputProfile. isCompatibleWith(OutputProfile profile)Check to see if the current OutputProfile matches the requrements of the specified OutputProfile.voidOutputProfile. merge(OutputProfile target)Merge the specified OutputProfile into this one, to create an OutputProfile that represents both targets.voidOutputProfile. merge(OutputProfile target, OutputProfile extracted)Merge the specified OutputProfile into this one, to create an OutputProfile that represents both targets.voidOutputProfiler.RasterizingAction. rasterize(OutputProfiler profiler, PDFPage page, OutputProfile pageProfile, ProfileComplianceException ei)Rasterize the page, converting its content to a bitmapvoidXMP. repair(PDF pdf, OutputProfile target, OutputProfiler.Strategy... strategy)Attempt to repair this XMP object to match the specified target, using the specified strategy.voidPDF. setOutputProfile(OutputProfile targetprofile)Deprecated.since 2.18 the OutputProfiler class or PDF(OutputProfile) constructor should be used instead of calling PDF.setOutputProfilevoidPDFParser. setOutputProfile(OutputProfile profile)Set the OutputProfile which should be updated for any extraction or rendering performed with this PDFParser.Constructors in org.faceless.pdf2 with parameters of type OutputProfile Constructor Description OutputProfile(OutputProfile original)Create an OutputProfile that is a clone of the specific OutputProfile.OutputProfile(OutputProfile template, String identifier, String description, String registry, String info, ICC_Profile iccprofile)Create a new OutputProfile based on the PDF/X or PDF/A standard.PDF(OutputProfile targetprofile)Create a new PDF and immediately apply the specifiedOutputProfile.ProcessColorAction(OutputProfile target)Create a newProcessColorActionthat will convert colors in the PDF to try and match the OutputProfile and its mainOutputIntent.ProcessColorAction(OutputProfile target, Collection<? extends ColorSpace> colorspaces)Create a newProcessColorActionthat will convert process colors to the ColorSpace specified in the supplied OutputProfile'sOutputIntent.
-