{"id":16397511,"url":"https://github.com/coord-e/mkbookpdf","last_synced_at":"2025-07-13T19:36:40.115Z","repository":{"id":57639337,"uuid":"214424241","full_name":"coord-e/mkbookpdf","owner":"coord-e","description":"command-line utility for booklet printing","archived":false,"fork":false,"pushed_at":"2020-02-27T08:28:52.000Z","size":310,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-06T18:55:33.957Z","etag":null,"topics":["booklet","command-line","command-line-tool","pdf","print"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coord-e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-11T11:56:44.000Z","updated_at":"2020-02-27T08:28:55.000Z","dependencies_parsed_at":"2022-08-27T20:02:24.930Z","dependency_job_id":null,"html_url":"https://github.com/coord-e/mkbookpdf","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fmkbookpdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fmkbookpdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fmkbookpdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coord-e%2Fmkbookpdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coord-e","download_url":"https://codeload.github.com/coord-e/mkbookpdf/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238347752,"owners_count":19456985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["booklet","command-line","command-line-tool","pdf","print"],"created_at":"2024-10-11T05:10:17.958Z","updated_at":"2025-02-11T18:32:21.988Z","avatar_url":"https://github.com/coord-e.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mkbookpdf\n\n[![Actions Status](https://github.com/coord-e/mkbookpdf/workflows/Test%20and%20Lint/badge.svg)](https://github.com/coord-e/mkbookpdf/actions?workflow=Test+and+Lint)\n[![Actions Status](https://github.com/coord-e/mkbookpdf/workflows/Release/badge.svg)](https://github.com/coord-e/mkbookpdf/actions?workflow=Release)\n[![Crates.io](https://img.shields.io/crates/v/mkbookpdf)](https://crates.io/crates/mkbookpdf)\n[![Crates.io](https://img.shields.io/crates/l/mkbookpdf)](https://crates.io/crates/mkbookpdf)\n[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/coorde/mkbookpdf)](https://hub.docker.com/r/coorde/mkbookpdf)\n[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/coorde/mkbookpdf)](https://hub.docker.com/r/coorde/mkbookpdf)\n[![MicroBadger Layers](https://img.shields.io/microbadger/layers/coorde/mkbookpdf)](https://microbadger.com/images/coorde/mkbookpdf)\n[![MicroBadger Size](https://img.shields.io/microbadger/image-size/coorde/mkbookpdf)](https://microbadger.com/images/coorde/mkbookpdf)\n\n`mkbookpdf` is a simple command-line utility for booklet printing.\n\n## Usage\n\n```shell\n# prints input.pdf as a booklet\n$ mkbookpdf input.pdf -p\n\n# writes the converted PDF to output.pdf\n$ mkbookpdf input.pdf -o output.pdf\n```\n\n## Installation\n\nDownload the latest compiled binary from links below and put it in your executable path.\n\nPlatform|Download\n--------|--------\nLinux 64-bit|[mkbookpdf-x86_64-unknown-linux-musl](https://github.com/coord-e/mkbookpdf/releases/latest/download/mkbookpdf-x86_64-unknown-linux-musl)\nmacOS 64-bit|[mkbookpdf-x86_64-apple-darwin](https://github.com/coord-e/mkbookpdf/releases/latest/download/mkbookpdf-x86_64-apple-darwin)\nWindows 64-bit|[mkbookpdf-x86_64-pc-windows-msvc.exe](https://github.com/coord-e/mkbookpdf/releases/latest/download/mkbookpdf-x86_64-pc-windows-msvc.exe)\n\nNote that `mkbookpdf` has no runtime requirements, except that printing feature (`-p`, `--print`) requires `lp` utility to be installed in your system. (this means you can't use `-p` in windows)\n\n### with Cargo\n\n```shell\n$ cargo install mkbookpdf\n```\n\n### with Docker\n\n```shell\n# place this in your shell configuration (.bashrc, .zshrc, etc...)\n$ alias mkbookpdf=\"docker run --rm -v $(pwd):/data -v /var/run/cups:/var/run/cups coorde/mkbookpdf\"\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoord-e%2Fmkbookpdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoord-e%2Fmkbookpdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoord-e%2Fmkbookpdf/lists"}