How do I graph, create KPIs and then display the produced graphic in a PDF file
I am using javascript to create an interactive PDF. I have just been doing this for a few weeks so I'm definitely a beginner. I have been successful in collecting and storing data from user form input.
Now, I would like to graph results from this data (and ultimately create KPIs) and insert the generated images at predefined locations in the same PDF document - but I am not having any success.
1) I haven't been able to find PDF javascript APIs to create basic graphs.
2) Also I tried to import external library that creates KPIs into my PDF javascript logic but it didn't allow me to use the 'import' statement.
Is what I'm trying to do possible?
Thanks
