Download On-The-Fly module provides service to download files.
Files are created and downloaded dynamically without saving it to the server.

It supports all file extension whose generated data can be casted to a string.
Example file extensions csv, ics, pdf, txt, xls, xlsx etc.

Here we configure each file extension along with supporting HTTP Headers to support downloading them On-The-Fly.

External libraries can also be used for the generation of file data.

Go through README.txt for examples, usage, guidelines etc.