#33699
Hi PD4ML,
We are using 4.0.6 latest snapshot with license.
We are trying to generate editable PDF, but we are seeing some exceptions.
Markup being used:
<input type=’checkbox’ value=’true’ name=’$Test’ />
<input type=’radio’ name=’$Test1′ value=’UI’>
Java Code:
pd4ml.generateForms(true, “”);
Exceptions seen:
Whenever the name attribute value contains “$”, we are seeing pd4ml exceptions as below
Exception in thread “main” java.lang.NullPointerException
at com.pd4ml.pdf.builder.e.o00000(y:1112)
at com.pd4ml.pdf.builder.e.o00000(y:1968)
at com.pd4ml.html.doc.render.to.m.o00000(y:1058)
at com.pd4ml.html.doc.render.n.o00000(y:977)
at com.pd4ml.html.doc.render.nb.o00000(y:3497)
at com.pd4ml.html.doc.render.p.o00000(y:301)
at com.pd4ml.html.doc.render.to.f.super(y:1558)
at com.pd4ml.PD4ML.writePDF(y:3080)
at Test.TestJar.main(TestJar.java:40)
Thanks,
Rekha Tavvala