Here is some background info. I'm on a shared linux server with hostgator.
I've looked at
- phplivedocx,
- pdftk,
- fpdf,
- SetaPDF-Merger API,
- Muhimbi PDF Converter,
- mbtPdfAsm,
- http://pdfmerger.codeplex.com/, and
- pdflib
to no avail.
My server setup either does not support the setup or the program does not do what I need.
I want to programmatically using php
- allow my users to upload .doc files,
- convert them to .pdf files,
- add either a background/watermark/stamp with my company logo/link to website on each page of the converted .pdf file,
- merge the converted .pdf file to an existing promotion .pdf file,
- save and store the completed file to the server/database using the original file name of the .doc file,
- and then email the file to my mailing list.
What are my options? Any suggestions...?