Have an workflow that is creating several PDFs with a cover sheet then attaching different PDFs behind that
when the workflow gets to Merge PDFs it give an error:
W3001 : Error while executing plugin: Error inserting pages from ‘source’: An incorrect structure tree was found in the PDF file but operation continued
Are you sure the file you’re attempting to attach is a valid PDF? The MergePDF would logically fail if you’re attempting to merge a file that isn’t a well-formed PDF. That last line appears to say you’re loading Address.txt , which of course wouldn’t work.
By default, Merge PDF Files has its Masks box set to *.pdf. It should not be capturing Address.txt, or any other file that is not a PDF. Did you perhaps change that option to, say, . or something?
Otherwise, there should definitely be an indication of which file has failed if that’s not the one. I’m wondering what ‘source’ refers to in this context, too.
Think I found the pdf that is causing the issue but not sure what is wrong with the file or how to fix it. not sure what Planet Press does not like about this file
If the file is created by a third party system, it’s possible that it doesn not follow the appropriate PDF standards and fails because of that.
Either that, or the PDF version is too high - last I heard, PlanetPress did not support PDFs above version 1.7.
I would suggest opening a technical support request and send the agent your PDF so that they can check exactly what’s going on, and perhaps find a solution for you.