currently, i've got an application that needs to fill out a printable form with data. clients send me a form and i create a digital version of it. there are tons of these forms and i often need to customize them and add additional fields, etc for my clients, so they should be really simple to create and modify.
i've got a system in place, but it's really cumbersome and problematic. what are some well put together applications or libraries that can be used for this sort of thing?
Thanks!
[edit] some more specifics:
- the application is mostly windows forms
- these forms need to be dynamically generated on client machines, so i'd prefer to stay away from anything that requires a large redist package (ie crystal reports).