Comment 17 for bug 265033

Revision history for this message
dgandhi (dgandhi) wrote :

The current problem seems to be in the files. The f1040.pdf is bad, as it references the font HeBo, when it has no such font defined. I used this shell command to fix the file:

cat f1040.pdf | sed -e 's%/HeBo%/Helv%g' > f1040-fixed.pdf

The folks commenting on the poppler bug report seem to agree that poppler catches the error, but no default font override exists, nor does that appear to be trivial, or even desirable.