From: kramm Date: Mon, 22 Oct 2001 15:45:49 +0000 (+0000) Subject: added functions for option setting X-Git-Tag: release-0-0-2~31 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=691ea8afe1fa6e26940f73b1cc20d0b1d64afe20;hp=679bc1b62b72c098256a9bde8c49a61952efc069;p=swftools.git added functions for option setting --- 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();