Version: 9.0.1

in one_file_per_page mode,  from the 2nd page output device hasnot been dumped 
fonts.

May be we are miss some statement in pdf2swf.c:

if(one_file_per_page) {
                gfxresult_t*result = out->finish(out);out=0;
                char buf[1024];
                sprintf(buf, outputname, pagenr);
                if(result->save(result, buf) < 0) {
                           return 1;
                }
                result->destroy(result);result=0;
                out = create_output_device();;
+    pdf->prepare(pdf, out); //miss this statement
                msg("<notice> Writing SWF file %s", buf);
}



Is it right?

            
                                          
_________________________________________________________________
想知道明天天气如何?必应告诉你!
http://cn.bing.com/search?q=%E5%A4%A9%E6%B0%94%E9%A2%84%E6%8A%A5&form=MICHJ2

Reply via email to