I have several thousand PDF images relating to various job descriptions within an organisation.
The images follow a simple naming convention such as A001-1, A001-2, A002-1.
The data flow only contains the A001 refrence to the image and I have no idea how many images I will need to call, all I know is that there will be no more than 6 pages in a set.
The document has a front page letter and then the following pages refrence the letters from A001-1, A001-2 .... until A001-6.
If the image is not present a blank page is printed, as expected. I would however like to supress blanks if the image does not exist.
Is there anyway to create a condition to suppress the page if the image does not exist or someother method of skipping the page?
Thanks