I've been messing around with converting my pdfs with the poly2bitmap setting(pdf2swf -o page%.swf -s poly2bitmap input.pdf). Oddly, I get a lot of errors like this:
ARNING swf_drawchar: Font is NULL ERROR Unknown font id: BDNMLH+Courier-104-0 WARNING swf_drawchar: Font is NULL ERROR Unknown font id: BDNMLH+Courier-104-0 I have no problems with the same pdf files when using -s bitmap(pdf2swf -o page%.swf -s bitmap input.pdf) or just running it straight out (pdf2swf -o page%.swf input.pdf). This seems to happen for every font in the pdf after the first page with text in it. I am using 'pdf2swf - part of swftools 2008-11-19-1013' -Doug
