AlJohri / docx2pdf

MIT License
513 stars 96 forks source link

PDF file is displaying a generic name like "My Report" instead of the actual file name #88

Open Ajhp18 opened 1 year ago

Ajhp18 commented 1 year ago

I am using Python-docx to create word documents/reports. Here, I am using a word document template. The generated word document is to be converted to a PDF. For this, I am using docx2pdf. However, even though my file name is specific like 'data_report.docx', the converted PDF file is showing as 'My Report.pdf'. How can I resolve this issue?

AlJohri commented 1 year ago

this sounds specific to your code, I don't think there's anything in docx2pdf that would generate a filename of My Report.pdf

can you share a reproducible example?