dev-master
9999999-devPackage for extracting information from PDF file
The Development Requires
by Tran Quang Tin
1.0.0
1.0.0.0Package for extracting information from PDF file
The Development Requires
by Tran Quang Tin
Package for extracting information from PDF file
This package make use of the PDFlib package to interact and extract information from PDF files, (*1)
You should have PDFlib installed properly to your system. Refer at this link, (*2)
The package can be installed via composer: ``` bash $ composer require tintran/pdf_exif, (*3)
## Usage Read and extract information from a PDF file ```php $read = new PDFLibrary($file); var_dump($read->get_pdf_all()); var_dump($read->get_pdf_title()); var_dump($read->get_pdf_author());
Package for extracting information from PDF file
Package for extracting information from PDF file