Page 1 of 1
pdf
Posted: Mon Nov 20, 2006 1:44 pm
by techker
hey guys i making this web site for a distributor .
i have to make a page that will show the catalogue.
is there a way to do it so the pdf files will show regulerly not with adobe?
Posted: Mon Nov 20, 2006 2:23 pm
by timvw
You could convert the pdf to whatever (eg: html) and send that to the client...
Put simply: the client will recieve a http response, that says content-type: application/x-pdf (or something like that). And then the http user-agent (usually a webbrowser) will lookup an application that is capable of handling that type of data... So if the client has installed something different to handle the pdf, he will not need adobe pdf-reader.
Posted: Mon Nov 20, 2006 2:35 pm
by techker
is it in coding ?cause now it only calls pdf?
so i guess i would have to try to convert it in html?
what is fpdf?
Posted: Mon Nov 20, 2006 3:22 pm
by feyd
fpdf is a tool to build PDF files.