I want to generate a technical report from lisp (AllegroCL in my case) and I studied various packages/project to help me do this.
Requirements:
- Need to generate a PDF
- May create an intermediate format like RTF, Restructured TEXT, HTML, Word DOC or Latex
- Need to be flexible to be able to add content throughout my application
- Need to handle Multi-Page, Headers, Footers, Tables, inclusion of Images.
Possibilities:
- cl-pdf and cl-typesetting: I checked this one out and it works for now, but is there a better alternative?
- Some Latex generator, but ???
Question:
Do you know alternatives to easily generate (PDF) reports from lisp. What is the best workflow to go for?