Closed (fixed)
Project:
File Framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2008 at 17:39 UTC
Updated:
29 Jan 2009 at 13:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
miglius commentedI'm not familiar with FreeMind files. Can they be converted to pdf, images?
Comment #2
akwala commentedThey can be exported to:
- html
- xhtml
- png
- jpeg
- pdf
- svg
- odt (possibly also doc, on Windows)
Comment #3
miglius commentedFor the FileFramework to support conversions from the mm files, I would need a shell command example which would accept as an input the mm file and would produce as the output the file in pdf, png or some other format. Can you give me an example of such a command or script?
Comment #4
akwala commentedIt's a Java/Swing app, and I couldn't find any info on a command line interface, doesn't look like there's one. Thanks for trying, regardless.
Comment #5
Cornoualis commentedXwiki uses an applet to open a mindmap as a java applet:
http://code.xwiki.org/xwiki/bin/view/Macros/MindMapMacro
I attached de .jar file to the comment.
Enjoy! ;)
Comment #6
Cornoualis commentedInsert that code in your page to display your .mm file:
Enjoy! ;)
Comment #7
miglius commentedCommitted to the cvs. Thanks!