Hi. I need generate the report in Perl, this is a repetitive task.
Regards, On Sun, Dec 20, 2015 at 5:51 AM, Shlomi Fish <shlo...@shlomifish.org> wrote: > Hi Francisco, > > please reply to all recipients - see: > > * http://www.shlomifish.org/meta/FAQ/#reply_to_list > > * > http://www.shlomifish.org/philosophy/computers/netiquette/email/reply-to-list.html > > On Sun, 20 Dec 2015 00:41:11 -0600 > "Francisco Valladolid H." <fic...@gmail.com> wrote: > >> Hi Folks >> >> I need write a simple report from a CSV file containing users and >> passwords for a bunch of random users for using in a public wifi >> system, additionally put a qrcode in the report for easy access to the >> wifi network. >> >> I don't have problems manipulating the CSV file and the qrcode, the >> problem is resolved. Whenever I want to know how can generate a >> template for generating the report in PDF, need put vouchers in the >> sheet in two columns. > > It's not entirely clear to me what you mean, but it seems like you want to > generate a PDF with some constraints. For this, you have several options: > > * Use one of the PDF modules on CPAN - https://metacpan.org/search?q=pdf . > > * Generate an OpenOffice/LibreOffice ODT file and render it into PDF using > OpenOffice or LibreOffice. See > > * * https://en.wikipedia.org/wiki/Apache_OpenOffice > > * Generate a https://en.wikipedia.org/wiki/LaTeX or > https://en.wikipedia.org/wiki/Troff document and render that into PDF using > their toolchains. > > * Generate a PostScript file and use ps2pdf to convert it to PDF. > > Regards, > > Shlomi Fish > > >> >> If anyone have some idea, it is welcome. >> >> Kings regards. > > > > -- > ----------------------------------------------------------------- > Shlomi Fish > > My Commodore 64 is suffering from slowness and insufficiency of memory, and > its > display device is grievously short of pixels. Can anybody help? > — Omer Zak -- Francisco Valladolid H. -- http://blog.bsdguy.net - Jesus Christ follower. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/