I want to parse a pdf file, for that I am using pdftotext
utility which converts pdf file into text file, now I want to remove a page number, header and footer from text file.
I am converting a pdf file using following syntax:
pdftotext -layout input.pdf output.txt
Can anyone help me on this?