X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=pdf2swf%2FSWFOutputDev.h;h=196de23b0c99da7587018c36c74fa93d6c3c19d6;hb=6e09c9da9af8894a13cd8c3a787203322140a71d;hp=c6a6f49145b74dc7fbc4432c1fb4c1360365642d;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git 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();