1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:47:44 +00:00

Applications: Add a very simple PDFViewer

This commit is contained in:
Matthew Olsson 2021-05-10 11:50:15 -07:00 committed by Andreas Kling
parent 309105678b
commit f7ea1eb610
13 changed files with 264 additions and 18 deletions

View file

@ -16,6 +16,7 @@ txt=/bin/TextEditor
font=/bin/FontEditor
sheets=/bin/Spreadsheet
gml=/bin/Playground
pdf=/bin/PDFViewer
*=/bin/TextEditor
[Protocol]

View file

@ -0,0 +1,4 @@
[App]
Name=PDFViewer
Executable=/bin/PDFViewer
Category=Graphics

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B