在tcpdf中我试图添加一些页面,并且获取Wrong page number on setPage() function: 0
,找不到解决方法。
这是我的代码:
require_once('../tcpdf.php');
// Extend the TCPDF class to create custom Header and Footer
class MYPDF extends TCPDF {
//Page header
public function Test( $ae ) {
if( !isset($this->xywalter) ) {
$this->xywalter = array();
}
$this->xywalter[] = array($this->GetX(), $this->GetY());
}
}
// create new PDF document
$pdf = new MYPDF('L', PDF_UNIT, 'A1', true, 'UTF-8', false);
// set Rotate
$params = $pdf->serializeTCPDFtagParameters(array(90));
// other configs
$pdf->setOpenCell(0);
$pdf->SetCellPadding(0);
$pdf->setCellHeightRatio(1.25);
// create some HTML content
$html = '<table width="100%" border="1" cellspacing="0" cellpadding="5">
<thead>
<tr bgcolor="#E6E6E6">
<th rowspan="2" width="15%" align="center">ATIVIDADES E PROCESSOS</th>
<th rowspan="2" width="10%" align="center" valign="bottom">ASPECTOS</th>
<th rowspan="2" width="10%" align="center">IMPACTOS</th>
<th colspan="3" width="6%" align="center">MEIO</th>
<th rowspan="2" width="3%" align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th colspan="9" width="18%" align="center">CLASSIFICAÇÕES</th>
<th rowspan="2" width="3%" align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th rowspan="2" width="10%" align="center">PROGRAMA</th>
<th rowspan="2" width="10%" align="center">SUBPROGRAMA</th>
<th rowspan="2" width="15%" align="center">AÇÕES DE CONTROLE, MEDIDAS MITIGADORAS, COMPENSATÓRIAS E POTENCIALIZADORAS</th>
</tr>
<tr bgcolor="#E6E6E6">
<th align="center" height="200"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
<th align="center"><tcpdf method="Test" params="'.$params.'" /></th>
</tr>
</thead>
<tr bgcolor="#E6E6E6">
<td colspan="20" align="center">Planejamento</td>
</tr>
<tr bgcolor="#FFFFFF">
<td rowspan="3" width="15%" align="left" bgcolor="#FFFFFF">Divulgação do empreendimento</td>
<td rowspan="2" width="10%" align="left">Oferta de empregos diretos e indiretos</td>
<td rowspan="2" width="10%" align="left">Atração de população para as comunidades do entorno</td>
<td rowspan="2" width="2%" align="center"></td>
<td rowspan="2" width="2%" align="center"></td>
<td rowspan="2" width="2%" align="center">X</td>
<td rowspan="2" width="3%" align="center">AII</td>
<td rowspan="2" width="2%" align="center">-</td>
<td rowspan="2" width="2%" align="center">Ind</td>
<td rowspan="2" width="2%" align="center">T</td>
<td rowspan="2" width="2%" align="center">Mp</td>
<td rowspan="2" width="2%" align="center">Po</td>
<td rowspan="2" width="2%" align="center">D</td>
<td rowspan="2" width="2%" align="center">R</td>
<td rowspan="2" width="2%" align="center">M</td>
<td rowspan="2" width="2%" align="center">M</td>
<td rowspan="2" width="3%" align="center">M</td>
<td width="10%">Programa de Apoio ao Desenvolvimento Socioeconomico da Região</td>
<td width="10%">Subprograma de Apoio ao Desenvolvimento Habitacional</td>
<td width="15%">Coibir ocupação indevida de áreas inadequadas</td>
</tr>
<tr bgcolor="#FFFFFF">
<td>Programa de Comunicação Social</td>
<td> -</td>
<td>Ações de comunicação sobre o empreendimento e questões ambientais</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="left">Geração de expectativas na população</td>
<td align="left">Geração de expectativas junto a população</td>
<td align="center"></td>
<td align="center"></td>
<td align="center">X</td>
<td align="center">AII</td>
<td align="center">-</td>
<td align="center">Dir</td>
<td align="center">T</td>
<td align="center">Im</td>
<td align="center">Co</td>
<td align="center">L</td>
<td align="center">R</td>
<td align="center">P</td>
<td align="center">P</td>
<td align="center">B</td>
<td>Programa de Comunicação Social</td>
<td> -</td>
<td>Ações de comunicação sobre o empreendimento e questoes ambientais</td>
</tr>
</table>';
// output the HTML content
$pdf->writeHTML($html, true, false, true, false, '');
// array with names of columns
$arr_nomes = array(
array("ABRANGÊNCIA", 8, 59), // array(name, new X, new Y);
array("SIGNIFICÂNCIA", 8, 59),
array("FÃSICO", 4, 52),
array("BIÓTICO", 4, 52),
array("SOCIOECONÔMICO", 4, 52),
array("NATUREZA", 4, 52),
array("ORIGEM", 4, 52),
array("DURAÇÃO", 4, 52),
array("OCORRÊNCIA / TEMPORALIDADE", 4, 52),
array("FREQUÊNCIA", 4, 52),
array("ESPACIALIZAÇÃO", 4, 52),
array("REVERSIBILIDADE", 4, 52),
array("MAGNITUDE", 4, 52),
array("RELEVÂNCIA", 4, 52)
);
// num of pages
$ttPages = $pdf->getNumPages();
for($i=1; $i<=$ttPages; $i++) {
// set page
$pdf->setPage($i);
// all columns of current page
foreach( $arr_nomes as $num => $arrCols ) {
$x = $pdf->xywalter[$num][0] + $arrCols[1]; // new X
$y = $pdf->xywalter[$num][1] + $arrCols[2]; // new Y
$n = $arrCols[0]; // column name
// transforme Rotate
$pdf->StartTransform();
// Rotate 90 degrees counter-clockwise
$pdf->Rotate(90, $x, $y);
$pdf->Text($x, $y, $n);
// Stop Transformation
$pdf->StopTransform();
}
}
// reset pointer to the last page
$pdf->lastPage();
// ---------------------------------------------------------
//Close and output PDF document
$pdf->Output('example_006.pdf', 'I');
我认为$pdf->getNumPages();
正在返回0
,但在for
循环中我添加了$i=1; $i<=$ttPages; $i++
。
这是我得到的错误,
注意:未定义的偏移量:在第17126行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在17491行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在17491行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在第17941行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在第18239行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在第17126行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在17491行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在17491行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在第17941行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在第18239行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在17491行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在第17941行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在第18239行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在17491行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在第17126行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0
注意:未定义的偏移量:在17491行的E:\ software \ html \ own \ office \ tcpdf \ tcpdf.php中为0 TCPDF错误:setPage()函数上的页码错误:0 提前谢谢。
答案 0 :(得分:4)
试试这个
在$pdf->AddPage('P','A4');
之前 $html