I am generating PDF's in my app. I want to give the best security to these pdf's generated through my app. I have added the default security options provided by Apple, like Owner password, allow copying, allow printing etc...
But I would like to add my certificate information or call it as Digitally sign the pdf's using the custom certificate(X.509 certificate) files.
Does security framework help in any way ? or How can this be achieved?