You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openpdf-renderer/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,12 @@ OpenPDF-renderer is a Java library for rendering PDF files as images.
5
5
6
6
## License
7
7
8
-
This project is licensed under the **GNU Lesser General Public License (LGPL)**.
8
+
This project is licensed under the **GNU Lesser General Public License (LGPL)**.
9
9
10
10
[](http://opensource.org/licenses/LGPL-2.1)
11
11
12
+
This is a fork from https://github.com/katjas/PDFrenderer and is used in accordance with the license: https://github.com/katjas/PDFrenderer/blob/master/LICENSE.txt
13
+
12
14
Examples:
13
15
========
14
16
*[Render PDF as image](https://github.com/LibrePDF/OpenPDF/blob/master/openpdf-renderer/src/test/java/openpdf/renderer/ImageRendererTest.java)
@@ -90,3 +92,4 @@ public class ImageRendererTest {
0 commit comments