|
|
|
|
|
by tinus_hn
3385 days ago
|
|
PDFs are packaged Postscript. Postscript is a Turing complete language and the output of a script is a page. PDFs with JPEG2000 images contain a Postscript library to decode these images. That is the code that gets to show them. |
|