Can Javascript be used to modify bookmarks using external URL's
We currently have some pdf's that have bookmarks to external files using a url e.g. https://externalsource/PDF_files/file_abc.pdf.
We are changing where these files are located and need to update all the bookmarks to be e.g.
https://externalsource.com/PDF_files/file_abc.pdf.
Is there way to do this in bulk per pdf file or even bulk over multiple files at a time?
Once the update is done we would need to remove the javascript from within the PDF for security reasons...potentially.
Open for suggestions on other ways to do this in bulk.
Sorry if this is a silly question.
