0% | 0/1 [00:00<?, ?it/s] error while building docx to pdf converter using docx2pdf python package

217 views Asked by At

I am using Mac and trying to build a converter that converts docx file to pdf file. I am using docx2pdf python package.

from docx2pdf import convert

convert('my.docx')

enter image description here

When I run the code, I am getting " 0%| | 0/1 [00:00<?, ?it/s]" error

enter image description here

0

There are 0 answers