1

I would like to protect a pdf document using Adobe Digital Edition. I think that it is currently being used to protect the eBooks to prevent illegal circulation.

Can any one throw some light on that. Is it possible to do it using C# or something ?

user46795
  • 2,643
  • 3
  • 25
  • 31

2 Answers2

5

You may want to have a look at Adobe Content Server and the Adobe Digital Publishing Technology Center websites for some direction.

Eric King
  • 11,594
  • 5
  • 43
  • 53
4

Yes, you can use C#: See SDK Info Doc. You can use any server side processing language.

cdrini
  • 989
  • 10
  • 17
jle
  • 9,316
  • 5
  • 48
  • 67
  • Eight years later, this gives a 404. The document is currently here: http://www.adobe.com/content/dam/Adobe/en/devnet/digitalpublishing/pdfs/ADE_LauncherSDK_DevNet.pdf – Bas Jul 25 '17 at 08:00
  • @Bas, this link also gives 404 now. – Chowdappa Mar 21 '18 at 06:46
  • Archive of original link: http://web.archive.org/web/20100604014756/http://www.adobe.com/devnet/digitalpublishing/pdfs/ADE_LauncherSDK_DevNet.pdf – cdrini Feb 20 '20 at 00:07