Dynamically create PDF from URL click

  • Thread starter Thread starter Raterus
  • Start date Start date
R

Raterus

If you have crystal reports, which comes with visual studio, this should be relatively straight forward to accomplish.
 
Hi,

This is what we want to achieve:

1. The user clicks on url.
2. The web server produces a PDF file based on information in a database.
3. This PDF file is sent back to the client, who can then choose to save it
or open it.

Is this feasible?

The reason for this is that the web application will be used in closed
environment,
the PDF files can then be used outside this closed system.

Other soultions and recommendations for PDF toolkits are also welcome.


Chris
 
This is what we want to achieve:

1. The user clicks on url.
2. The web server produces a PDF file based on information in a
database. 3. This PDF file is sent back to the client, who can then
choose to save it or open it.

Is this feasible?

Yes.

You can use Crystal Reprots (included with VS.NET) to generate PDF reports
with formatting.
 
Back
Top