I'm working on a templating system and would like to generate an html document, and show a preview of the document as an image (so the customer cannot copy the HTML from a preview). How would I go about doing this in php?
2007-02-13
08:18:45
·
5 answers
·
asked by
whattheflp
2
in
Computers & Internet
➔ Programming & Design
This needs to be a dynamic preview: the user inputs data to be formed into the template, and then a preview of the template (with their data visible) is shown as a scaled jpg or png.
A screenshot from my computer would not work, as it would not contain their data.
2007-02-13
10:35:37 ·
update #1