Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.09 KB

readme.md

File metadata and controls

31 lines (20 loc) · 1.09 KB

Converting PDF to JPG without losing quality

Overview

  • language: Python (3.6)
  • System: Windows
  • Project: Lehndorff
  • Author: Lou Klappenbach

Usecase

The aim was to find an easy way of converting pdf files to jpgs without losing quality. The pages of the pdfs were meant to be displayed on the projects website, therefore they needed to be transformed to jpg.

How to run the script

Getting started

Run script

  • open pdf2jpg.py in PyCharm (or other suitable programm)
  • follow the steps described in the comments of the script
  • press play

Further Information