Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Unable to build credential object with pdf service sdk

New Here ,
Mar 16, 2023 Mar 16, 2023

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.

309
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 20, 2023 Mar 20, 2023
LATEST

Could be a path issue, obviously Linux does / whereas Windows does \. Did you correct that?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources