定制 codelinered/pdf-image 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

codelinered/pdf-image

最新稳定版本:2.1.0

Composer 安装命令:

composer create-project codelinered/pdf-image

包简介

Converts uploaded images to PDF, merges 2 PDF files to 1 and converts a PDF to images

README 文档

README

Take a look at screenshots.

Demo page

Table of contents

Included

Install Main Build

Required

  • PHP ^8.2
  • PHP GD extension

Optional

  • Node.js >=18.0
  • npm npm i npm@latest -g
  • PHP Imagick extension
  • PHP ZIP extension

Open console on your OS and navigate to your project folder. Choose one of the versions below.

With Composer

php composer create-project codelinered/pdf-image && cd pdf-image

With GIT

git clone https://github.com/CodelineRed/pdf-image.git && cd pdf-image && git checkout main

With ZIP

Unix

wget -O pi-main.zip https://github.com/CodelineRed/pdf-image/archive/main.zip && unzip pi-main.zip && cd pdf-image-main

Windows 10+

curl -L -o pi-main.zip https://github.com/CodelineRed/pdf-image/archive/main.zip && tar -xf pi-main.zip && cd pdf-image-main

Install with Docker (optional)

Required

Open console on your OS and navigate to the place where you want to install the project.

Unix

  • Start Docker systemctl docker start
  • Copy and run commands below
docker run --rm --interactive --tty --volume $PWD:/app composer create-project --ignore-platform-reqs codelinered/pdf-image && cd pdf-image && docker-compose build && docker-compose up -d && xdg-open http://localhost:7708

Windows 10+

  • Start Docker Desktop "C:\Program Files\Docker\Docker Desktop.exe"
  • Copy and run commands below
docker run --rm --interactive --tty --volume %cd%:/app composer create-project --ignore-platform-reqs codelinered/pdf-image && cd pdf-image && docker-compose build && docker-compose up -d && start http://localhost:7708

Open localhost:7708 for Website.

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-30