I have a client, that sells stuff and has to send a PDF with variable information (customers name and address, generated numbers...)
Currently we get a couple of templates (about 10 at the moment) for that from our client - in .docx We take those, fill in the variables and convert it to a PDF for sending to the customer.
As you can imagine, this is really a pain for us, because we always have to fix some formatting issues in there.
Is there a "best practice" on how to do this? We really don't want to work fix word files and it should also be very easy for our client. I was thinking about some kind of WYSIWYG editor that creates a PDF out of html?
Does anyone has any other suggestion or experience with this issue?