Difference between revisions of "PDFKit"
Jump to navigation
Jump to search
m |
|||
Line 13: | Line 13: | ||
| | | | ||
maintainer = * GNUstep Application Team | | maintainer = * GNUstep Application Team | | ||
− | relatedlinks = [http://www.foolabs.com/xpdf xpdf] | | + | relatedlinks = * [http://gap.nongnu.org/pdfkit/index.html Offical Page] |
+ | * [http://www.foolabs.com/xpdf xpdf] | | ||
category = [[Category:Graphics Frameworks]] | category = [[Category:Graphics Frameworks]] | ||
}} | }} |
Revision as of 22:44, 29 December 2016
A Framework for accessing and rendering PDF content.
Current Version: 1.0.0
- Released: December 29, 2016
- Licensed: GPLv2 / GPLv3
Overview
Kit for displaying PDFs in a View, based on xpdf.
Features
PDFKit is a wrapper over the xpdf library v. 3.0.4. Please note that since it is based on xpdf, it incorporates dual licensed GPLv2 / GPLv2only code (without "or later").
It is used by GWorkspace.app for the PDF content inspector.
Maintainer
- GNUstep Application Team
Related Links