Defect #13262
closedGenerating PDF of issue with some HTML entities causes error
0%
Description
HR tag with width:
<hr align="center" width="100%" />
width="100%" causes error
Nested tables:
<table>
<tr>
<td>
<table>
<tr><td>nested cell</td></tr>
</table>
</td>
<td>normal</td>
</tr>
</table>
Updated by Filou Centrinov over 12 years ago
How you insert html-Tags? As far I know Redmine treats html-tags like normal text by default. Do you use a plugin for that?
Updated by Laszlo Kenyeres over 12 years ago
Filou Centrinov wrote:
How you insert html-Tags? As far I know Redmine treats html-tags like normal text by default. Do you use a plugin for that?
Redmine tcpdf library support any html.(? I thought so.)
I tested this feature but failed. (bug? )
I think this is rather a new feature, to use tcpdf with any html. (or?)
Yes, i use external plugin to test tcpdf, ckeditor. (not suitable for the task?)
Without ckeditor, with custom development, is tcpdf able to convert any html to pdf?
thank you for your time
Updated by Filou Centrinov over 12 years ago
Yes, tcpdf is able to interprets HTML, but redmine won't print interpreted html-Tags, because HTML-tags are handled as text.
I you don't care about how it's printed, you can use a macro to insert HTML
Updated by Go MAEDA almost 4 years ago
- Status changed from New to Closed
- Resolution set to Wont fix