I have large database in text format.I convert them in particular format using awk. While using awk i have added escape sequence ^ for formatting in enscript like bgcolor,font,color etc. Then i convert same in pdf with ps2pdf command. In awk when i use printf "|%s|",$1 it is printing vertical line but breaked. I want different borders/boxes around various textfield. Whether it is possible to do with enscript OR ps2pdf OR pdftk ?
-
Possible commands may be pdf,pdftk,ps2pdfKalpesh Bhoj– Kalpesh Bhoj2020-07-24 15:08:22 +00:00Commented Jul 24, 2020 at 15:08
-
In question unix.stackexchange.com/q/539818/343138 it was horizontal line. It is possible to change it vertical ?Kalpesh Bhoj– Kalpesh Bhoj2020-07-24 15:20:22 +00:00Commented Jul 24, 2020 at 15:20
Add a comment
|