zohab Posted March 11, 2011 Share Posted March 11, 2011 Hi, I will be creating pdf in php using following library. http://sourceforge.net/projects/pdf-php/ After creating pdf ,I want to send PDF data in byte[] to web service. Any idea how to read pdf and prepare pdf data in byte[] array. With Kind Regards, Zohaib. Link to comment https://forums.phpfreaks.com/topic/230328-prepare-pdf-data-in-byte-array/ Share on other sites More sharing options...
HuggieBear Posted March 11, 2011 Share Posted March 11, 2011 You probably want to cURL library to submit data to web services. Link to comment https://forums.phpfreaks.com/topic/230328-prepare-pdf-data-in-byte-array/#findComment-1186149 Share on other sites More sharing options...
zohab Posted March 11, 2011 Author Share Posted March 11, 2011 I w You probably want to cURL library to submit data to web services. i want to create byte array of the pdf file data. Link to comment https://forums.phpfreaks.com/topic/230328-prepare-pdf-data-in-byte-array/#findComment-1186265 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.