JavaScript to detect scanned PDFs and ISO Standards
Hi
I'd like to know if I can use JavaScript to detect if a PDF conforms to any ISO Standard (PDF/X, PDF/E, PDF/A mainly) and also to detect if it's a "scanned PDF" or not.
I know that I can use a Preflight profile to detect if a PDF not conforms to an ISO Standard, but I need to detect if a PDF conforms to an ISO Standard.
Thank you

