codelinered/pdf-image

Converts uploaded images to PDF and can merge 2 PDF files to 1.

1.1.0 2023-04-01 08:03 UTC

This package is auto-updated.

Last update: 2023-05-01 08:19:48 UTC


README

Take a look at screenshots.

Table of contents

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.