I have PDF forms and I used adobe acrobat pro version 9 to add some hidden fields, buttons and some validation in javascript to it.
Also I am using dynamicPDF api (first time) in java to read that PDF and pre-populate few fields with some values (eg date with current date and some url fields) and drawing it into byte array and sending back to render.
But while rendering dynamic PDF is messing up my forms. Its not showing buttons perfectly that I added using adobe. Buttons are displayed with NO LABEL on it and if I click it shows *
on it. Don't know why.
I am using Dynamic PDF as a replacement to FDF Merge. So I want same functionality from dynamicPDF and I am total beginner to both APIs.
Any suggestion?