Subject: ASP to PDF
Posted By: Bhakti_thakkar Post Date: 2/14/2006 4:58:32 AM
i am designing a shopping cart wherein the user can take a print out of his invoice or save a PDF of his invoice

i dont know how to convert the asp page in to pdf format. can any one please help me on this


Reply By: pdesmidt Reply Date: 3/6/2007 10:14:08 PM
did you ever get this resolved?
I'm trying to do something similar

Reply By: pushpa Reply Date: 3/8/2007 4:45:49 AM
try with this code in asp.
<%
Response.ContentType="application/pdf"
Response.AddHeader "Content-Disposition","inline;filename=temp.pdf"
%>

Here this my code helps to open the file with.pdf but still i also face the problem to open file in Acrobat container.
If u got it the plz reply this topic.

thank you.

Reply By: saurabhj Reply Date: 3/9/2007 6:59:15 AM
You have to use COM for converting ASP page to PDF

-Saurabh
Reply By: pushpa Reply Date: 3/9/2007 7:08:53 AM
how to implement the COM object in the ASP for open a web page in .pdf form.

Reply By: saurabhj Reply Date: 3/9/2007 7:47:04 AM
There are some ready COM components available on net.
Do Googling

-Saurabh

Go to topic 57469

Return to index page 7
Return to index page 6
Return to index page 5
Return to index page 4
Return to index page 3
Return to index page 2
Return to index page 1