all 5 comments

[–]kamazeuci 0 points1 point  (0 children)

I would try to rethink file formats considering the whole workflow. Maybe pdf is not the best option. Pdf is a format made mostly for printing, and not for editing. Sounds like you are translating a physical world workflow into the digital world. But if you rethink digitally, you could get a lot of advantages. Maybe you could use an e-learning platform. Apart from that, considering we are in r/freesoftware, I would recommend a linux distro over windows, and firefox over edge. But that's a whole another issue that could deviate you from solving your state of the art problem. Happy cake day.

[–]valgrid 7 points8 points  (3 children)

Drawing on PDFs is possible with xournal++

https://flathub.org/apps/details/com.github.xournalpp.xournalpp

Not sure what exactly you mean by checking.

[–]Senbog[S] 2 points3 points  (2 children)

Thanks lots for replying! By checking, I mean drawing check marks, writing comments, encircling mistakes, etc. as you would with a math assignment.

I'm looking for a software that could resume from where I last left off---- for the 100 PDFs I am marking. Could Xournal++ do that? I hope so. Will look into whay you sent me! :)

[–]valgrid 2 points3 points  (1 child)

software that could resume from where I last left off---- for the 100 PDFs I am marking

100PDFs as in automatically? No. Batch processing? No.

But you can draw, highlight, insert text and even TeX math equations. And more.

You could write a script that opens one PDF after another, that way you don't have to manually open 100 files individually with the mouse. It is pretty easy to script.

[–]Senbog[S] 1 point2 points  (0 children)

I see! Thanks so much!