Actualy I have generated a report in Flex. On click of Export to PDF button, I am taking snapshot of the report in Flex and converting it into ByteArray. I am sending the resulting ByteArray to my .net application. In my .net application I am getting the
results as Request.Form["data"] as bytearray. Later I am trying to display this bytearray in PDF.
bhappy
Member
28 Points
221 Posts
Re: export byte array to PDF
Apr 19, 2010 09:03 AM|LINK
Hi,
Actualy I have generated a report in Flex. On click of Export to PDF button, I am taking snapshot of the report in Flex and converting it into ByteArray. I am sending the resulting ByteArray to my .net application. In my .net application I am getting the results as Request.Form["data"] as bytearray. Later I am trying to display this bytearray in PDF.
Plz help me...