https://github.com/par7133/pdftexter
A pdf textual reader for OpenBSD (script and web frontend) - MIT
https://github.com/par7133/pdftexter
ksh openbsd pdf-reader pdf-viewer shell text
Last synced: 27 days ago
JSON representation
A pdf textual reader for OpenBSD (script and web frontend) - MIT
- Host: GitHub
- URL: https://github.com/par7133/pdftexter
- Owner: par7133
- License: mit
- Created: 2025-08-05T07:20:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T07:54:48.000Z (2 months ago)
- Last Synced: 2026-04-04T09:38:06.599Z (2 months ago)
- Topics: ksh, openbsd, pdf-reader, pdf-viewer, shell, text
- Language: Shell
- Homepage: https://bsd.gaoxio.com
- Size: 208 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdftexter
A pdf textual reader for OpenBSD (script and web frontend)
Acceptable script calls by shell:
pdftexter Unix1.pdf --
pdftexter Unix1.pdf -- 10
pdftexter Unix1.pdf -- 10 15
Acceptable frontend calls:
http://myreader.puppy/web.php?pdf=Unix1.pdf
http://myreader.puppy/web.php?pdf=Unix1.pdf&frompage=10
http://myreader.puppy/web.php?pdf=Unix1.pdf&frompage=10&topage=15
Script web call for debugging purpose:
t=`date "+%Y%m%d-%H%M%S"`; pdftexter Unix1.pdf $t 10 15
Crontab example for the cleaner (crontab -e):
30 23 * * * /pathto/cleaner.sh -c
Hope you can find it somewhat useful. Have fun!
For any need of software additions, plugins and improvements please write to info@numode.eu
To help please donate by clicking https://gaox.io/l/dona1 and filling the form.
Screenshot:

Feedback: code@gaox.io