This content has been marked as final.
Show 3 replies
-
1. Re: Acrobat SDK and PDF library
(malkyt) Nov 3, 2008 4:11 AM (in response to anaghad)(In simple terms)
The Acrobat SDK, is a collection of header files/documentation and sample files that enable you to create plug-ins that add functionality to the Acrobat product.
The PDF library is a collection of Libraries/Header files/documentation and sample files that enable you to create a stand alone application that can modify/create PDF Files.
HTH
Malky -
2. Re: Acrobat SDK and PDF library
anaghad Nov 3, 2008 7:45 AM (in response to anaghad)Thanks Malky! -
3. Re: Acrobat SDK and PDF library
(Dan_Pidcock) Nov 4, 2008 3:10 AM (in response to anaghad)There is a section in the Acrobat and PDF Library API reference (hidden away in Miscellaneous, PDFL) that lists all the API functions that PDFL has but are not available to Acrobat SDK. Conversely there are several functions (all of the AV functions IIRC) available to Acrobat SDK but not PDFL.
