Open GoogleCodeExporter opened 9 years ago
Is there a PDF file that can be used to demonstrate the problem?
Original comment by thestig@chromium.org
on 11 Aug 2015 at 10:24
Attached is a PDF that contains a single text field that has the following
custom Validate JavaScript:
event.value = event.value.toUpperCase();
This script should convert the entered value to uppercase, but event.value is
read-only in pdfium for validation scripts, so the script has no effect.
Original comment by acroscr...@gmail.com
on 11 Aug 2015 at 10:40
Attachments:
Original issue reported on code.google.com by
acroscr...@gmail.com
on 3 Jul 2015 at 10:00