{"id":15029839,"url":"https://github.com/codelinered/pdf-image","last_synced_at":"2026-01-22T01:33:32.587Z","repository":{"id":149229354,"uuid":"619991183","full_name":"CodelineRed/pdf-image","owner":"CodelineRed","description":"Converts uploaded images to PDF, merges 2 PDF files to 1 or converts PDF pages to images.","archived":false,"fork":false,"pushed_at":"2024-10-03T16:32:09.000Z","size":69310,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:37:08.957Z","etag":null,"topics":["converter","image","imagick","merge","pdf","pdf-converter","php","php8","zend"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodelineRed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-27T20:17:13.000Z","updated_at":"2024-10-05T09:35:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"29314eb7-3e0a-44eb-b6bc-3a3cc1358abd","html_url":"https://github.com/CodelineRed/pdf-image","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelineRed%2Fpdf-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelineRed%2Fpdf-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelineRed%2Fpdf-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelineRed%2Fpdf-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodelineRed","download_url":"https://codeload.github.com/CodelineRed/pdf-image/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248109701,"owners_count":21049362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","image","imagick","merge","pdf","pdf-converter","php","php8","zend"],"created_at":"2024-09-24T20:11:47.179Z","updated_at":"2026-01-22T01:33:32.560Z","avatar_url":"https://github.com/CodelineRed.png","language":"PHP","readme":"# PDF Image - CodelineRed\n\nTake a look at [screenshots](https://github.com/CodelineRed/pdf-image/blob/main/screenshots).\n\n[**Demo page**](https://pi.codelinered.net)\n\n## Table of contents\n- [Included Third Party Code](#included)\n- Install Guides\n    - [Install Main Build](#install-main-build)\n    - [Install with Docker (optional)](#install-with-docker-optional)\n\n## Included\n- [Bootstrap 5.3](https://getbootstrap.com)\n- [Font Awesome 6.6](https://fontawesome.com)\n- [FPDI 2.6](https://packagist.org/packages/setasign/fpdi)\n- [TCPDF 6.7](https://packagist.org/packages/tecnickcom/tcpdf)\n- Parts of [Symfony 7.1](https://symfony.com)\n  - Form\n  - Translation\n  - Validator\n\n## Install Main Build\n### Required\n- PHP ^8.2\n- PHP GD extension\n\n### Optional\n- [Node.js](http://nodejs.org/en/download/) \u003e=18.0\n- [npm](http://www.npmjs.com/get-npm) `npm i npm@latest -g`\n- PHP Imagick extension\n- PHP ZIP extension\n\nOpen console on your OS and navigate to your project folder.\nChoose one of the versions below.\n\n### With Composer\n```shell\nphp composer create-project codelinered/pdf-image \u0026\u0026 cd pdf-image\n```\n\n### With GIT\n```shell\ngit clone https://github.com/CodelineRed/pdf-image.git \u0026\u0026 cd pdf-image \u0026\u0026 git checkout main\n```\n\n### With ZIP\nUnix\n```shell\nwget -O pi-main.zip https://github.com/CodelineRed/pdf-image/archive/main.zip \u0026\u0026 unzip pi-main.zip \u0026\u0026 cd pdf-image-main\n```\n\nWindows 10+\n```shell\ncurl -L -o pi-main.zip https://github.com/CodelineRed/pdf-image/archive/main.zip \u0026\u0026 tar -xf pi-main.zip \u0026\u0026 cd pdf-image-main\n```\n\n## Install with Docker (optional)\n### Required\n- [Docker](https://www.docker.com)\n\nOpen console on your OS and navigate to the place where you want to install the project.\n\nUnix\n- Start Docker `systemctl docker start`\n- Copy and run commands below\n```shell\ndocker run --rm --interactive --tty --volume $PWD:/app composer create-project --ignore-platform-reqs codelinered/pdf-image \u0026\u0026 cd pdf-image \u0026\u0026 docker-compose build \u0026\u0026 docker-compose up -d \u0026\u0026 xdg-open http://localhost:7708\n```\n\nWindows 10+\n- Start Docker Desktop `\"C:\\Program Files\\Docker\\Docker Desktop.exe\"`\n- Copy and run commands below\n```shell\ndocker run --rm --interactive --tty --volume %cd%:/app composer create-project --ignore-platform-reqs codelinered/pdf-image \u0026\u0026 cd pdf-image \u0026\u0026 docker-compose build \u0026\u0026 docker-compose up -d \u0026\u0026 start http://localhost:7708\n```\n\nOpen [localhost:7708](http://localhost:7708) for Website.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelinered%2Fpdf-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelinered%2Fpdf-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelinered%2Fpdf-image/lists"}