ASP to pdf creator

S

skc

Hi,

I wish to either output fields to a form (textboxes) or I
wish to let the user input data into a form (textboxes)
then hit the save button - form gets saved into a table
and a PDF gets created immediately.

Any ideas on FREE software that converts asp to pdf???

Thanks,

skc
 
C

chris leeds

I think there is a class or component for this in asp.net and I know there
is one for php, not sure about .asp

you'll probably need to do some searching with google and obviously some
digestion of the component's documentation.
 
T

Thomas A. Rowe

There are ones available for ASP, however you must make sure your host is will to install it on
their server.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
C

chris leeds

I saw a couple of them when I did a cursory search through fuzzysoftware.
I wish I had all the time required to learn all this stuff. ;-)

I wonder if anyone on this group has experimented with making pdf's on the
fly.
 
T

Thomas A. Rowe

It is basically the same as creating a Word or Excel document via ASP, you just pass the data to the
PDF component that then writes the file in PDF format either to a filesystem (folder) on the server
or directly to the browser, which then launch Adobe Reader.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top