From 691ea8afe1fa6e26940f73b1cc20d0b1d64afe20 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 22 Oct 2001 15:45:49 +0000 Subject: [PATCH 1/1] added functions for option setting --- pdf2swf/SWFOutputDev.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdf2swf/SWFOutputDev.h b/pdf2swf/SWFOutputDev.h index c6a6f49..196de23 100644 --- a/pdf2swf/SWFOutputDev.h +++ b/pdf2swf/SWFOutputDev.h @@ -11,6 +11,10 @@ #define __pdf_h__ void pdfswf_init(char*filename, char*userPassword) ; void pdfswf_setoutputfilename(char*filename); +void pdfswf_drawonlyshapes(); +void pdfswf_ignoredraworder(); +void pdfswf_jpegquality(int); + int pdfswf_numpages(); void pdfswf_convertpage(int page) ; void pdfswf_close(); -- 1.7.10.4