Dynamic PDF Example: Shipping Label with Bar Code

In this example, address data come from this HTML form, but they can easily come from an automated order processing system instead. For simple form applications like this, you can draw everything programmatically without much effort. Automatic invoice generation, for example, is only marginally different from this example. Then, you can forget about merging PDF and FDF for the form and fields. For more complex dynamic forms, see our 1040 Tax Form example.
107-line C source code for this CGI.

Please enter correct addresses for the "From" and "Ship To" fields, and a Tracking number (digits or upper-case alphabets only).


From:

Ship To:

Airbill or Tracking Number:

To generate shipping label, press this button: .


(Copyright 1999, FastIO Systems, All Rights Reserved; Last modified: 1999-10-02)