I am using Cortex-M3 controller LPC1788. I have implemented USB mass storage device on my controller and can read, write, delete, create files in *.txt format. I want to store a file in pdf format but dont know how to do it. i am using RTOS (not Linux).
I've been searching on web for "storing pdf files in embedded systems" but could not find much relevant data.
Please, help me.