Open itaims opened 7 years ago
Its solved... Its coming with '\n' so i used nl2br function and its working.
how you did it?
I had the same question..... This works, see the old and new code:
//$text = $pdf->getText();
//echo $text;
$text=nl2br($pdf->getText());
echo $text;```
Getting the following error
Fatal error: Uncaught Error: Call to undefined function n12br() in C:\xampp\htdocs\pranay\pdfcon.php:29 Stack trace: #0 {main} thrown in C:\xampp\htdocs\pranay\pdfcon.php on line 2
How can i achieve output like the demo shows here: http://www.pdfparser.org/demo
I want to read in new line. which demo shows. Can i get the demo code or demo source to achieve this.
Awaiting for your reply,
Thanks,