2017 © Pedro Peláez
 

library pdfinfo

Parse pdfinfo from shell to php 5.6+

image

caherrera/pdfinfo

Parse pdfinfo from shell to php 5.6+

  • Tuesday, May 16, 2017
  • by caherrera
  • Repository
  • 1 Watchers
  • 0 Stars
  • 162 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

pdfinfo

Description

This is another version from parse pdfinfo from howtomakeaturn/pdfinfo adding -box details, (*1)

1. Install pdfinfo

Ubuntu

$ sudo apt install poppler-utils

Centos

$ sudo yum install poppler

2. Usage

$pdfInfo = new PdfInfo(__DIR__.'/../../example/QantasCashAU_Verification.pdf');

Reference

Currently this library supports the following metadata:, (*2)

  • title
  • author
  • creator
  • producer
  • creationDate
  • modDate
  • tagged
  • form
  • pages
  • encrypted
  • pageSize
  • fileSize
  • optimized
  • PDFVersion
  • mediaBox instance of PdfInfoBox
  • cropBox instance of PdfInfoBox
  • bleedBox instance of PdfInfoBox
  • trimBox instance of PdfInfoBox
  • artBox instance of PdfInfoBox

Properties for PdfInfoBox

  • left
  • right
  • top
  • bottom
  • sizeX
  • sizeY
  • imageAspectRatio

The Versions

16/05 2017

v1.0.4

1.0.4.0 https://github.com/caherrera/pdfinfo

Parse pdfinfo from shell to php 5.6+

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

pdf pdfinfo

18/04 2017

dev-master

9999999-dev https://github.com/caherrera/pdfinfo

Parse pdfinfo from shell to php 5.6+

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

pdf pdfinfo

18/04 2017

v1.0.3

1.0.3.0 https://github.com/caherrera/pdfinfo

Parse pdfinfo from shell to php 5.6+

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

pdf pdfinfo

17/03 2017

v1.0.2

1.0.2.0 https://github.com/caherrera/pdfinfo

Parse pdfinfo from shell to php 5.6+

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

pdf pdfinfo

14/03 2017

v1.0.1

1.0.1.0 https://github.com/caherrera/pdfinfo

Parse pdfinfo from shell to php 5.6+

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

pdf pdfinfo

14/03 2017

v1.0

1.0.0.0 https://github.com/caherrera/pdfinfo

Parse pdfinfo from shell to php 5.6+

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

pdf pdfinfo