`addJS` doesn't escape the JS code
Closed this issue · 0 comments
NotWearingPants commented
The JS code is not escaped, so something like:
pdf_writer.addJS(r'app.alert("\x41");')
will alert x41
instead of A
.
Closed this issue · 0 comments
The JS code is not escaped, so something like:
pdf_writer.addJS(r'app.alert("\x41");')
will alert x41
instead of A
.