eConverter is free and opensource collection of tools for converting files from PDF/SWF to PDF/PS/PNG/SVG
eConverter consists of:
./autogen.sh./configure and install any missing libraries if neededmakesrc/econverter-gui, src/econverter-consolemake installmake uninstallTo build on windows use MinGW.
Due to GPL license incompatibility with Apache license binaries can`t be distributed, sorry about that.
samples/ directorymakeeconverter-console input.pdfeconverter-console --output=output.png input.pdfeconverter-console --output=output.pdf input.swf
#include <econverter/eConverter.h>
int main() {
eConverter::eConverter().convert("sample.pdf");
}
You can download whole Mercurial repository here: http://esminis.com/econverter/
You can clone it with this command:
hg clone static-http://esminis.com/econverter/
There is also repository mirror: https://bitbucket.org/esminis/econverter/
Whole project is licensed under the Apache License, Version 2.0; You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0