Created
August 2, 2024 15:52
-
-
Save cfjedimaster/6febbe6d2ea55648a3dd4c652bd3378c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
ServicePrincipalCredentials, | |
PDFServices, | |
MimeType, | |
CreatePDFJob, | |
CreatePDFResult | |
} from '@adobe/pdfservices-node-sdk'; | |
import fs from 'fs'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment