Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fpdf ライブラリを使用して作成した PDF からいくつかのページを削除したいのですが、
$pdf = new PDF(); $pdf->AliasNbPages(); $pdf->AddPage();
ページを削除する機能はありますか。私はFPDFに精通していません。