Hi Francisco,

On Sun, 20 Dec 2015 15:40:06 -0600
"Francisco Valladolid H." <fic...@gmail.com> wrote:

> Hi.
> 
> I need generate the report in Perl, this is a repetitive task.
> 

OK, so what's the issue? What have you tried? What isn't working?
https://en.wikipedia.org/wiki/God_helps_those_who_help_themselves . I gave you
some ways you can do that. If you're running into difficulties, you may consider
paying someone else to do that.

Regards,

        Shlomi Fish

> 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  
> 
> 
> 



-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
List of Portability Libraries - http://shlom.in/port-libs

Xena the warrior princess can meet King David for breakfast and Julius Caesar
for lunch. Without time travel.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to