isPDFArchive

Returns true if the pdf file at the specified path meets the specified standard.

isPDFArchive(path, standard) → returns boolean

This function requires Adobe ColdFusion 2016 and up.  Not supported on Lucee, etc.

Argument Reference

path string
Required

Path to a PDF file.

standard string
Required

PDF Archiving Standard
Values:
  • 1b
  • 2b
  • 3b

Examples
Sample code invoking the isPDFArchive function

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub