I have a line of code that I received in an xml response from a remote server and it needs to be converted to a PDF file. The string consists of 3-digit numbers from 000 to 255 and looks like this:
037 080 068 070 045 049 046 052 ... such 95,000 lines
How can I do this with PHP?