79491175

Date: 2025-03-07 03:12:46
Score: 2
Natty:
Report link

Changing

pdf_doc = word.Documents.Open(pdf_path)

to

pdf_doc = word.Documents.Open(pdf_path, False, False, False)

fixed the issue for me.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ClusterPhuck69