Forum OpenACS Forum Summaries: Re: How to create multiple PDF file in OpenACS

Collapse
Posted by Antonio Pisano on
If by multiple pdf you mean putting toghether pdf files into one, we used a lot a command line tool called pdftk, calling it by exec command in tcl.

This is the website https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/, but you should be able to install it under linux just by your package manager.