PDFrenderer
PDFrenderer copied to clipboard
Java library for rendering PDF documents to the screen using Java2D
If a PDF document contains a digital signature badge, this badge is not displayed when rendering the PDF. [Example document](https://github.com/katjas/PDFrenderer/files/8728764/test_signed.pdf)
PDFrenderer cannot currently open PDFs using v5 encryption. Are there any plans to support this? It is my understanding that this is the standard encryption mode in PDF 2.0, which...
- Moved code into src/main/java - Moved tests into src/test/java - Moved resources into src/main/resources - Removed build.xml and ide config - Added PDFViewer from original code into com.sun.pdfview.main, fixed...
In bringing the project to maven I saw that the creation of the reader via JFrame is missing. I'm adding it, are you interested? Obviously the next step would be...
it seems that there is missing support for pdf with CIDFontType0 subtype font and FontFile3. is there any way to add this support? providing compare result from a simple pdf...
There is more than one fork of the old PDFRenderer: Katjas and SwissAS. Which one should I use and which is "newer"?
When using font id with hex values then blank pages presented due to NPE. in the follow pdf snap we can see the usage of the HEX values for for...
in case the pdf file, using Font Object with the "FontName" is empty (null) and using the subtype of "CIDFontType2", then, there is NullPointerException and the pdf not rendered correctly.
using pdfrender class for convert pdf to image.into there some pdf can not convert iamges properly. also some text are not showing while converting images. also take much time for...
Please create release of PDFrenderer to central maven repository, so that people can use this fine library as a maven dependency. Thanks!