X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2FSWFOutputDev.h;h=e110d4a5eaf449ee2e21afb3a025462a61f686a7;hb=98224e6d436b226dc8445db494efa7e8c3635c34;hp=ea43b3e399582f9517d5a69ee156e95eee87c572;hpb=eec662ec199f07966d7ce4100f3eb0c2d2dd1516;p=swftools.git diff --git a/pdf2swf/SWFOutputDev.h b/pdf2swf/SWFOutputDev.h index ea43b3e..e110d4a 100644 --- a/pdf2swf/SWFOutputDev.h +++ b/pdf2swf/SWFOutputDev.h @@ -12,11 +12,14 @@ void pdfswf_init(char*filename, char*userPassword) ; void pdfswf_setoutputfilename(char*filename); void pdfswf_drawonlyshapes(); +void pdfswf_enablezlib(); void pdfswf_ignoredraworder(); void pdfswf_linksopennewwindow(); void pdfswf_jpegquality(int); void pdfswf_performconversion(); void pdfswf_storeallcharacters(); +void pdfswf_insertstop(); +void pdfswf_setversion(int); int pdfswf_numpages(); void pdfswf_convertpage(int page) ;