Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josef-friedrich/pdf_compress
Convert and compress PDF scans. Make scans suitable for imslp.org (International Music Score Library Project). See also https://imslp.org/wiki/IMSLP:Scanning_music_scores. The output files are monochrome bitmap images at a resolution of 600 dpi and the compression format CCITT group 4.
https://github.com/josef-friedrich/pdf_compress
Last synced: about 1 month ago
JSON representation
Convert and compress PDF scans. Make scans suitable for imslp.org (International Music Score Library Project). See also https://imslp.org/wiki/IMSLP:Scanning_music_scores. The output files are monochrome bitmap images at a resolution of 600 dpi and the compression format CCITT group 4.
- Host: GitHub
- URL: https://github.com/josef-friedrich/pdf_compress
- Owner: Josef-Friedrich
- License: mit
- Created: 2022-07-18T17:06:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:54:16.000Z (9 months ago)
- Last Synced: 2024-11-07T12:49:18.974Z (2 months ago)
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: http://img.shields.io/pypi/v/pdf-compress.svg
:target: https://pypi.org/project/pdf-compress
:alt: This package on the Python Package Index
.. image:: https://github.com/Josef-Friedrich/pdf_compress/actions/workflows/tests.yml/badge.svg
:target: https://github.com/Josef-Friedrich/pdf_compress/actions/workflows/tests.yml
:alt: Testspdf_compress
============Convert and compress PDF scans. Make scans suitable for imslp.org
(International Music Score Library Project). See also
https://imslp.org/wiki/IMSLP:Scanning_music_scores. The output files are
monochrome bitmap images at a resolution of 600 dpi and the compression
format CCITT group 4.::
usage: pdf-compress.py [-h] [-c] [-m] [-N] [-v] [-V] {convert,con,c,extract,ex,e,join,jn,j,samples,sp,s,unify,un,u} ...
Convert and compress PDF scans. Make scans suitable for imslp.org (International Music Score Library Project). See also
https://imslp.org/wiki/IMSLP:Scanning_music_scores The output files are monochrome bitmap images at a resolution of 600 dpi and the compression format CCITT
group 4.positional arguments:
{convert,con,c,extract,ex,e,join,jn,j,samples,sp,s,unify,un,u}
Subcommandoptions:
-h, --help show this help message and exit
-c, --colorize Colorize the terminal output.
-m, --multiprocessing
Use multiprocessing to run commands in parallel.
-N, --no-cleanup Don’t clean up the temporary files.
-v, --verbose Make the command line output more verbose.
-V, --version show program's version number and exit