Makes a PDF ASCII compatible and reformats all syntax within.
May be totally broken, this is just for personal debugging.
Builds on hayro
.
# Format in place
pdffmt file.pdf
# Format to another file
pdffmt input.pdf output.pdf
# Format stdin and write to stdout
cat file.pdf | pdffmt > fmt.pdf