Place multiple images on pdf document through javascript
Hello, I am working with a teacher and we are trying to figure out how we can place multiple images on a pdf to make worksheets for the students. So we have 8 images saved in C:\MathProblems (math1.jpg, math2.jpg, math3.jpg, ect..) and there are 8 different places on the screen we want the images to display in a random order. The idea is that if we change the images locally that it would change them on the pdf. How would we placed the images in the document using javascript? We are both pretty new to javascripting so any help would be greatly appreciated!