I used postscript 25+ years ago, before pdf.
PDF solved the problems of postscript such as not having a well defined
paperspace and no clear support for multiple pages.
It also solved the problem of postscript being an unlimited general purpose
programming language. That "Feature" made proper implementation of a
postscript machine very difficult. Aside from Adobe, Ghostscript is the only
project I know of that accomplished it.
PDF is based on a subset of postscript. Which is why Ghostscript was able to support
it easily, and why ground up PDF parsers lack the ability to handle postscript.
I believe that PDFium has no support for postscript. It's only surviving use is
software inside printers.
scott