From: kramm Date: Tue, 8 Jan 2002 21:36:05 +0000 (+0000) Subject: set dpi to 72. X-Git-Tag: release-0-2-2~55 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=d78d39d495201b40537d2c38d42ab34c60467865;hp=b729a526c01f8667329ce4f14362cb3b743156d5 set dpi to 72. --- diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 78be919..6af4102 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -1534,7 +1534,7 @@ void pdfswf_performconversion() for(t=0;tdisplayPage((OutputDev*)output, currentpage, /*zoom*/100, /*rotate*/0, /*doLinks*/(int)1); + doc->displayPage((OutputDev*)output, currentpage, /*dpi*/72, /*rotate*/0, /*doLinks*/(int)1); } }