These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Job Offered: (Application Dev Gig) Acrobat PDF Application Control

Emeka
Registered: Jun 27 2008
Posts: 4

We have a client who has a unique need and we thought this would be the best place to engage an expert. Here is what the client wants to do (programmatically):

1) He wants his clients to be able to download encoded pdf files (possibly with embedded media) from a web site.

2) These files shall be password protected. (Not a big problem.)

3) The passwords on these files should be unique in each instance and should be generated on the fly based on the username of the client at the time of download....

(I don't think we have a big problem, thus far. Now, here is where things start getting a bit tricky.)

4) He wants to control the number of times the pdf file can be opened AFTER it has been downloaded. (Set by a toggle in the script controlled server-side.)

5) He also wants to limit the number of times the file can be printed based on permissions given at the time of file creation.

6) In certain instances he would want the file to be incapable of opening after a certain duration or beyond a certain date.

7) Files cannot be 'Saved As' any other format or file other than the native download.

8) The file should not be readable on any computer other than the first one onto which it was downloaded.

Any takers? You may e-mail me: emeka [at] digital-threshold [dot] com for clarification....

try67
Expert
Registered: Oct 30 2008
Posts: 2398
You would need to purchase a DRM server-side software for that.
Adobe has such an application, and it's very (very) expensive.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

daka630
Expert
Registered: Mar 1 2007
Posts: 1420
Some related information.
See
[url=http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=22748]UVSAR's post[/url]

Be well...

Be well...

UVSAR
Expert
Registered: Oct 29 2008
Posts: 1357
Looking at your points by number:

1) possible by many routes

2) possible by many routes

3) possible using the third-party PDF libraries available for PHP etc. (Google for FPDI-protection)


4) possible only by using Adobe LiveCycle digital rights management server products

5) impossible

6) see (4)

7) Forbidding export to RTF, text etc. is possible, but if the PDF can be printed it can be converted to a bitmap, and then back into text by OCR-ing it. You can of course always screen-capture text and images, and [u]some[/u] rich media can be grabbed from the OS cache during playback, but not 3D models or embedded scripts.

8) impossible at the moment - the LC DRM model attaches rights to the user (via certificate or Adobe ID), not the computer they sit at. Hardware-locking a file requires access to information beyond the envelope of the PDF security schema, like master boot record and operating system hashes.