… | |
… | |
18 | |
18 | |
19 | As far as I know, and have gathered from the newsgroups, Psion does not want |
19 | As far as I know, and have gathered from the newsgroups, Psion does not want |
20 | or is not able to release the data formats of the saved files of their |
20 | or is not able to release the data formats of the saved files of their |
21 | internal applications. I am trying to reverse engineer these data formats |
21 | internal applications. I am trying to reverse engineer these data formats |
22 | and to document them for general use. At this moment, I understand their |
22 | and to document them for general use. At this moment, I understand their |
23 | Word, TextEd, Sketch, MBM and Record files. I want this information to |
23 | Word, TextEd, Sketch, MBM, Clipart and Record files. I want this information |
24 | be available to everyone, in order to write better file conversion utilities |
24 | to be available to everyone, in order to write better file conversion |
25 | for popular (non-)Windows programs. |
25 | utilities for popular (non-)Windows programs. |
26 | |
26 | |
27 | All documentation is written in Psion 5 Word. Fortunately, the utilities |
27 | All documentation is written in Psion 5 Word. Fortunately, the utilities |
28 | in this package can translate it to HTML and other formats. |
28 | in this package can translate it to HTML and other formats. |
29 | |
29 | |
30 | Unlike all other files in this package, the *.psi files in the directory |
30 | Unlike all other files in this package, the *.psi files in the directory |
… | |
… | |
43 | application. It allows you to read Psion 5 files. Note that it comes |
43 | application. It allows you to read Psion 5 files. Note that it comes |
44 | under the GNU General Public License; that means that you can only link |
44 | under the GNU General Public License; that means that you can only link |
45 | it to programs which are also covered by that license. You can contact |
45 | it to programs which are also covered by that license. You can contact |
46 | me if you need other license terms. |
46 | me if you need other license terms. |
47 | |
47 | |
|
|
48 | The following formats can be read at this moment: |
|
|
49 | Word Word processor files |
|
|
50 | TextEd OPL editor files |
|
|
51 | Sketch Picture files |
|
|
52 | MBM Alternate picture format; several pictures can be combined in it |
|
|
53 | ClipArt Internal picture format; several pictures can be combined in it |
|
|
54 | |
48 | The parser is quite good at the moment. Page layout codes are not yet |
55 | The parser is quite good at the moment. Page layout codes are not yet |
49 | read, but almost everything that is described in the documents in the |
56 | read, but almost everything that is described in the documents in the |
50 | format directory is supported by it. Of course, it can also not yet |
57 | format directory is supported by it; but it can not yet cope with |
51 | cope with inserted objects (ie. documents in some other format) and |
58 | inserted objects (ie. documents in some other format). |
52 | other as of yet undocumented things. |
|
|
53 | |
59 | |
54 | Documentation is scarce; please examine the source code or the example |
60 | Documentation is scarce; please examine the source code or the example |
55 | psiconv program. Some things may also be found in the doc subdirectory. |
61 | psiconv program. Some things may also be found in the doc subdirectory. |
56 | |
62 | |
57 | |
63 | |
… | |
… | |
81 | The RTF target is not finished yet; in fact, it is no usable at all |
87 | The RTF target is not finished yet; in fact, it is no usable at all |
82 | right now. |
88 | right now. |
83 | |
89 | |
84 | All ImageMagick graphic output formats are supported; depending on how |
90 | All ImageMagick graphic output formats are supported; depending on how |
85 | you compiled ImageMagick, this is betwee 20 and 50 different formats. |
91 | you compiled ImageMagick, this is betwee 20 and 50 different formats. |
86 | Your favorite one should be somewhere... |
92 | Your favorite one should be somewhere in there... |
87 | |
93 | |
88 | I would very much like to add other targets, like (La)TeX, RTF (Rich Text |
94 | I would very much like to add other targets, like (La)TeX, RTF (Rich Text |
89 | Format) and XML (for AbiWord). If other people want to work on this, please |
95 | Format) and XML (for AbiWord). If other people want to work on this, please |
90 | let me know! Of course, you could also write your own conversion applications |
96 | let me know! Of course, you could also write your own conversion applications |
91 | just using my data format description. Native import/export filters for |
97 | just using my data format description. Native import/export filters for |