I'm currently building out an application that requires an xml file to be generated during the export process. I currently have things exporting to an XML, but for any multi-page TIF files, the XML will have a line for each page with the file name. Basically what I need in the XML is only the first page with the document name along with the captured data to be exported. I have an example below showing how an 8 page tif file will have an entry in the xml for every page. Is it possible to export data only from the first page since that is where all the information is captured?
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
------------------------------
Matt May
------------------------------