Import values from JSON or similar into PDF
Hi, last days I'm diving into this awesome world of scripting.
I'm trying to guess the way to import, parse and play with a JSON file into Acrobat using Javascript.
I'm able to get the content using util.readFileIntoStream, but now, I don't know what to do with it... JSON.parse doesn't seem to work.
Thanks in advance!
