InkPro Coverage calculates the printed coverage area of a PDF document. It takes a PDF and accurately displays the percentage of CMYK each page will use.
First of all, you must download and install the latest version of GhostScript. It can be found through this link: Download GhostScript
Options to run:
1º Option: Access the releases page and download the version best suited to your operating system.
2º Option: Run from Python (The ideal is to create a venv)
git clone https://github.com/LukaOliveira/inkpro-coverage.gitcd inkpro-coveragepip install -r requirements.txtpython main.py
Inside the "test" folder, you'll find PDF files with defined CMYK values. They should each correspond as follows:
C - 100% | M - 0% | Y - 0% | K - 0% C - 0% | M - 100% | Y - 0% | K - 0% C - 0% | M - 0% | Y - 100% | K - 0% C - 0% | M - 0% | Y - 0% | K - 100%
InkPro Coverage calcula a área de cobertura impressa de um documento PDF. Ele recebe um PDF e exibe com precisão a porcentagem de CMYK que cada página utilizará.
Primeiro, você precisa baixar e instalar a versão mais recente do GhostScript. Ela pode ser encontrada neste link: Download GhostScript
Opções de execução:
1ª Opção: Acesse a página de releases e baixe a versão mais adequada ao seu sistema operacional.
2ª Opção: Execute a partir do Python (O ideal é criar um venv)
git clone https://github.com/LukaOliveira/inkpro-coverage.gitcd inkpro-coveragepip install -r requirements.txtpython main.pyDentro da pasta "test", você irá encontrar alguns arquivos PDF com valores CMYK, eles devem corresponder aos seguintes resultados:
C - 100% | M - 0% | Y - 0% | K - 0% C - 0% | M - 100% | Y - 0% | K - 0% C - 0% | M - 0% | Y - 100% | K - 0% C - 0% | M - 0% | Y - 0% | K - 100%
