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>
事前にヘルプとポインタをありがとう。