CFHTMLTOPDFITEM Header
Hello,
Has anyone had success with centering or spanning the entire PDF with a header image? When I add a header image with the code below, it is always left aligned no matter if I use the align attribute (which says it is for text) or if I increases the width of the image (it appears to be cropped).
<cfhtmltopdfitem type="header" image="pathto/simple_head.png" />
I would like to use the Coldfusion to PDF capability because I need to deliver my user accessible PDF's on demand.
Thanks!
