phpからPDFを作成 使用できるタグとCSS【 tcpdfの覚書 】
こちらの記事の続きです
htmlを書くだけでPDFにしてくれるとてもありがたいライブラリなのですが、タグやcssに制限があります。
tcpdfで使用できるHTMLタグとCSSのプロパティは以下
HTML
リンクタグ:a フォント関係:b, blockquote, del ,em, font, small, strong, sub, sup, 改行:br ブロック要素:dl, dt, dd, div, h1, h2, h3, h4, h5, h6, hr, i, li, ol, p, pre, span リスト:u, ul 画像関係:img Table関係:table, tcpdf, td, th, thead, tr, tt
CSS
font-family, font-size, font-weight, font-style color, background-color, text-decoration width, height, text-align 「Tableのみ」padding
marginやpaddingが効かないのは少々不便