RM on 2.15.1.1189
docker tag 0.0.13
Example
- Import a 10 page document
- export will show a 10 page document (as expected)
- annotate pages 5 and 8, without making ANY changes to any other page
- export will show a 2 paged document:
- source doc page 1/10 with overlayed notes of page 5 and
- source doc page 2/10 with overlayed notes of page 8.
Problem Description
When annotating n pages in a multipage pdf, exported pdf has the FIRST n pages of the source pdf as background (irrespective of which pages were annotated) and overlays them with the annotations made.
Once a page is annotated, and even if the annotation is deleted immediately, it will be counted as an annotated page.
Suggested (dirty) fix
Add and remove an annotation to every page automatically.
related issue
When there are more annotated pages (eg by adding note pages) than pages in the source pdf, "invalid page number (page count too short)" error occurs, see #185
RM on 2.15.1.1189
docker tag 0.0.13
Example
Problem Description
When annotating n pages in a multipage pdf, exported pdf has the FIRST n pages of the source pdf as background (irrespective of which pages were annotated) and overlays them with the annotations made.
Once a page is annotated, and even if the annotation is deleted immediately, it will be counted as an annotated page.
Suggested (dirty) fix
Add and remove an annotation to every page automatically.
related issue
When there are more annotated pages (eg by adding note pages) than pages in the source pdf,
"invalid page number (page count too short)"error occurs, see #185