codelinered / pdf-image
Converts uploaded images to PDF and can merge 2 PDF files to 1.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: 5.5 - 7.1
- ext-gd: *
This package is auto-updated.
Last update: 2023-05-01 08:19:48 UTC
README
Take a look at screenshots.
Table of contents
- Included Third Party Code
- Install Guides
Included
- Zend Framework 1.11.11
Install Main Build
Required
- PHP 5.5 - 7.1
- GD extension
Open console on your OS and navigate to your project folder. Choose one of the versions below.
+++++ ZIP VERSION +++++
$ (unix) wget -O pi-main.zip https://github.com/CodelineRed/pdf-image/archive/main.zip
$ (unix) unzip pi-main.zip
$ (win10) curl -L -o pi-main.zip https://github.com/CodelineRed/pdf-image/archive/main.zip
$ (win10) tar -xf pi-main.zip
$ cd pdf-image-main
+++++ GIT VERSION +++++
$ git clone https://github.com/CodelineRed/pdf-image.git
$ cd pdf-image
$ git checkout main
$ (optional on unix) rm -rf .git
$ (optional on win10) rmdir .git /s
+++++ COMPOSER VERSION +++++
$ php composer create-project codelinered/pdf-image
$ cd pdf-image
Install PHP (optional)
Required
Open console on your OS and navigate to the unziped/ cloned app folder.
$ (unix) systemctl docker start
$ (windows) "c:\path\to\Docker Desktop.exe"
$ docker-compose build
$ docker-compose up -d
Open localhost:7708 for Website.