PTExtractFlag
enum PTExtractFlag {
e_ptforms_only, // default, only extract form fields to FDF
e_ptannots_only, // only extract annots
/// extract both form fields and annots
e_ptboth,
/// same as e_ptannots_only but no url links get converted
e_ptannots_only_no_links = 5
}
Undocumented
-
Undocumented
Declaration
Objective-C
e_ptforms_only
-
Undocumented
Declaration
Objective-C
e_ptannots_only
-
extract both form fields and annots
Declaration
Objective-C
e_ptboth
-
same as e_ptannots_only but no url links get converted
Declaration
Objective-C
e_ptannots_only_no_links = 5