combine_pdf icon indicating copy to clipboard operation
combine_pdf copied to clipboard

SystemStackError: stack level too deep for docx file

Open nfedyashev opened this issue 2 years ago • 1 comments

Hello,

I have been using combine_pdf for quite some time and it worked great. And recently I've found a valid docx file which seems to break CombinePDF parser, it goes into SystemStackError. I wasn't able to fully figure out how this docx file is different than all the others docx files(which don't have any parsing issues).

CombinePDF.parse(file.read, allow_optional_content: true)

Any hints or ideas are greatly appreciated.

combine_pdf_issue_213.docx

nfedyashev avatar Apr 29 '22 16:04 nfedyashev