Actually not either as Rennur put a thought in my mind that I could just use the software that I use for my web help that I have incorporated into my apps. I use HelpSmith. So I can now easily create html templates without knowing html! I also have the html to pdf freebie that Rennur suggested working as well. So my last step is to put it all in a process.
But I have an issue Rennur with that.
I previously just did a create document using a form operation with the user defined documents ticked so users could select one of their own templates. I'm now wanting to use a process instead so I can do the export and convert to pdf but the tags in the template are not being replaced with the data from the form. It works fine using the create document from the form but the process doesn't do it.
I have the BO as process input and just do a
Display document UserDefDoc.UDD_Template
so I can't see what I'm doing wrong. I'm just trying a display first and once I know that that works I'll change it to an export, convert and import.
Happy to share once I have it all working.