Hi guys, i'm new in this fantastic community, so hello everyone!
I have a problem with a process in LiveCycle Workbench ES4:
how can i understand if a input document is a simple pdf or a pdfa?
I've tried with
getDocContentType(/process_data/@inputDocument)
but either it's pdf or pdfa it always gives me the same result:
"application/pdf"
How can I resolve this problem???