X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2FSWFOutputDev.h;h=4e19dd0d5844efe4ab6c1ca754ad51dd01af5dbf;hb=5ede6209244433ea174111a9079fa6d0cf84d227;hp=e110d4a5eaf449ee2e21afb3a025462a61f686a7;hpb=8fd13edea1571f100db08fc5c19d08808a6ead1b;p=swftools.git diff --git a/pdf2swf/SWFOutputDev.h b/pdf2swf/SWFOutputDev.h index e110d4a..4e19dd0 100644 --- a/pdf2swf/SWFOutputDev.h +++ b/pdf2swf/SWFOutputDev.h @@ -10,6 +10,9 @@ #ifndef __pdf_h__ #define __pdf_h__ void pdfswf_init(char*filename, char*userPassword) ; + +void pdfswf_setparameter(char*name, char*value); + void pdfswf_setoutputfilename(char*filename); void pdfswf_drawonlyshapes(); void pdfswf_enablezlib(); @@ -21,6 +24,7 @@ void pdfswf_storeallcharacters(); void pdfswf_insertstop(); void pdfswf_setversion(int); + int pdfswf_numpages(); void pdfswf_convertpage(int page) ; void pdfswf_close();