I use openSUSE LEAP 15.2 with a KDE desktop, and I want to download some collections of PDF files that include an index (IDX and PDX files) for each collection. I'd like to be able to search and view the index files, and view PDF files from the hit list. The Adobe PDF Reader is very old and doesn't handle the latest formats. What packages are available for this?
Asked
Active
Viewed 318 times
1 Answers
0
cat
PDX files are text/xml.
https://en.wikipedia.org/wiki/PDX_(IPC-257X)
or maybe zcat because many formats (docx, epub) are text in zip.
file $EG.pdx
would tell you
user1133275
- 5,488
- 1
- 19
- 37
-
I believe that pdx is an overloaded file type and that the link is nor fr the pdx used by Adobe to index collections of PDF files. – shmuel Apr 16 '21 at 16:24