Python
- Home /
- Categories /
- Python

Self-made Python PDF Tools
Convenient fast programming language and rich extensions My impression of Python is that it’s easy to write, easy to debug, quick to learn, and a powerful batch processing tool language. Of course, since I don’t use it frequently at work, my understanding is relatively shallow. During this period, in order to help my child review effectively, after buying a duplex scanning printer, I found that home printers after all are not commercial ones—some functions are still relatively inconvenient. For example, scanned pages can only be vertical; to view them horizontally on the computer, you have to rotate them yourself. Some are booklets; after removing the central binding line and scanning, pages need to be split and order needs to be rearranged. Although there are PDF editing software, the workload for such simple operations each time is still large. And what’s annoying is that many so-called free PDF editing software have some basic functions and require installation. Once you need something slightly more advanced, you need to upgrade your subscription. At this point, I first thought of Python.
Read More