-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
When I use fpdm, checkbox appears correctly in okular but not in latest acrobat reader.
With the following change in src/fpdm.php, it works but I do not know what I am really doing...
@ -966,7 +958,7 @@
}
$CurLine =$this->pdf_entries[$field_checkbox_line];
$OldLen=strlen($CurLine);
- $CurLine = '/AS /'.$state;
+ $CurLine = '/AS /'.$state."\n/DV /$state\n/V /$state";
$NewLen=strlen($CurLine);
$Shift=$NewLen-$OldLen;
$this->shift=$this->shift+$Shift;
Metadata
Metadata
Assignees
Labels
No labels