X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=pdf2swf%2FSWFOutputDev.h;h=6db523fa99e80b23e3f4a41b294dd086b7610ec6;hp=c6a6f49145b74dc7fbc4432c1fb4c1360365642d;hb=16a1056ad5c25f12f7c9b291fcc78dd1f594671c;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b diff --git a/pdf2swf/SWFOutputDev.h b/pdf2swf/SWFOutputDev.h index c6a6f49..6db523f 100644 --- a/pdf2swf/SWFOutputDev.h +++ b/pdf2swf/SWFOutputDev.h @@ -11,6 +11,15 @@ #define __pdf_h__ void pdfswf_init(char*filename, char*userPassword) ; void pdfswf_setoutputfilename(char*filename); +void pdfswf_drawonlyshapes(); +void pdfswf_enablezlib(); +void pdfswf_ignoredraworder(); +void pdfswf_linksopennewwindow(); +void pdfswf_jpegquality(int); +void pdfswf_performconversion(); +void pdfswf_storeallcharacters(); +void pdfswf_insertstop(); + int pdfswf_numpages(); void pdfswf_convertpage(int page) ; void pdfswf_close();