Does anyone use the annotations functionality of Adobe PDFs remotely? eg accessing them via script or COM?
I am having trouble with getting UNICODE info out of a pdf and wondered if anyone had come across similar issues?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well it turns out that we can get the Annotations out with unicode correctly if we use the javascript objects in the pdf COM interface.
This is now the approach we are taking. A basic (VB) example can be found here.