http://qs321.pair.com?node_id=596975


in reply to Re: PDF::Template needs a new maintainer
in thread PDF::Template needs a new maintainer

In addition to xdg's excellent pointers, you might also want to look at my article on the subject.

As for what's needed in this specific area, the biggest thing lacking is tests. When I took over PDF::Template 4 years ago, there was no easy way of testing PDFs. One of the reasons I was so interested in converting PDF::Template to use PDF::Writer as its engine is that writing tests for PDF::Template become much simpler (see how I wrote tests for Excel::Template as a good example). In the meantime, Test::PDF has been released to CPAN and would make a very good way to test PDF::Template or PDF::Writer.

The most immediate need is to get off of the PDFlib v3 API and either onto PDF::Writer (best solution) or the PDFlib v6 API (better than nothing). After that, there's a number of directions you can go.

As you have low-level PDF experience, this sounds like it might be a good fit. I'll /msg you my email and we can chat further.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^2: PDF::Template needs a new maintainer