Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Is there any REALLY good HTML code to PDF source codes out there.
I have tried HTML 2 (F)PDF Project and it works ok. However, it does not have the ability to produce PDFs from more complex HTML like the code below. I just would like to find a HTML code to PDF source code that I can throw whatever code will work on the web at it and it will be able to convert it. Without using things like create_table(); create_cell();. The source codes that use that style of producing a PDF do not help me very much because after I go and make this nice HTML code for a form on the web, now I have to re-create it using those functions.
Below is just an example of a Word Document form that I converted to HTML for the web and works great on the web. However, the HTML 2 (F)PDF Project will not convert it correctly.
[syntax="html"]<table align="center" class=MsoNormalTable border=1 cellspacing=0 cellpadding=0 width=612
style='width:459.0pt;margin-left:-.05in;border-collapse:collapse;border:none'>
<tr>
<td width=612 colspan=8 valign=top bgcolor="#B3B3B3" style='width:459.0pt;
border:solid windowtext 1.0pt;background:#B3B3B3;padding:0in 5.4pt 0in 5.4pt'>
<p class=MsoNormal align=center style='text-align:center'><b><font size=3
face="Times New Roman"><span style='font-size:12.0pt;font-weight:bold;text-align:center;'>Survey
Information</span></font></b></p>
</td>
</tr>feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]