Initial revision
[swftools.git] / pdf2swf / SWFOutputDev.h
1 /* pdfswf.h
2    Header file for pdfswf.cc.
3
4    Part of the swftools package.
5
6    Copyright (c) 2001 Matthias Kramm <kramm@quiss.org> 
7
8    This file is distributed under the GPL, see file COPYING for details */
9
10 #ifndef __pdf_h__
11 #define __pdf_h__
12 void pdfswf_init(char*filename, char*userPassword) ;
13 void pdfswf_setoutputfilename(char*filename);
14 int pdfswf_numpages();
15 void pdfswf_convertpage(int page) ;
16 void pdfswf_close();
17 #endif //__pdf_h__