git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a247d12
)
removed _setversion, _jpegquality.
author
kramm
<kramm>
Thu, 21 Oct 2004 17:45:30 +0000
(17:45 +0000)
committer
kramm
<kramm>
Thu, 21 Oct 2004 17:45:30 +0000
(17:45 +0000)
pdf2swf/SWFOutputDev.h
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.h
b/pdf2swf/SWFOutputDev.h
index
87b3e11
..
57ca32b
100644
(file)
--- a/
pdf2swf/SWFOutputDev.h
+++ b/
pdf2swf/SWFOutputDev.h
@@
-25,14
+25,12
@@
void pdfswf_init(char*filename, char*userPassword) ;
void pdfswf_setparameter(char*name, char*value);
void pdfswf_addfont(char*filename);
-
void pdfswf_setoutputfilename(char*filename);
-void pdfswf_setversion(int);
-void pdfswf_jpegquality(int);
void pdfswf_performconversion();
int pdfswf_numpages();
void pdfswf_convertpage(int page) ;
void pdfswf_close();
+
#endif //__pdf_h__