On Fri, 2003-09-05 at 12:06, [EMAIL PROTECTED] wrote: > So the dudes I work for have decided that we need to allow our users a way to > create mailing labels. The idea is that they input a CSV file into some utility > and a PDF file is spit out that they can print onto their mailing labels. I'm > trying to find something GPL'ed that I can use. I did find a C library that > allows me to use and modify the source code freely but it isn't a GPL license. > There is a ton of mumbo jumbo that I don't understand. Anyhow, if anyone knows > of something out there (preferably a Free solution) that I could use, holler > back.
Perl has a PDF library[1] that our company uses to create PDF files that users can print onto checks, it's worked fairly well for us. Jacob [1] To install: # perl -MCPAN -e shell > install PDF ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
