Как узнать количество страниц файла docx, открытого в QLPreviewController.
QLPreviewController
//From this I'm getting page count of PDF file if let tempDocRef = CGPDFDocument(previewingURL! as CFURL) { print(tempDocRef.numberOfPages) }