R
Russel Dalenberg
I'm trying to write a Perl program that will output a simple catalog. I'd
like to produce something nicer than raw text output.
I have entries with three fields, and I want to be able to display the
fields in columns. I'd like to provide headers and footers with page
numbers (in alternating corners for even/odd pages, if possible). It would
also be really nice if I could include a horizontal line between some of
the entries. I don't need much in the way of fonts, just a couple of
sizes, and maybe bold and italic.
I want the program to be portable between systems (Windows and Linux
presently, Mac OSX eventually), and the output format as well. Ideally,
I'd like to create an output file that the user can bring to his local
print shop to get printed.
I looked through CPAN some, and found RTF::Writer and PDF::Create, but
neither seems to be easy to use, or able to give me the type of output I'm
looking for. This seems strange since I think the page format I'm trying
to produce is pretty simple.
Am I just missing something with the RTF and PDF packages, or is there some
other way that I should use to generate formatted output. I'm about ready
to say "heck with it" and see if I can generate troff files.
Any pointers to documentation that might help, or examples that help me
figure out how to do the formatting would be greatly appreciated!
like to produce something nicer than raw text output.
I have entries with three fields, and I want to be able to display the
fields in columns. I'd like to provide headers and footers with page
numbers (in alternating corners for even/odd pages, if possible). It would
also be really nice if I could include a horizontal line between some of
the entries. I don't need much in the way of fonts, just a couple of
sizes, and maybe bold and italic.
I want the program to be portable between systems (Windows and Linux
presently, Mac OSX eventually), and the output format as well. Ideally,
I'd like to create an output file that the user can bring to his local
print shop to get printed.
I looked through CPAN some, and found RTF::Writer and PDF::Create, but
neither seems to be easy to use, or able to give me the type of output I'm
looking for. This seems strange since I think the page format I'm trying
to produce is pretty simple.
Am I just missing something with the RTF and PDF packages, or is there some
other way that I should use to generate formatted output. I'm about ready
to say "heck with it" and see if I can generate troff files.
Any pointers to documentation that might help, or examples that help me
figure out how to do the formatting would be greatly appreciated!