How to convert xml file to pdf file

A

Anonymous

Guest
Hi Friends,

Is there any possiblity to convert XML file to PDF file(Report) using PHP.
If yes,Please explain me the mechanism with a sample example.

(For example ,XML file contains data like student ID,name,marks and grade etc.Now i need this information in as a report in PDF format.)

Thanks in advance.

-Uday.
 
Hi,

You should use fpdf functionality to create pdf file runtime.
Source Link : fpdf.org/en/download.php

you have to develop the array of xml file and just pass it as argument.
This will create PDF file. I think example is given their.



Enjoy
 
Back
Top