I've observed that PyMuPDF provides functionality to determine the number of versions present in a document.
Currently, I'm utilizing pdfresurrect, a C tool/library designed to "extract older 'hidden' versions of a PDF from the current PDF."
While my larger application is built using PyMuPDF, I have to call the compiled C code through Python for version retrieval, which is not an ideal way of building applications.
I propose that enhancing the capability to retrieve all PDF version files directly within PyMuPDF would be beneficial.
I've observed that PyMuPDF provides functionality to determine the number of versions present in a document.
Currently, I'm utilizing pdfresurrect, a C tool/library designed to "extract older 'hidden' versions of a PDF from the current PDF."
While my larger application is built using PyMuPDF, I have to call the compiled C code through Python for version retrieval, which is not an ideal way of building applications.
I propose that enhancing the capability to retrieve all PDF version files directly within PyMuPDF would be beneficial.