0
Unable to build credential object with pdf service sdk
New Here
,
/t5/acrobat-services-api-discussions/unable-to-build-credential-object-with-pdf-service-sdk/td-p/13657524
Mar 16, 2023
Mar 16, 2023
Copy link to clipboard
Copied
I am using adobe acrobat pdf service sdk to extract pdf files into json and excel files. My application is perfectly working in my windows system.
But when I have deployed it into a linux system, it is not working. There the program is exiting when my program is going to create and build the credential object as below:
Credentials credentials = Credentials.serviceAccountCredentialsBuilder().fromFile(<pdfservices-api-credentials file path>).build();
Even it is not throwing any error, it immediately exiting from the method.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
LATEST
/t5/acrobat-services-api-discussions/unable-to-build-credential-object-with-pdf-service-sdk/m-p/13664489#M5826
Mar 20, 2023
Mar 20, 2023
Copy link to clipboard
Copied
Could be a path issue, obviously Linux does / whereas Windows does \. Did you correct that?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

