## v3 24-01-15 alban: add acceptance for wildcard *
## v4 24-01-17 alban: add file type check
## v5 24-01-23 alban: add binary check
## v6 24-02-08 alban: add direct help option call
##
helptext (){
echo"\n Use with one or more files (spaces in file name need quoting or escaping): \n${0##*/} Example_1.pdf \"Example 2.pdf\" Example\ 3.pdf \n\n Can be used also with wildcard: \n${0##*/} More_Examples_*.pdf \n\n"
echo"\
\n\
This bash script rewrites the already filled in text of PDF forms \n\
to keep text visible in some viewer's (e.g. okular from KDE) display mode: \n\
${0##*/} PDF_1 [... PDF_n] \n\
or prints this help text again: \n\
${0##*/} --help | -h \n\
\n\
Use with one or more files (spaces in file name need quoting or escaping): \n\