Pregunta

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

¿Fue útil?

Solución

The solution I found was:

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

This would find the Title attribute of this attachment

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top