|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.snowtide.pdf.util.KodakPrintData
public class KodakPrintData
This class extracts Kodak print job data (%KDK commands). KDK commands are a Kodak-specific extension to the
PDF file format; they are used to specify print settings to Kodak printers (such as
copy counts, duplex options, finishing options, etc). Simply pass an open PDFTextStream instance to
extract(PDFTextStream)
to check for and extract any KDK data contained in the associated PDF document.
Method Summary | |
---|---|
static KodakPrintData |
extract(PDFTextStream stream)
|
byte[] |
getData()
Returns the raw KDK print job data as extracted from the PDF document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte[] getData()
public static KodakPrintData extract(PDFTextStream stream) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |