Question

I am creating a PDF portfolio and need to access data from a PDF, to be precise the related keyword metadata.

Could someone point me in the direction of method to do this?

Regards,

Augier

Était-ce utile?

La solution

The solution I found was:

IAttachment(item).getFieldValue('Title');

This would find the Title attribute of this attachment

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top