HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Licensing / Purchasing of PD4ML › PD4ML – Which licence key should we use › Reply To: PD4ML – Which licence key should we use
Hi! It must be so called “Activation code”: few uppercased alpha-numeric groups, delimited by dashes
I have one which matches that description, but that throws an exception which aludes to a string to int cast error! Stack trace:
java.lang.NumberFormatException: For input string: “”
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:592)
at java.lang.Integer.parseInt(Integer.java:615)
at com.pd4ml.util.GOST$Auth.<init>(GOST.java:41)
at com.pd4ml.PD4ML.applyLicense(PD4ML.java:271)