Greetings
I am wanting to pass a xml file to PHP, which will then turn it into a pdf using this-
The xml file is a flight Itenary.
The current system is very inflexible. So we are changing to having our online flight booking system output files as an xml file. This then needs to be picked up, and converted into a pdf.
I'v found a php script which can convert a text file into a pdf ( see the link above) which works well.
I've never worked with PHP before but it seems to be the way to.
I hope somebody can give me some good suggestions as to how to get this to work.
I am wanting to pass a xml file to PHP, which will then turn it into a pdf using this-
The xml file is a flight Itenary.
The current system is very inflexible. So we are changing to having our online flight booking system output files as an xml file. This then needs to be picked up, and converted into a pdf.
I'v found a php script which can convert a text file into a pdf ( see the link above) which works well.
I've never worked with PHP before but it seems to be the way to.
I hope somebody can give me some good suggestions as to how to get this to work.