On Fri, Jul 17, 2009 at 11:53:38AM +0200, filip sound <[email protected]> wrote: > i'm catching the output of pdf2swf to find pages with certain warnings or > errors. those pages can be rendered with -poly2bitmap. if that fails too, > i'm using imagemagick and ghostscript to render plain images from the pdf > page.
You can actually force bitmap rendering with pdf2swf, too:
pdf2swf -s bitmap file.pdf -o file.swf
.
This command fails very rarely, so it's a good final fallback.
Matthias
