C
ccc31807
I've been asked about the automation of a series of reports that are now being created by hand and printed as hard copies for distribution. I have twoquestions for the combined experience of this group, both concerning PDF.
First, I produce reports now as csv files, and using Excel::Writer::XLSX asExcel 2010 files. I have no problem with either, as they are both quick, easy, and effective.
Second, I have been using PDF::API2 for years, with good results, but mightneed to look at other options, such as CAM:
DF. If I'm happy with PDF::API2, is there an incentive to look at other libraries for the creation of PDF files? I might be looking for an excuse to use another library, so this is a case where any reason might be good enough.
Third, I am accustomed to using LaTeX as my general purpose tool for creating documents (as opposed, for example, to creating them in Word and printing them as a PDF file). What are the advantages/disadvantages to using a Perl binding to LaTex, generating LaTeX source by hand and printing with pdflatex, or continuing to use PDF::API2? I'm much more familiar with LaTeX and comfortable using it than PDF::API2, and again any reason to start using Perl/LaTeX might be good enough.
Finally, I suspect that this project might involve the creation of graphics.. I have used both gnuplot and R to manually create graphics, and it seems to me that, if I use LaTeX, sweave might be a good solution for producing PDFs with embedded graphics. I'm just wondering of anyone has experience with this, or even just an opinion.
Thanks, CC.
First, I produce reports now as csv files, and using Excel::Writer::XLSX asExcel 2010 files. I have no problem with either, as they are both quick, easy, and effective.
Second, I have been using PDF::API2 for years, with good results, but mightneed to look at other options, such as CAM:
Third, I am accustomed to using LaTeX as my general purpose tool for creating documents (as opposed, for example, to creating them in Word and printing them as a PDF file). What are the advantages/disadvantages to using a Perl binding to LaTex, generating LaTeX source by hand and printing with pdflatex, or continuing to use PDF::API2? I'm much more familiar with LaTeX and comfortable using it than PDF::API2, and again any reason to start using Perl/LaTeX might be good enough.
Finally, I suspect that this project might involve the creation of graphics.. I have used both gnuplot and R to manually create graphics, and it seems to me that, if I use LaTeX, sweave might be a good solution for producing PDFs with embedded graphics. I'm just wondering of anyone has experience with this, or even just an opinion.
Thanks, CC.