{"id":19372496,"url":"https://github.com/jfree/jfreepdf","last_synced_at":"2025-04-23T16:32:46.065Z","repository":{"id":57739443,"uuid":"243437517","full_name":"jfree/jfreepdf","owner":"jfree","description":"JFreePDF is a modular library for the Java platform that provides an implementation of the Graphics2D API that emits PDF.","archived":false,"fork":false,"pushed_at":"2022-11-06T16:54:38.000Z","size":227,"stargazers_count":15,"open_issues_count":4,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-10T22:05:22.365Z","etag":null,"topics":["graphics2d","java-library","java2d","pdf"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jfree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-27T05:20:12.000Z","updated_at":"2024-03-31T14:23:31.000Z","dependencies_parsed_at":"2022-08-25T20:11:40.237Z","dependency_job_id":null,"html_url":"https://github.com/jfree/jfreepdf","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfree%2Fjfreepdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfree%2Fjfreepdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfree%2Fjfreepdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfree%2Fjfreepdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfree","download_url":"https://codeload.github.com/jfree/jfreepdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223929301,"owners_count":17226865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphics2d","java-library","java2d","pdf"],"created_at":"2024-11-10T08:23:38.286Z","updated_at":"2024-11-10T08:23:38.924Z","avatar_url":"https://github.com/jfree.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JFreePDF\n========\n\nVersion 2.0.1, by David Gilbert, 6 November 2022.\n\n(C)opyright 2013-2022, by David Gilbert.  All rights reserved.\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.pdf/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.pdf)\n\nOverview\n--------\nJFreePDF is a library module for the Java(tm) platform that allows you to create content in Adobe's Portable Document Format (PDF) using the standard Java2D drawing API (`Graphics2D`).  JFreePDF is light-weight, fast, and has no dependencies other than the Java runtime (11 or later).  The home page for the project is:\n\nhttps://github.com/jfree/jfreepdf\n\nGetting Started\n---------------\nThe Javadoc page for the `PDFDocument` class gives an example of typical usage.\n\nOracle provides tutorials for Java2D here:\n\nhttp://docs.oracle.com/javase/tutorial/2d/\n\nThere are some demonstration applications included in the [JFree Demos](https://github.com/jfree/jfree-demos) project. \n\n\nInclude\n-------\nJFreePDF is published to the Central Repository. You can include it in your projects with the following dependency:\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.jfree\u003c/groupId\u003e\n        \u003cartifactId\u003eorg.jfree.pdf\u003c/artifactId\u003e\n        \u003cversion\u003e2.0.1\u003c/version\u003e\n    \u003c/dependency\u003e\n\nJFreePDF defines the module name `org.jfree.pdf`.\n\nIf you are using Java 8, an earlier version of this library (OrsonPDF) can be used instead:\n\n    \u003c!-- https://mvnrepository.com/artifact/com.orsonpdf/orsonpdf --\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.orsonpdf\u003c/groupId\u003e\n        \u003cartifactId\u003eorsonpdf\u003c/artifactId\u003e\n        \u003cversion\u003e1.9\u003c/version\u003e\n    \u003c/dependency\u003e\n\nBuild\n-----\nYou can build JFreePDF from sources using Maven:\n\n    mvn clean install\n\n\nTesting\n-------\n`JFreePDF` is being tested using [Graphics2D Tester](https://github.com/jfree/graphics2d-tester) and produces the output shown below.  \n\n![jfreepdf-test](https://user-images.githubusercontent.com/1835893/200183395-1a9c4479-6fe1-469e-a62a-65529d9a731a.png)\n\n\nDual Licensing\n--------------\nJFreePDF is dual licensed.  You can use JFreePDF under the terms of the GNU General Public License version 3 (GPLv3) or later.  If you prefer not to be bound by the terms of the GPLv3, an alternative license is available to JFree sponsors.\n\nJFreePDF integrates the `Ascii85OutputStream` class written by Ben Upsavs and distributed freely under the (BSD-style) terms listed in the `Ascii85OutputStream-license.txt file`.\n\n\nChange History\n--------------\n\nVersion 2.0.1 (6 November 2022)\n\n- fix various warnings\n- update Maven plugin versions in pom.xml\n- updated JUnit to version 5.9.1.\n\nVersion 2.0 (1 March 2020)\n\n- converted to a Java module;\n- renamed `OrsonPDF` to `JFreePDF`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfree%2Fjfreepdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfree%2Fjfreepdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfree%2Fjfreepdf/lists"}