Hi
Is there a way through a workflow script to open a PDF and extract data from the 1st page of the PDF so we can then add to metadata of the main document?
James
Hi
Is there a way through a workflow script to open a PDF and extract data from the 1st page of the PDF so we can then add to metadata of the main document?
James
Hi @jbeal84,
That is possible by for example executing the following steps:
HI Marten
Sorry don’t think I explained fully. I need to do this from a script. I have a XML input and need to add extra data to this XML from content of a PDF, so I wanted to have a data mapper which reads in the XML and then for each record in the XML open a PDF, extract info and add it to the record. So this could either be in a workflow script or within the mapper reading the XML maybe
James