ASP to pdf creator

  • Thread starter Thread starter skc
  • Start date Start date
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
 
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.
 
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.
==============================================
 
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.
 
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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top