The system I'm redesigning used to use OpenOffice, but that uses way too much memory now that I'm going to move it to embedded systems (probably on something like a Soekris 5501 box). Originally, when this system (in the first iteration, version 1.0) was all in Perl, I used Abiword. Essentially I have to do a mailmerge with data my clients have and print out letters and reports. I used to have a Perl script read the original source file, use regexes to do a search and replace of all the fields for mailmerge (which included on reports), then save a new version of the file. When I had all the files prepared, I used the command line (through Perl) to print out all the files. I can't remember the exact method I used, but this was back in 2002 or so. At the time there was no way to control Abiword, other than running it from the command line with a command specified.
These embedded systems will be running Debian Linux and I'm doing my development on an iMac with OS X 10.6.5 and using Parallels for virtual systems.
I've got other questions on other subjects I'll ask in other emails, but here's what I'm trying to learn about now:
1) I see that Abiword uses a stunning 16 MB of RAM, possibly as little as 8 MB on embedded systems. Can you please confirm I'm reading that properly? (Considering that OpenOffice uses 512 MB, and that 16 MB is tiny now days, I want to be sure.) Also, is the reason for 8 MB on embedded systems because there's no display?
2) Do I need to do anything special to start Abiword without the display?
3) I can't find the plugin AbiCommand. Granted, right now I'm using the OS X version of Abiword, which is a few versions behind, but I can't find it as a plugin from within the program when I look at the plugin lists and I don't see where, on the file server, the plugins are stored. There was also no chance to select plugins during the install.
4) If I want to control Abiword from Perl, is it similar to PHP, where I would run it, telling it to accept input from a file handle, then print my commands to that file handle?
5) Is there any way to communicate with Abiword while it is running through any kind of network socket, or is the best way to communicate with it while it's in memory to use AbiCommand?
I've got more questions, but I feel like I'm throwing a lot at everyone as it is. My main goal is to be able to control Abiword from Perl (or maybe Java) so I can load it, then either have it do a mailmerge, or do one controlled by my program (manually doing search and replace), then either printing out the files or saving them as PDFs for printing later. If the questions I'm asking aren't leading to a good way to do this, I'm open to suggestions.
Any help is appreciated!
Thank you.
Hal-----------------------------------------------
To unsubscribe from this list, send a message to
abiword-user-request@abisource.com with the word
unsubscribe in the message body.
Received on Thu Dec 30 08:21:02 2010
This archive was generated by hypermail 2.1.8 : Thu Dec 30 2010 - 08:21:02 CET