The Frederick Seitz Materials Research Laboratory Business Office has a paper order form which faculty, staff, and students complete by hand when they need equipment and software. The goal is to replicate this paper form's functionality over the web, and increase functionality when possible. We present a proof-of-concept and show the original paper form, the web form, and the PDF generated.
Amy will discuss:
- the overall workflow: what tools you need, how long it took
- the perl script that:
- generates the form
- generates the XML from the form values
- calls the transformer and processor that generates the PDF
- installing and configuring the apps
- writing the XSLT for the XML → PDF
Kris will discuss:
- Unix to Win, and Apache to IIS issues
- working with the client, in this case, the MRL Business Office
- other PDF-generating tools he's looked at
- unsatisfactory approaches that led to this project.