2009-09-22 4 views

답변

1

으로는

<script type="text/php"> 
    $pdf->open_object(); 
    $w = $pdf->get_width(); 
    $h = $pdf->get_height(); 
    $pdf->close_object(); 
    $pdf->page_text(110, $h - 240, "DELETED", Font_Metrics::get_font("verdana", "bold"),110, array(0.85, 0.85, 0.85), 0, -52); 
</script> 

이이 문서를 통해 큰 '삭제됨'문자열을 추가합니다 (페이지 하단) 예 demo_01.html 설명