Apr 21, 2004 #1 HOTLIPS Technical User Joined Dec 5, 2000 Messages 55 Location GB Help.. .How do I display a PDF file on my web page?? I would like the user to be able to view a pdf report of 22 pages on the web... could anyone advise on how I do this Thanks in advance Hotlips
Help.. .How do I display a PDF file on my web page?? I would like the user to be able to view a pdf report of 22 pages on the web... could anyone advise on how I do this Thanks in advance Hotlips
Apr 21, 2004 #2 ingresman IS-IT--Management Joined Feb 17, 2003 Messages 1,541 Location GB try <a href="name.pdf">click here</a>, Now if you want something fancy you might have to play around with things like Content-disposition HTTP headers Upvote 0 Downvote
try <a href="name.pdf">click here</a>, Now if you want something fancy you might have to play around with things like Content-disposition HTTP headers