We have a paid PDF Service API license subscribed via AWS Marketplace and been using Node SDK and JWT credentials to make API calls. This is the original code before migration: const credentials =
PDFServicesSdk.Credentials.serviceAccountCredentialsBuilder()
.withClientId(JWT_CLIENT_ID)
.w...