5.33 To make .bbx files

use ebb -x foo.pdf if you get an error like this

* WARNING ** Streams with DecodeParams not supported.
 

This convert the pdf to ps, then convert it back to pdf, it should now work

pdf2ps foo.pdf foo.ps 
ps2pdf foo.ps foo.pdf 
ebb -x foo.pdf