I don't have a concrete project yet, but in anticipation I would like to know if it is possible to fill a pdf with data stored in mysql?
It would be a question of a form with several lines and column history not to simplify the thing... If yes, what technology/language to use?
I found several tutorials which however start from a blank pdf. I have the constraint of having to place the data in certain specific places.
Try using PyFPDF or ReportLab to create and manipulate PDF documents in Python.