Skip to content

AppNetDeveloper/orientation-in-PHP-and-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Determine orientation in PHP and linux
Easy to use and can be adapted for all projects.

It is necessary to have installed on your linux server: PDFINFO

Debian
apt-get install poppler-utils
Ubuntu
apt-get install poppler-utils
Alpine
apk add poppler
Arch Linux
pacman -S poppler
Kali Linux
apt-get install poppler-utils
CentOS
yum install poppler-utils
Fedora
dnf install poppler-utils
OS X
brew install poppler
Raspbian
apt-get install poppler-utils
Docker
docker run cmd.cat/pdfinfo pdfinfov


It is from which page you want me to start looking for the orientation

-f 1 to start on page 1 of the pdf
-f 2 to start on page 2 of the pdf
-f 3 to start on page 3 of the pdf

-l 1 to stop on page 1 of the pdf
-l 2 to stop on page 2 of the pdf
-l 3 to stop on page 3 of the pdf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages