Skip to content

Bash script to remove balance from ipko.pl transaction pdfs.

Notifications You must be signed in to change notification settings

kaniaorzel/remove-balance-ipko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove Balance from iPKO pdfs

How it works?

ImageMagick split pdf's into jpg files, later ImageMagick put white rectangle onto balance places. After this operations, we back merge to pdf files. That's all.

Dependencies

  1. Install ImageMagick
  2. Make sure /etc/ImageMagick-6/policy.xml has proper settings
<policy domain="coder" rights="read|write" pattern="PDF" />

How to use it?

  1. Copy your pdf files from https://ipko.pl (transaction history) to catalog: files
  2. Open Terminal or your shell with bash and run:
run.sh
  1. When script finished, you got files in merged catalog.

About

Bash script to remove balance from ipko.pl transaction pdfs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages