IanDarwin / pdfshow

Deliver/present talks from PDFs - A simple PDF presenter oriented towards slideshow decks in PDF form
Other
8 stars 4 forks source link

Should be able to add new / blank pages #23

Closed bilting closed 3 years ago

bilting commented 3 years ago

In a course setting, one wants to be able to insert blank pages anywhere, for drawing, annotating, summarising, etc Should be part of saved pdf documents

IanDarwin commented 3 years ago

Commits abb76af and ab6d82a fully implement the Add New Page functionality. The page isn't saved yet, but that will come with the solution to Issue#16

bilting commented 3 years ago

See new bug Issue, when creating a new page, all drawn objects own the current page jumps to the new page.

For the 2xpixel coordinate problem, it is probably easiest that you find someone with a Mac Retina screen, and fiddle with that until you see where the problem is. My guess is that some parts of the code works with ”standardised pixels” and some other with ”device pixels” which works fine when that have the same size, but my ”device pixels” are smaller.

/u

24 sep. 2020 kl. 02:03 skrev Ian Darwin notifications@github.com:

Commits abb76af and ab6d82a fully implement the Add New Page functionality. The page isn't saved yet, but that will come with the solution to Issue#16

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.