Skip to content

πŸͺ„ A backend service for converting pdf documents into jpeg images. It handles file upload, validation, and processing. The results are instantly displayed in an in-browser slider for preview, and are also provided as a downloadable archive containing all images and a portable slider for offline use.

License

Notifications You must be signed in to change notification settings

mezentsevs/converter-pdf-to-jpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Converter pdf to jpeg

About 'Converter pdf to jpeg'

This is a converter pdf to jpeg, written in and for educational and demonstrational purposes.

A backend service for converting pdf documents into jpeg images. It handles file upload, validation, and processing. The results are instantly displayed in an in-browser slider for preview, and are also provided as a downloadable archive containing all images and a portable slider for offline use.

Based on tech stack:

Getting Started

  • Clone the repository:
git clone [repository-url]
  • Change directory to project:
cd /path/to/converter-pdf-to-jpeg/
  • Install php dependencies (temporary ignore ext-imagick if not installed):
composer install --ignore-platform-req=ext-imagick
  • Create .env file:
cp .env.example .env
  • Generate application key:
php artisan key:generate
  • Run Docker Desktop (with wsl - for Windows only)

  • Run wsl (for Windows only):

wsl
  • Run Sail:
./vendor/bin/sail up
  • Add new tab in terminal and connect to container:
docker exec -it converter-pdf-to-jpeg-laravel.test-1 bash
  • Install php dependencies:
composer install
  • Run migrations:
php artisan migrate
  • Install node dependencies:
npm install
  • Build project:
npm run build
php artisan migrate:fresh --seed

That's it! Now you can upload pdf documents, convert to jpeg and download zip archives with sliders. For example, you can use pdf documents in tests/Dummies/Documents directory for testing. Thank you!

Screenshots

2025-07-31_19-41-35 2025-07-31_19-42-17 2025-07-31_19-45-50 2025-07-31_19-46-17 2025-08-02_09-45-51 2025-08-02_09-52-15 2025-07-31_19-47-10 2025-07-31_19-47-15 2025-07-31_19-48-20 2025-07-31_19-49-10 2025-07-31_19-50-01 2025-07-31_19-50-34 2025-07-31_19-51-56 2025-07-31_19-52-42

License

The 'Converter pdf to jpeg' is open-sourced software licensed under the MIT license.

About

πŸͺ„ A backend service for converting pdf documents into jpeg images. It handles file upload, validation, and processing. The results are instantly displayed in an in-browser slider for preview, and are also provided as a downloadable archive containing all images and a portable slider for offline use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published