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')
When I run the code, I am getting " 0%| | 0/1 [00:00<?, ?it/s]" error
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')
When I run the code, I am getting " 0%| | 0/1 [00:00<?, ?it/s]" error