Guest User

Untitled

a guest
Jan 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. include 'vendor/autoload.php';
  2. // Parse pdf file and build necessary objects.
  3. $parser = new SmalotPdfParserParser();
  4. $pdf = $parser->parseFile('OOP.pdf');
  5.  
  6. $text = $pdf->();
  7. echo $text
Add Comment
Please, Sign In to add comment