Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
To make reading PDFs a bit less painful on an e-reader, I run them through k2pdfopt.
One small issue is that footnotes can end up in the middle of the text instead of at the bottom (screenshot attached).
Since they are displayed in a smaller font size, I was thinking of searching for blocks in that size, and moving them all at the end of the document, as a simple way to access them if I really need to.
Can PyMuPDF perform that task easily or is it a lot more involved than I naïvely think?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions