jeertmans/rpdf

[BUG] Hand-drawn annotations (e.g., on a tablet) are not merged in final document

Open

#57 opened on Feb 14, 2024

 (0 comments) (0 reactions) (0 assignees)Rust (1 fork)auto 404
bughelp wanted

Repository metrics

Stars
 (44 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

When merging annotations from files that were annotated using a table, it seems that those annotations are not in annots objects, which means that they will not be copied in the final document.

Workaround

If only one of the file contains such annotations, place its name first when calling rpd ann merge.

Contributor guide