Frage

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

War es hilfreich?

Lösung

The solution I found was:

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

This would find the Title attribute of this attachment

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top