github.com/aloli-crystal/combine-pdf

ISO-compatible Crystal port of the Ruby gem `combine_pdf` v1.0.31 (April 2025). Provides the canonical `CombinePDF.new` / `CombinePDF.load` / `CombinePDF.parse` entry points plus the `CombinePDF::PDF` instance API (`<<`, `>>`, `insert`, `remove`, `pages`, `page_count`, `new_page`, `title=`, `author=`, `number_pages`, `save`, `to_pdf`). Crystal-specific bonuses, kept from v0.2 : * `CombinePDF.merge` — one-shot multi-PDF concatenation * `CombinePDF.number` — page numbering with A4/Letter awareness and partition-aware intra-numbering (fixes the US Letter hardcoding bug of the Ruby gem's `number_pages`) * `CombinePDF.assemble` — merge + number in a single call (booklet of partitions use case) Versioning: 4th digit increments per additive iteration on top of the synchronised Ruby gem version.

0 stars
0 dependents
License: MIT

Nothing has been indexed for 1.0.31.41 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  combine-pdf:
    github: aloli-crystal/combine-pdf
    version: ~> 1.0.31.41

Then run:

shards install

shard.yml

No shard.yml has been indexed for 1.0.31.41. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

No README has been indexed for this shard yet. You can read it on the repository.