|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpedal.objects.PdfFileInformation
public class PdfFileInformation
Added as a repository to store PDF file metadata (both legacy fields and XML metadata) in so that it can be accesed.
Please see org.jpedal.examples (especially SimpleViewer) for example code.
| Constructor Summary | |
|---|---|
PdfFileInformation()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getFieldNames()
return list of field names |
java.lang.String[] |
getFieldValues()
return list of field values to match field names (legacy non-XML information fields) |
java.lang.String |
getFileXMLMetaData()
return XML data embedded inside PDF |
byte[] |
getFileXMLMetaDataArray()
Deprecated. please use getFileXMLMetaData() |
void |
setFieldValue(int i,
java.lang.String convertedValue)
set the information values as file opened by JPedal (should not be used externally) |
void |
setFileXMLMetaData(byte[] rawData)
set list of field names as file opened by JPedal (should not be used externally) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PdfFileInformation()
| Method Detail |
|---|
public java.lang.String[] getFieldNames()
public java.lang.String getFileXMLMetaData()
public byte[] getFileXMLMetaDataArray()
public void setFileXMLMetaData(byte[] rawData)
public java.lang.String[] getFieldValues()
public void setFieldValue(int i,
java.lang.String convertedValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||