As I am in the process of moving my applications from a PC to a Mac, I also played with the idea of using Megazine3 on my Mac.
One of things that would have to be done is transposing Windows batch files to Applescript or another language. But first, the SWFTOOLS must be installed to permit the "Conversion of a PDF File into an MZ3 Book".
So that's what I finally did today, and I must say it wasn't as easy as I thought. And in case someone else want to do it someday, here is a detail that is good to know... there is a mistake in a link right now and it won't install because of that...
Here is where I found the answer to why it wasn't installing
https://trac.macports.org/ticket/26075It may be mentioned elsewhere but that's where I found it first.
So I had to:
sudo port clean -f --all db46
sudo port selfupdate
sudo port install db46to fix it and compile the swftools on my Mac as instructed
To compile swftools on Mac OS X,
You need to get Mac Ports. After this, do this:
sudo port
install swftoolsNow, pdf2swf works on my Mac, and I can begin to keep working on the real goal... use MZ3 on my Mac
Gilles