Question
Python IDE freezing when executing ExtractPDFOperation
I'm trying to extract tables from a PDF with the PDF Services API, but when I execute the ExtractPDFOperation (which is not at all unusally set up so far as I can see) I get the error message:
ERROR: adove.pdfservices.operation.internal.api.cpf_api:Failed in parsing Extract Result
Traceback (most recent call last):
File "C:\Users\ERIN\anaconda3\lib\site-packages\adobe\pdfservices\operation\internal\service\extract_pdf_api.py", line52, in download_and_save
extract_data_parser.parse()
File "C:\Users\ERIN\anaconda3\lib\site-packages\adobe\pdfservices\operation\internal\service\extract_data_parser.py, line 180 in parse
self.ed_zipper.add_rendition_data(rendition_output)
File "C:\Users\ERIN\anaconda3\lib\site-packages\adove\pdfservices\operation\internal\service\extract_data_zipper.py", line 28, in add_rendition_data
file_name = rdata.file_name+rdata.rendition_extension
TypeError: can only concatenate str (not "NoneType) to str.and the entire IDE then freezes completely. Does anyone have any ide what is going wrong or how to fix it?
