|
Printable Document Generation with PHP |
|
|
|
|
Written by Chetankumar Akarte
|
|
Tuesday, 13 March 2007 |
|
Page 3 of 7
Generate a template document
First we developing template using Microsoft Word which looks as figure 1. And save that file with filename certificate.rtf this is main file which we modify to generate certificate. In this document, we placed a number of placeholders, each of them in the format %%PLACEHOLDER%%, in which PLACEHOLDER is a unique string for each value to be filled in within the document.
 Printable Document Generation with PHP - Template
|
|
Last Updated ( Tuesday, 04 September 2007 )
|