Hi Thanks. I've got it working now - well sort of. The page I need to convert to PDF is a qualification certificate that is formatted by a client (using my application) using div tags and css. I read in your help file that the extension supports css, but I can't get the following to work.
============================ <div id="Heading" style="position:relative; left:0px; top:200px; width:630px; font-family:Arial; font-size:40px; color:#660066; font-weight:normal; font-stretch:normal; font-style:normal; text-justify:auto; text-decoration:none; text-align:center; border:1px; border-color:#0A0000; border-style:solid; background-color: #DFDFDF; z-index:0;"><%=Heading%></div> ============================
It seems that some of the font attributes get applied in the PDF, but the critical thing for me is to get the border and positioning attributes to also work. Using the above code the border is not generated at all and neither do the positioning attributes work.
I've also tried putting the css in a linked file and in a style tag in the <head>, but it didn't work either.
Any ideas? Regards
Neil |
|
|