I need to generate the pdf file in Python. I have created a Word Template file (Word XML document) with placeholders in the document.
I populate the placeholders dynamically and can create a word document. However, I would like to convert this document generated into a PDF file.
BTW, I am trying this on Linux server. Any idea how this can be accomplished?