On Mon, 27 May 2002 10:02:07 -0400, Philo <[EMAIL PROTECTED]> wrote:

>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.

Hi,

Nope, don't work with Ian Pettman.

I've read that article, which is for classic asp.
I have also read http://www.aspnextgen.com/howto/default.aspx?id=26 which
explains the same for ASP.NET and I think I got a hang of it now.
However, you do need server components installed. You have to download the
Adobe FDF Toolkit.

Regards
Patrik Dahlén
www.patrik-dahlen.nu

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