From: kramm Date: Wed, 30 Apr 2003 14:38:33 +0000 (+0000) Subject: added setparameter(). X-Git-Tag: release-0-5-0~258 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=1975c08f25d8e774794c0bd7ec02c55ea5bb170a added setparameter(). --- 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();