|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputProfile | |
---|---|
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 | |
---|---|
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. |
static OutputProfile |
OutputProfile.PDFA1b_2005_Acrobat
An OutputProfile representing the PDF/A-1b:2005 specification, as interpreted by Acrobat. |
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 |
Methods in org.faceless.pdf2 that return OutputProfile | |
---|---|
OutputProfile |
PDF.getBasicOutputProfile()
Return a basic OutputProfile for this PDF. |
OutputProfile |
PDF.getFullOutputProfile()
Return a full OutputProfile for this PDF. |
Methods in org.faceless.pdf2 with parameters of type OutputProfile | |
---|---|
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)
Set the Output Profile to use when rendering this PDF document. |
void |
PDFParser.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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |