Create bookmarks in a multipage pdf file with javascript
I am using Adobe Acrobat DC on windows.
I have a pdf with 200 pages and each page contains information about a student. I need to turn those 200 pages into 200 individual files containing the student’s name as a file name. In order to do that, I have been creating bookmarks ( bookmark is the student's name) manually so i can split 200 files with students' names.
The location of the student is fixed. The “student name” label is on the top and the student's name is below the label.
I have been looking to automate to create bookmarks using javascript. I looked in the lot of forums to find the answer but I can not find it. I am not a programmer . i know little bit of javascript. Can someone help me if it can be done?
I was trying out different codes from the internet but it does not work.
Thank you,
