Name
pdf.IsPDF -- check if file is a valid PDF document (V1.1)
Synopsis
ok = pdf.IsPDF(f$)
Function
This function checks if the file specified by f$ is in the PDF format and returns True if it is, False otherwise.

Inputs
f$
file to check
Results
ok
True if the specified file is a PDF document

Show TOC