[Swftools-common] bad file-ext for python lib on windows

2009-03-30 Thread oyster
I have downloaded swttools for windows, and I found that the python lib for py25/26 has a dll file extension. However it is recommended to use pyd now, so can you change that? for gfx.dll [code] import gfx ImportError: No module named gfx [/code] thanx btw, can someone supply the lib for py24

[Swftools-common] some OT: is there a LGPLed PDF render/view lib?

2009-04-15 Thread oyster
As the title says, I am using windows. And I want to add 'pdf viewer' function in my closed source applications. But I don't think it is a good idea to use ActiveX from adobe acrobat reader, because I can't ensure everyone has installed it on their PC-- for myself, I use foxit for most of the

[Swftools-common] the tools to make pdf2swf_gui.exe?

2009-04-19 Thread oyster
Hi, Matthias. Which tools do you use to create the one-file exe?

Re: [Swftools-common] the tools to make pdf2swf_gui.exe?

2009-04-19 Thread oyster
aha, thanks xpython is just another program that I can not compile on windows by using mingw :( 2009/4/19, Matthias Kramm kr...@quiss.org: On Sun, Apr 19, 2009 at 06:09:24PM +0800, oyster lepto.pyt...@gmail.com wrote: Hi, Matthias. Which tools do you use to create the one-file exe? xpython

Re: [Swftools-common] the tools to make pdf2swf_gui.exe?

2009-04-23 Thread oyster
, but it is a pity that you told me it is hard to maitaince :( 2009/4/19, Matthias Kramm kr...@quiss.org: On Sun, Apr 19, 2009 at 06:09:24PM +0800, oyster lepto.pyt...@gmail.com wrote: Hi, Matthias. Which tools do you use to create the one-file exe? xpython, http://www.xpython.org. Just copy

[Swftools-common] where is the SWF module for python?

2009-05-07 Thread oyster
http://swftools.org/examples.html pyswf Examples for movies generated using the Python interface for librfxswf. thanx

Re: [Swftools-common] newbie question about pdf2swf

2009-05-12 Thread oyster
I think this should work, but I am not very sure: render every page into a big picture, then scale every picture down. at last, convert all picture into swf

Re: [Swftools-common] Need a Help

2009-05-25 Thread oyster
2009/5/25 kumar rajesh kgrajesh_...@hotmail.com: Hi, Is it possible to download the source code of the sample windows application which installing along with the pdf2swf exe. the sourcecode lives in the linux verison_ in fact, the linux version is sourcecode only

Re: [Swftools-common] Need a Help

2009-05-25 Thread oyster
to compile pdf2swf.py with a C/C++ compiler is absoultely a nightmare!! I have never gotten it after 2 weeks try. So if any one have a success, please could you write some step-by-step guide in detail? thanx btw, if you just need a binary release, you can use py2exe/pyinstaller 2009/5/26 oyster

[Swftools-common] some ot: it is strange to reply the mail from maillist

2009-05-25 Thread oyster
I chose to recieve the msg in a digest mode every time when I reply in gmail, the e-mail address always is not swftools-common@nongnu.org, but the real person. is there something I do wrong? thanx

[Swftools-common] on convert pdf which has Chinese characters

2010-09-29 Thread oyster
I am using the python bind to convert a pdf into pictures, and the code( which you can find at the end) is from http://www.swftools.org/gfx_tutorial.html for my pdf files which have Chinese characters in it, I get tons of messy characters on the picture. and the prompt shows the following msg I