fel*_*ner 8 html css php pdf twitter-bootstrap
我有一个类bootstrap3 css的表,我想从这个表生成一个PDF ...
做这个的最好方式是什么?
我需要保持我的风格css我的桌子:
<table id="tabelaVisitaSickbay" class="table table-striped table-hover table-bordered">
<tbody>
<tr>
<th colspan="2">Visits to the SickBay</th>
</tr>
<tr>
<td>Botafogo Pre-Nursery and Nursery</td>
<td id="visitaBotaPrenurseryAndNursery" class="atendimentoVisitSickBay"></td>
</tr>
</tbody>
Run Code Online (Sandbox Code Playgroud)
提前感谢您的帮助和指示.