https://github.com/xoriantopensource/pdfclown
This project aims to enhance PDF Clown library. PDF Clown provides a universal access to PDF files (creation, reading, editing, rendering...) through an accurate and elegant object-oriented API.
https://github.com/xoriantopensource/pdfclown
Last synced: 2 months ago
JSON representation
This project aims to enhance PDF Clown library. PDF Clown provides a universal access to PDF files (creation, reading, editing, rendering...) through an accurate and elegant object-oriented API.
- Host: GitHub
- URL: https://github.com/xoriantopensource/pdfclown
- Owner: XoriantOpenSource
- License: apache-2.0
- Created: 2017-09-25T08:57:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T11:52:29.000Z (over 8 years ago)
- Last Synced: 2025-02-23T21:43:29.513Z (over 1 year ago)
- Language: HTML
- Size: 14.1 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDFClown
This project aims to enhance PDF Clown library (java APIs). PDF Clown provides a universal access to PDF files (creation, reading, editing, rendering...) through an accurate and elegant object-oriented API.
However, there are few limitations of PdfClown. This repo intends to remove those limitations and enhance the original library.
Enhancement 1:
To begin with, this repo enhances the "RenderingSample" java class of PdfClown. The original class returns a blank image while rendering a pdf file page containing png image.Now, with enhancement this class renders pdf file with a page containing png images.
See:
PDF Clown homepage - https://pdfclown.org/
PDF Clown original repo - https://sourceforge.net/projects/clown/