@nj2 If this external service exposes a REST API that you can tap into , you can create an OSGI service that lets fetch pdf links from the external server as a REST call. Once you have this data , you can use the same in your page via an AEM component backed by a sling model that has fields that hol...