Site For Client's Ads
Out of context: Reply #1
- Started
- Last post
- 1 Response
- b34r0
One option would be to use a COM object that would embed the image/ad inside the PDF at runtime - so the end user chooses a size, the image is fetched and 'loaded' in to the PDF (at the correct size), the email client is opened and the PDF is attached.
The COM Object allows you to create multiple PDFs on the fly *without* having to create them manually. It allows for manipulation of the PDF (adding images, text whatever to a blank PDF document) that is then served to the end user. All of this is done serverside. For examples of PDF COM Objects go here...
http://www.planetpdf.com/mainpag…
Alternatively if your using PHP I'm sure that there would be some form of Library that you can use for the manipulation of serverside pdf docs.
Hope this helps. :)