At 07:50 AM 5/27/2002 +0200, Patrik Dahlén wrote:
>Hi,
>
>In classic ASP there are some components to create a PDF file. But is
>there a new way to do this in ASP.NET without using the old components?
>I have looked for articles on the subject but haven't found any.
>
>For example:
>I have a project administration application. I generate a page
>containing an invoice. Now I want to create a PDF file with this invoice
>and mail it.

Are you working with Ian Pettman? (he just posted a PDF question to visbas!)

If all you're looking to do is to fill in a predefined form with values, 
then rolling your own PDF is dead easy. What you want to do is create your 
form in Acrobat and define the form fields. Then dynamically create an FDF 
that points to the PDF and indicates the values to be filled in. You do NOT 
need a server component nor do you need a special application.

This article is a good start about FDF's. Drop a line if you need more help.

http://www.15seconds.com/issue/010822.htm

Philo

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to