Reviewing Papers: Adding a note Page after each page in PDF programmatically
Written on September 13, 2022
I had this brilliant idea of adding a cornell style note page after every single page of a paper I am reviewing. Because why not, right? Everyone loves tinkering around the reviewing process instead of actually reviewing, so … there.
Turns out that it is fairly simple to do this programmatically using python these days. You need a PyPi packaged called pypdf2 package before, and a template style cornell page that you can generate from here.
You are golden at this point. Here are the steps:
1. Setting Up Environment
2. Script to Add Pages
Aaand that’s all folks!
Code, Helper Script, requirements.txt for pip, and Cornell Style notepage as PDF are available in this GitHub repo link as well, so get going!
First, click on "Comments" below to view/post comments.
To comment as guest, click on the field "Name". The option to do so will become visible.
লগইন ছাড়াই কমেন্ট করতে নাম এ ক্লিক করুন, দেখবেন তার নিচেই আছে অতিথি হিসাবে কমেন্ট করার অপশন।
To comment as guest, click on the field "Name". The option to do so will become visible.
লগইন ছাড়াই কমেন্ট করতে নাম এ ক্লিক করুন, দেখবেন তার নিচেই আছে অতিথি হিসাবে কমেন্ট করার অপশন।