I find all the PDF files using
find . -type f -name *.pdf
How can I sort the files in the results by the last access time, and then by the last modification time?
By access time, I mean the time when the file is "opened", which, for PDF, typically means the file being opened in Adobe Acrobat.