At my current job me and the rest of the staff that work in my area are uisng a lot of files that when opened look like PDF files but there not. They're actually .exe files and the the program that opens them is called Omni Form Mailable Filler. I've already touched base with that company and they don't support that program anymore. When we use the files we are always having to fill in a lot of the same information over and over through 6 or more files. I'd like to be able to write a small simple GUI program that would allow us to enter all relevant informationg once and have the program create all the needed forms. So I have two objectives.
1: I need to be able to create PDF files taht look like the Omni Form files. So what I need is a recomendation on a good program for PDF file creation, preferably on Linux.
2: A recomendaiton on a good python library for writting to and filling in info on PDF files.
Thanks for any and all replies.