MattyboyPHP Posted May 12, 2007 Share Posted May 12, 2007 There is a medical office that has a detailed online patient form. When they receive the form data, it is split into 4 to 5 pages. Their online form is one detailed page. Their IT person thinks that they should be able to get their form data as a screen capture--basically a picture of the form filled in--ONE PAGE. Is this possible at all? I've never heard of this. If this is possible, is their software that does this that one can buy? Quote Link to comment https://forums.phpfreaks.com/topic/51098-capture-php-form-data-as-one-page-html-screen-capture-or-pdf/ Share on other sites More sharing options...
MadTechie Posted May 12, 2007 Share Posted May 12, 2007 yes its possible.. just use the same data from the from to write to am image or Pdf!! Quote Link to comment https://forums.phpfreaks.com/topic/51098-capture-php-form-data-as-one-page-html-screen-capture-or-pdf/#findComment-251533 Share on other sites More sharing options...
MattyboyPHP Posted May 12, 2007 Author Share Posted May 12, 2007 Okay, so you are saying that you can add a script to the PHP form that says write to a image or PDF? Sorry, I'm a new driver! If it's not too much trouble, can you direct me to some resources for this? Quote Link to comment https://forums.phpfreaks.com/topic/51098-capture-php-form-data-as-one-page-html-screen-capture-or-pdf/#findComment-251573 Share on other sites More sharing options...
MadTechie Posted May 12, 2007 Share Posted May 12, 2007 OK Starting place (aka manual) imagecreate a better option is pdf Get the pdf example working then tweek it Quote Link to comment https://forums.phpfreaks.com/topic/51098-capture-php-form-data-as-one-page-html-screen-capture-or-pdf/#findComment-251577 Share on other sites More sharing options...
MattyboyPHP Posted May 12, 2007 Author Share Posted May 12, 2007 Ok, thanks. I may have to find a freelancer to implement this if I get the green light. It's GREAT to know that it's possible and I appreciate your comments. I'm primarily a designer and rely heavily on PHP creation software, since time is always such an issue. Quote Link to comment https://forums.phpfreaks.com/topic/51098-capture-php-form-data-as-one-page-html-screen-capture-or-pdf/#findComment-251588 Share on other sites More sharing options...
MadTechie Posted May 12, 2007 Share Posted May 12, 2007 LOL, i'm the reverse i mainly write backend systems and let the designers do their thing Quote Link to comment https://forums.phpfreaks.com/topic/51098-capture-php-form-data-as-one-page-html-screen-capture-or-pdf/#findComment-251592 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.