Hi and thanks for reading,
I need to be able to parse several PDF with this format: http://www.buenosaires.gob.ar/sites/gcaba/files/modulo_a_motos_espanol.pdf
To JavaScript "Questions" objects. As you can notice is a PDF that contains questions from an drive licence multiple choice exam, which i need to consume to do an exam simulator.
I need for every Question object, the question itself, the three answers...And the hard part....The correct answer (colored in light blue) and the associated image if exists.
Any help or orientation will be appreciated! I work with java and js.