I created a pdf file in ios using objective-C and is able to save it in my applications Document directory. I wanted to know if it is possible to save the generated pdf in the ipad memory, so that i do not need my application to show the generated pdf. In other words I do not want to store it in the documents directory but somewhere on the ipad.
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...