HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Protected Member Functions | |
virtual void | KidNode (PdfDictionary merged, String name) |
virtual void | ReadFields () |
Properties | |
Hashtable | Fields [get] |
String | FileSpec [get] |
![]() | |
RandomAccessFileOrArray | SafeFile [get] |
int | NumberOfPages [get] |
PdfDictionary | Catalog [get] |
PRAcroForm | AcroForm [get] |
Dictionary< string, string > | Info [get] |
bool | Tampered [get, set] |
byte[] | Metadata [get] |
int | LastXref [get] |
int | XrefSize [get] |
int | EofPos [get] |
char | PdfVersion [get] |
int | Permissions [get] |
PdfDictionary | Trailer [get] |
AcroFields | AcroFields [get] |
String | JavaScript [get] |
virtual int | ViewerPreferences [set] |
virtual int | SimpleViewerPreferences [get] |
bool | Appendable [get, set] |
int | FileLength [get] |
bool | IsOpenedWithFullPermissions [get] |
![]() | |
int | ViewerPreferences [set] |
Reads an FDF form and makes the fields available
iTextSharp.text.pdf.FdfReader.FdfReader | ( | String | filename | ) |
Reads an FDF form.
filename | the file name of the form |
IOException | on error |
iTextSharp.text.pdf.FdfReader.FdfReader | ( | byte[] | pdfIn | ) |
Reads an FDF form.
pdfIn | the byte array with the form |
IOException | on error |
iTextSharp.text.pdf.FdfReader.FdfReader | ( | Uri | url | ) |
Reads an FDF form.
url | the URL of the document |
IOException | on error |
iTextSharp.text.pdf.FdfReader.FdfReader | ( | Stream | isp | ) |
Reads an FDF form.
is | the InputStream containing the document. The stream is read to the end but is not closed |
IOException | on error |
PdfDictionary iTextSharp.text.pdf.FdfReader.GetField | ( | String | name | ) |
Gets the field dictionary.
name | the fully qualified field name |
String iTextSharp.text.pdf.FdfReader.GetFieldValue | ( | String | name | ) |
Gets the field value or null
if the field does not exist or has no value defined.
name | the fully qualified field name |
null
|
protectedvirtual |
|
protectedvirtual |
|
get |
Gets all the fields. The map is keyed by the fully qualified field name and the value is a merged PdfDictionary
with the field content.
|
get |
Gets the PDF file specification contained in the FDF.