The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________
Hi all Iam using Active PDF WebGrabber to convert an HTML file generated by C#ASP.NET to a PDF. http://www.activepdf.com/en/start.asp There are two problems in question. 1. The HTML page generated contains some monetary values, all monetary values are preceeded by the '�' sign. Problem : Active PDF inserts a funny character before '�' sign. (Its always the same funny character and looks like a capital letter : 'A' with a little accent/quote mark above it.) 2. The HTML page generated contains a table that was dynamically generated by an ASP.NET datagrid component. Problem: Active PDF cannot interpret the column width definitions Sample Table Generated in this manner: <table class="text" cellspacing="0" cellpadding="0" border="0" id="dgQuoteElements" style="border-style:None;width:490px;border-collapse:collapse;"> <tr style="font-family:Arial;height:0px;"> <td style="height:0px;width:98px;"> </td><td style="height:0px;width:2px;"> </td><td style="height:0px;width:390px;"> </td> </tr> <tr> <td style="font-weight:bold;">Design</td><td align="Left">:</td><td>element 1</td> </tr> <tr> <td style="font-weight:bold;">Proto Types</td><td align="Left">:</td><td>prototyping</td> </tr> <tr> <td style="font-weight:bold;">Size</td><td align="Left">:</td><td>4*5</td> </tr> <tr> <td style="font-weight:bold;">Finishing</td><td align="Left">:</td><td>blah te blah3</td> </tr> </table> Active PDF does not know how to interperet the line 2 & 3 of this HTML code, can anyone recommend any other tools/process apart from Active PDF that can be used to produced a correct PDF? Any Help greatfully received. Mark To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html
