PDF Metadata
Hi,
I am developing an adobe plugin in visual studio 2010 using VC++ and need to extract documentid from pdf metadata using PDDocGetXAPMetadata while requesting pdf file to open but it is giving error PDDocGetXAPMetadataSELPROTO is undefined. I have already included header files PDMetadataProcs.h and PDMetadataCalls.h.
In header file PDMetadataProcs.h
XNPROC(ASText,
PDDocGetXAPMetadata, (IN PDDoc pdDoc)) also showing error: explicit type is missing('int' assumed) and expected a type specifier when compiling.
I want to extract documentid of pdf file before opening it in adobe reader.
Please help me out in resolving this issue.
Thanks.
