I have a requirement to auto generate a poster in PDF format based on a template in. This PDF must contain custom text and images provided via a web application. I know you can add from fields to a PDF then fill them with something like iTextSharp (I’m using C#) but these have solid backgrounds so can’t be overlaid onto a poster. I have tried to create a transparent form control in OpenOffice but it does not seem possible. Can anyone suggest a method of fulfilling this requirement?
Many thanks
This can be done using ITextsharp.Its a very powerful PDF library. Keep the background as a pdf and load it in a stream. Then you can write on the loaded pdf and can return the poster.
or refer to the sample
PDF poster