Zend - The PHP Company




HTML

Add Code


adding a note in a PDF document  

Type: application
Added by: sultanzahir
Entered: 20/11/2001
Last modified: 02/11/2000
Rating: - (fewer than 3 votes)
Views: 5583
we can notes in a PDF documents


<?PHP
//
$file fopen("abc.pdf""y"); 
$dokument pdf_open($file);  //first opening a document 
$test pdf_begin_page($dokument,200100); 
$text_1 "here write what u want n to appear here!";
$text_2 "General information";
pdf_add_note ($dokument10010018040$text_1$text_2"help"0);
$text_1 "here is the second text. write what u want to write";
$text_2 "General information";
pdf_add_note ($dokument101018040$text_1$text_2"help"1);
pdf_end_page($dokument); 
pdf_close($dokument); 
fclose($file); 
?>



Usage Example




Rate This Script





Search



This Category All Categories