Which manual for HP-48SX?
|
01-09-2020, 10:42 PM
Post: #31
|
|||
|
|||
RE: Which manual for HP-48SX?
It's pretty easy to build a searchable PDF from scanned images with open-source tools. From the Linux command line, assuming your images are PNGs and named in order of the pages:
Code: for f in *.png; If you don't have pdfunite or tesseract, you can install them with the following commands (assuming your distro uses apt): Code: sudo apt install poppler-utils I did all this with Windows 10's built-in Linux services, using Ubuntu 16.04. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 6 Guest(s)