php - How do I make Rich Text Format or PDF files using data from a MySQL table? -
i have mysql table containing user submitted data.
i want administrator able click button, , download of user data organized rich text format or pdf file, 1 user per page.
how do this?
between rich text format (rtf) , pdf, urge lean towards rtf.
reason: it's editable. open in ms word (or many other editors) , client able add headers, footers, emphasize of data, copy longer document etc etc.
i generate "wordy" reports clients in rtf , think it's great.
pdf designed printed. period. while possible re-purpose pdf doc, easier rtf doc.
there php libraries available. or can generate scratch yourself. example , example.
in addition software, recommend guide sean burke.
Comments
Post a Comment