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

Import Error in Python with pdfservices_sdk.

New Here ,
Mar 13, 2025 Mar 13, 2025

I am experiencing an import error in python from the pdfservices_sdk package. 

 

I am a first time user of the Adobe developer tools I have gotten my developer credetials, installed pdsservices_sdk and confirmed successful install using pip show command. I tried searching this forum for an answer, but could not find one. 

 

This is the first line of my python code: 

from adobe_pdf_services import PDFApi,  ExtractPDFParams,  ExtractElementType

 

This isi the error message I'm getting:

Error Message: ImportError: cannot import name 'PDFApi' from 'pdfservices_sdk' (unknown location)

 

I'm suspecting that I must have missed somethign on setup of the environment.  I would appreciate any guidance on this.  Thanks, Ben

83
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
Community Expert ,
Mar 17, 2025 Mar 17, 2025
LATEST

Try setting up again. If it's still broken, leave a not in GitHub. 

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