Hi

I want to develop a form that once complete can be saved/printed into a PDF template that I have by an administrator.

I looked at FillPDF but I don't really want to send the data to a service, I want this to happen on my server.

I have done some testing with FPDF and FPDI but can't work out how I can integrate this with Drupal has anybody come across a tutorial on how to get this done or knows of a better way?

Thanks in advance.

Comments

I did this using latex once

I did this using latex once (http://www.latex-project.org) there is actually a Drupal module for latex integration but I've no idea if it's suitable or not: http://drupal.org/project/latexgen and http://drupal.org/project/drutex - mine was in Drupal 5 so it won't be all that relevant.

Thanks,

Pobster