-1

I want to display a preview of files uploaded by a users. For this reason, I have to convert docx-files to pdf using python 3.7.

When looking for a library to do the job I found the following:

  • pdfminer, but it only supports python 2.7
  • comtypes, but it is a library for Windows only

Are there any other alternatives?

Ente
  • 2,301
  • 1
  • 16
  • 34
Jekson
  • 2,892
  • 8
  • 44
  • 79

1 Answers1

1

Yes. You might want to have a look at pandoc.

Ente
  • 2,301
  • 1
  • 16
  • 34