How to encorporate encyption to FlexPaper
- by Jonathan
Is it possible to configure the FlexPaper reader to un-encrypt password-protected pdfs or swfs?
Here is the use-case:
User uploads a pdf
My server would then convert the pdf to swf via pdf2swf
Then somehow encrypt the swf with a password (not sure best way to do this)
Then the FlexPaper would be able to un-encrypt the swf and display it
What I…