PDA

View Full Version : Job for PHP guru


mdmick0`
02-08-2010, 03:06 PM
I need to be able to print a number of different documents from the Detail View record being displayed. There would be buttons on the right side of the detail view window below the other buttons. Clicking on one of the print buttons would take you to a formatted, HTML document with populated fields called from the detail view values. This document needs to then be printed out as a PDF. If anyone would like to work on this, please contact me at mdmick01@gmail.com. An estimate of the cost would be appreciated.

I can create the HTML documents to be printed once I know how to insert the proper PHP code in order to call the proper fields. You would set up the detail view page with the functionality described in the first paragraph and instruct on how to output as PDF, preferably without the usual browser infomation in the four corners of the page. TIA

popye
02-09-2010, 05:39 PM
Would it be easier just to have a print button beneath the form.
Maybe you could add a print button to the bottom of code in your generated
tablename_templateDV.html file.<input type="button" value="Print Page!" onclick="window.print()" />