Forum Moderators: phranque
Can anyone point me in the right direction?
I have adobe distiller on my local pc but I can only distill invoices from an existing word doc.
Hopefully you dont need office/word installed on the server to do this feature?
Thanks.
There are also commercial software packages that will do it all for you too.
Try this. With this ... hm ... "tool" I generated invoices as pdf for orders.
Very powerfull ... perhaps to complex.
... does that method create a pdf in the
browser without actually making/saving a pdf file on the server
Yes. It writes out the *code* that a PDF reader would interpret and present to you. You would send off the correct MIME-content in an HTML header prior to the actual *coded* content. Of course an alternative to that is that you could save that *coded* string as a file with a .pdf extension on the server if you wanted to, or send it to the browser, or ... you get the picture.