答案 0 :(得分:0)
如果文件在浏览器中打开,则可能
使用setDestination();
创建链接:
$pdf->AddPage();
$pdf->setDestination('chapter1', 0, '');
$pdf->Cell(0, 10, 'Chapter 1', 0, 1, 'L');
$pdf->AddPage();
$pdf->setDestination('chapter2', 0, '');
$pdf->Cell(0, 10, 'Chapter 2', 0, 1, 'L');
通过链接在所选页面上打开文件:
http://www.path.to/Your/file/name.pdf#chapter2