X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2FSWFOutputDev.cc;h=73711af52ae00c54c6fe480e09057e0839d53a4c;hb=41e2677f86bb98be45f5cf8d82abbb3b95e5f043;hp=17e378845ea9adbd1b7b0ca962cebf90309699fa;hpb=602d0f0a1c8ad614029f235cc6ff38bfe26334e8;p=swftools.git diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 17e3788..73711af 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -22,6 +22,7 @@ #include #include #include +#include //xpdf header files #include "gfile.h" #include "GString.h" @@ -1729,6 +1730,11 @@ int pdfswf_numpages() return doc->getNumPages(); } +void pdfswf_insertstop() +{ + insertstoptag = 1; +} + int closed=0; void pdfswf_close() {