|
 |
access_asp thread: How to create and downlod .pdf file in ASP
Message #1 by "Narendra Patil" <any2001@r...> on Fri, 21 Mar 2003 06:01:19
|
|
Dear Friends ,
I wish to create .pdf file using ASP and upload it in my directory.
User can download that file on his PC.
Thanks
Narendra
Message #2 by "Charles Mabbott" <aa8vs@m...> on Fri, 21 Mar 2003 07:12:45 -0500
|
|
Not quite clear, so here is what I think you said;
A PDF file is created with a software utility from Adobe. When the software
is loaded on PC you can then save a file from Word for example in the PDF
format. Similar to sending file to printer, it will generate an output file
in pdf format.
You can, once file is loaded use simple html commands in web page to allow
user to download the file to his PC or if he has Adobe will start that up
and he can read the file.
<a href="http://aa8vs.dhs.org:81/i94/memb2.pdf">Membership form (PDF)</a>
As far as uploading to server, that could be done with ftp assuming you have
the privilege to do this.
If you are using ASP to build the page you still need this basic statement.
I hope this helps and that I understand what you are asking.
Regards,
Chuck
"Whoever said the pen is mightier than the
sword obviously never encountered automatic
weapons."
http://68.43.100.7:81/aa8vs
>From: "Narendra Patil" <any2001@r...>
>Reply-To: "Access ASP" <access_asp@p...>
>To: "Access ASP" <access_asp@p...>
>Subject: [access_asp] How to create and downlod .pdf file in ASP
>Date: Fri, 21 Mar 2003 06:01:19
>
>Dear Friends ,
>
>I wish to create .pdf file using ASP and upload it in my directory.
>User can download that file on his PC.
>
>Thanks
>
>Narendra
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
Message #3 by "Narendra Patil" <any2001@r...> on Sat, 22 Mar 2003 03:31:32
|
|
Thanks
actually i felt that for donloading file it requires any software
Thanks again
Narendra
|
|
 |