Package | Description |
---|---|
org.faceless.pdf2 |
Contains the classes used to create a PDF document
|
Modifier and Type | Field and Description |
---|---|
static OutputProfile |
OutputProfile.Acrobat4Compatible
Force the document to be Acrobat 4.0 compatible.
|
static OutputProfile |
OutputProfile.Acrobat5Compatible
Force the document to be Acrobat 5.0 compatible.
|
static OutputProfile |
OutputProfile.Acrobat6Compatible
Force the document to be Acrobat 6.0 compatible.
|
static OutputProfile |
OutputProfile.Acrobat7Compatible
Force the document to be Acrobat 7.0 compatible.
|
static OutputProfile |
OutputProfile.Acrobat8Compatible
Force the document to be Acrobat 8.0 compatible.
|
static OutputProfile |
OutputProfile.Acrobat9Compatible
Force the document to be Acrobat 9.0 compatible.
|
static OutputProfile |
OutputProfile.AcrobatXCompatible
Force the document to be Acrobat X compatible.
|
static OutputProfile |
OutputProfile.Default
This is the default OutputProfile.
|
static OutputProfile |
OutputProfile.ImageOnly
Add some features to the PDF that are useful when the PDF consists only of one big
JPEG image.
|
static OutputProfile |
OutputProfile.NoCompression
Save the document with no compression.
|
static OutputProfile |
OutputProfile.NotPDFX
This OutputProfile removes any PDF/X information from the document - useful
if a document has been altered and no longer meets that requirement.
|
static OutputProfile |
OutputProfile.PDFA1b_2005
An OutputProfile representing the PDF/A-1b:2005 specification (ISO 19005-1, Level B conformance).
|
static OutputProfile |
OutputProfile.PDFA1b_2005_Acrobat
An OutputProfile representing the PDF/A-1b:2005 specification, as interpreted by Acrobat.
|
static OutputProfile |
OutputProfile.PDFA2b
An OutputProfile representing the PDF/A-2b specification (ISO 19005-2, Level B conformance).
|
static OutputProfile |
OutputProfile.PDFA3b
An OutputProfile representing the PDF/A-3b specification (ISO 19005-3, Level B conformance).
|
static OutputProfile |
OutputProfile.PDFX1a_2001
Save the document so that it conforms to the PDF/X-1a:2001 (ISO15390-1) prepress
specification.
|
static OutputProfile |
OutputProfile.PDFX1a_2003
Save the document so that it conforms to the PDF/X-1a:2003 (ISO15390-4) prepress
specification.
|
static OutputProfile |
OutputProfile.PDFX3_2002
Save the document so that it conforms to the PDF/X-3:2002 (ISO15390-3) prepress
specification.
|
static OutputProfile |
OutputProfile.PDFX3_2003
Save the document so that it conforms to the PDF/X-3:2003 (ISO15390-6) prepress
specification.
|
static OutputProfile |
OutputProfile.PDFX3_2003_Acrobat
Deprecated.
use
PDFX3_2003 instead |
Modifier and Type | Method and Description |
---|---|
OutputProfile |
PDF.getBasicOutputProfile()
Return a basic OutputProfile for this PDF.
|
OutputProfile |
PDF.getFullOutputProfile()
Deprecated.
since 2.18 the OutputProfiler class gives more control and should be used instead of PDF.getFullOutputProfile
|
OutputProfile |
OutputProfiler.getProfile()
Return the
OutputProfile calculated by the OutputProfiler.run() method. |
OutputProfile |
OutputProfiler.waitForProfile()
Wait for the profiling operation running in this (or another) thread to finish,
and return the profile when done.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputProfiler.apply(OutputProfile targetprofile)
Set the specified
OutputProfile on the PDF. |
OutputProfile.Feature[] |
OutputProfile.isCompatibleWith(OutputProfile profile)
Check to see if the current OutputProfile matches the requrements of the
specified OutputProfile.
|
void |
PDF.setOutputProfile(OutputProfile targetprofile)
Deprecated.
since 2.18 the OutputProfiler class should be used instead of calling PDF.setOutputProfile
|
void |
PDFParser.setOutputProfile(OutputProfile profile)
Set the OutputProfile which should be updated for any extraction or rendering
performed with this PDFParser.
|
Constructor and 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.
|
ProcessColorAction(OutputProfile target)
Create a new
ProcessColorAction that will
convert process colors to the ColorSpace specified in the supplied OutputProfile's
Output Intent. |
Copyright © 2001-2017 Big Faceless Organization