I have a large PDF file with several hundred pages. Each page of the PDF contains a chart and also includes a unique identifier (the chart number).
I have individual comments for each chart and would like to insert these in the corresponding PDF page, e.g. chart comment 34 goes in PDF page containing chart 34.
My current approach is to insert these comments manually, one by one, using the comment tool in Adobe Acrobat Pro. This takes time as you can imagine.
Is there a way to speed up this process? Ideally, I would have all my comments in a spreadsheet (and less ideal, Python) with the chart code next to it. Then, comments would be written to the PDF.
Any ideas how this can be done?