2017 © Pedro Peláez
 

library pdf_exif

Package for extracting information from PDF file

image

tintran/pdf_exif

Package for extracting information from PDF file

  • Wednesday, April 4, 2018
  • by TinTran710
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 100 % Grown

The README.md

Composer package for extracting information from PDF files

This package make use of the PDFlib package to interact and extract information from PDF files, (*1)

Requirements

You should have PDFlib installed properly to your system. Refer at this link, (*2)

Installation

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());

The Versions

04/04 2018

dev-master

9999999-dev

Package for extracting information from PDF file

  Sources   Download

The Development Requires

by Tran Quang Tin

04/04 2018

1.0.0

1.0.0.0

Package for extracting information from PDF file

  Sources   Download

The Development Requires

by Tran Quang Tin