473,386 Members | 1,609 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

download to pdf

I wanna know as to how to download a webpage to a pdf file.
Iam able to download to word file as well as excel file. Here is the code
below?

Select Case Request.QueryString("ftype")

Case "Word"

Response.ContentType = "application/msword"

Response.AddHeader("Content-Disposition", "attachment;filename=" &
lblProjectName.Text & "defcat.doc")

Case "Excel"

Response.ContentType = "application/msexcel"

Response.AddHeader("Content-Disposition", "attachment;filename" &
lblProjectName.Text & "defcat.xls")

Case "PDF"
Response.ContentType = "application/pdf"

Response.AppendHeader("Content-Disposition", "attachment;filename=" &
lblProjectName.Text & "defcat.pdf")

End Select

Iam also able to download to pdf file but when I open the pdf file, it says
---------------------------------------------------------------------------------------------------------------------
Acrobat could not open 'bdkms.pdf' because it is either not a supported file
type or because the file has been corrupted (for example, it was sent as an
email attachment and wasn't correctly decoded).
----------------------------------------------------------------------------------------------------------------------

Iam able to open the downloaded word file and excel file successfully.
Below the above code, I have a generated report which will the content of
the downloaded file..

Thankz
Nov 21 '05 #1
2 1393
Is the file you are sending to the user a real PDF file or is is just a file
you are trying to send as PDF?

You cant send whatever as PDF.. it has to be a PDF file... you need to use a
tool then to convert the file you have to a PDF file...

/Lars
"charmis" <ch*****@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I wanna know as to how to download a webpage to a pdf file.
Iam able to download to word file as well as excel file. Here is the code
below?

Select Case Request.QueryString("ftype")

Case "Word"

Response.ContentType = "application/msword"

Response.AddHeader("Content-Disposition", "attachment;filename=" &
lblProjectName.Text & "defcat.doc")

Case "Excel"

Response.ContentType = "application/msexcel"

Response.AddHeader("Content-Disposition", "attachment;filename" &
lblProjectName.Text & "defcat.xls")

Case "PDF"
Response.ContentType = "application/pdf"

Response.AppendHeader("Content-Disposition", "attachment;filename=" &
lblProjectName.Text & "defcat.pdf")

End Select

Iam also able to download to pdf file but when I open the pdf file, it
says
---------------------------------------------------------------------------------------------------------------------
Acrobat could not open 'bdkms.pdf' because it is either not a supported
file type or because the file has been corrupted (for example, it was sent
as an email attachment and wasn't correctly decoded).
----------------------------------------------------------------------------------------------------------------------

Iam able to open the downloaded word file and excel file successfully.
Below the above code, I have a generated report which will the content of
the downloaded file..

Thankz

Nov 21 '05 #2
Hi Lars,
do you have any idea which tool you need to use in order to automatically download using the application/pdf content?
Thanks,
Nico

From http://developmentnow.com/g/38_2004_...oad-to-pdf.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: chon | last post by:
I have an ASP page that is sent a file location as a parameter. It opens this file, loads the ADODB.Stream object and does a binary write to the page forcing the download dialog to appear. This...
0
by: jmd | last post by:
Hello. I want to write a C# program that does completely automatically what, until now, I do manually, witch is describe below : 1. I launch IE (6) 2. I browse to my desired download page, say...
0
by: Buddy Ackerman | last post by:
I am trying to implment a file download via a link such that when clicked, instead of starting the default application for that type of file the user will be presented with a download dialog...
3
by: Nathan Sokalski | last post by:
I have a webform that contains a button which I want to do three things: 1. Delete a record from a database 2. Let the user download a text file that is generated 3. Refresh the page to show...
18
by: jmd | last post by:
Hello, I posted the following in the C# forum but without one answer. But perhaps now in vb.net someone has some guidelines ! This is my question : I want to write a vb.net program that does...
1
by: a.r.austin | last post by:
Hello, I am trying to download a few files one after another from a remote server. Problem is that I don't know how to, or if I am able at all, set a time out for download. I don't want to time...
16
by: matt | last post by:
I have used some free code for listing files for download, but I want to send an email to the administrator when the file has been downloaded. I have got some code in here that does it, but it will...
1
by: JayLembeck | last post by:
Over 50,000 Free Ringtone. Get the Latest Ringtone. Download now- Fast, Free and Easy. Get your FREE surprise RINGTONE now! http://seekoutfast.info/free-ringtone/ free ringtone free ringtone new...
5
by: Khafancoder | last post by:
Hi guys, i am building a FileSharing website, i wanna allow users to be able using download managers such as DAP to download files from webserver but don't allow them to retrive files url......
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.