A PyQt6-based application that converts PDF files to PNG images with customizable DPI settings.
To build the executable for Windows, follow these steps:
- Install the required dependencies:
pip install -r requirements.txt- Build the executable using PyInstaller:
pyinstaller dpi_gui.specThe executable will be created in the dist folder as PDF_to_PNG_Converter.exe.
- Run the
PDF_to_PNG_Converter.exefile - Select a DPI value (default is 100)
- Choose either a folder containing PDF files or a ZIP file containing PDFs
- Click "Dönüştür" to start the conversion process
- Convert PDF files to PNG images
- Support for both individual PDF files and ZIP archives
- Customizable DPI settings (72-600 DPI)
- Progress tracking and error reporting
- Maintains original file structure
- Handles multiple PDFs in a folder or ZIP file
- Windows 7 or later
- No additional software required (all dependencies are included in the executable)