fdf_set_fileDescriptionbool fdf_set_file ( resource fdf_document, string url [, string target_frame])The fdf_set_file() selects a different PDF document to display the form results in then the form it originated from. The url needs to be given as an absolute URL. The frame to display the document in may be selected using the optional parameter target_frame or the function fdf_set_target_frame(). See also fdf_get_file() and fdf_set_target_frame(). | ||