Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Radek_Bauer@adobeforums.com #1
How is generated Acrobat reviewID? (Acrobat 8 - shared reviews)
Hello i'm trying to get any information how is generated reviewID. It's part of directoryname when the PDF file is reviewed (shared reviews - webdav or network folder)
directoryname:
DP2_Review.pdf__a81c922551db314b982188ffc2259fde
reviewID part:
a81c922551db314b982188ffc2259fde
also reviewID is included in xml file with comments:
<?xml version="1.0"?>
<rss version="2.0"><channel>
acrobat:Review?reviewID=a81c922551db314b982188ffc2 259fde
<ttl>120</ttl>
....
I think it's some MD5 hash, but i cannot find any information (SDK including) how to create it. I found some old Adobe MD5 HASH Algorithm in Perl <http://support.adobe.com/devsup/devsup.nsf/docs/52680.htm>
but the results of hash is not the same.
Thanks for any help.
Radek_Bauer@adobeforums.com Guest
-
API for Shared Review in Acrobat SDK
Hi, I would like to implement the functionality for Shared Review programmatically. Right now we need to open each pdf file select Comments ->... -
Transfer tracked email reviews from Acrobat 7 to Acrobat 8
I have many tracked email reviews that were set up in Acrobat 7. We just purchased Creative Suite 3 with Acrobat 8 included and I would like to begin... -
SHARED REVIEW ACROBAT 8 PROFESSIONAL
I would like to understand the file creation that happens when initiating a shared review. The pdf that is to be in the Review is coming from a... -
Parlez-vous Acrobat? Sprechen Zie Acrobat? Habla Acrobat?
Diana Goddard, "Unsupported Language" #2, 11 Jul 2005 11:07 am </cgi-bin/webx?13@@.3bbb44a3/1> -
Index generated in acrobat 6.0 is not compatible with earlier version of acrobat
Hello all. I have a problem with using the catalog feature in 6.0. When I try to update an index that was created using 5.0, I get a warning... -
chris_mcfarling@adobeforums.com #2
Re: How is generated Acrobat reviewID?(Acrobat 8 - shared reviews)
With Acrobat 7, obtaining a hash is a two step process. Not sure about v8 but this may help. You have to convert the URL first, and then create the hash.
Collab.URL2PathFragment("http://localhost/test.pdf")
http/80/127.0.0.1/test.pdf/_
Collab.hashString("http/80/127.0.0.1/test.pdf/_")
_OAsY4PGjPOTYQLy99_NpA
chris_mcfarling@adobeforums.com Guest



Reply With Quote

