I developed a console based application which browses the same folder all midnights to converts PDF in PDF/A using ghostscript.
It actually works but now we get hundreds of files and I will need to check if each file is a PDF or a PDF/A to avoid launching the script in PDF/A files.
Is there any solution to make the difference between PDF and PDF/A ?
Thank you in advance.