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.
Copy link to clipboard
Copied
Could be a path issue, obviously Linux does / whereas Windows does \. Did you correct that?