-
Notifications
You must be signed in to change notification settings - Fork 0
feat: multi-manuscript PDF merge #129
Copy link
Copy link
Open
Labels
area:exportExport pipeline and jobsExport pipeline and jobsminorIncrements the minor version when adding new functionality in a backward-compatible manner.Increments the minor version when adding new functionality in a backward-compatible manner.priority:P2Medium priorityMedium prioritystatus:readyReady to be implementedReady to be implementedtype:featureNew user-facing featureNew user-facing feature
Metadata
Metadata
Assignees
Labels
area:exportExport pipeline and jobsExport pipeline and jobsminorIncrements the minor version when adding new functionality in a backward-compatible manner.Increments the minor version when adding new functionality in a backward-compatible manner.priority:P2Medium priorityMedium prioritystatus:readyReady to be implementedReady to be implementedtype:featureNew user-facing featureNew user-facing feature
Summary
Allow merging multiple manuscripts (or selected pages from different manuscripts) into a single PDF document.
Motivation
Scholars often need to assemble fragments of a text that are scattered across multiple manuscripts or libraries into a single reading copy. Today they must export each manuscript separately and merge manually.
Proposed approach
Acceptance criteria
Technical notes
pypdf(already a dependency via PDF export) for merging.max_merge_pagesconfig setting to prevent OOM on huge requests.