hi all,
i have got a pdf form which i am pre-filling using an fdf file. this is working fine.
i am using:
header('Content-type: application/vnd.fdf');
<echo fdf data here>
to push the fdf data created by a function (not using php's fdf add on...).
however my problem lies with using the same method to display the pdf within an <embed> html tag. when i point the embed tag source to the file containing the above it simply breaks out of the embed area and fills the whole browser. i don't want it to do this... it does the same with an <i frame> also.
any swift help very much appreciated.
rob ganly