From 1975c08f25d8e774794c0bd7ec02c55ea5bb170a Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 30 Apr 2003 14:38:33 +0000 Subject: [PATCH] added setparameter(). --- pdf2swf/SWFOutputDev.h | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 1.7.10.4