{"id":13831977,"url":"https://github.com/flyingsaucerproject/flyingsaucer","last_synced_at":"2025-05-06T02:04:54.901Z","repository":{"id":876226,"uuid":"618681","full_name":"flyingsaucerproject/flyingsaucer","owner":"flyingsaucerproject","description":"XML/XHTML and CSS 2.1 renderer in pure Java","archived":false,"fork":false,"pushed_at":"2025-05-02T00:24:20.000Z","size":64714,"stargazers_count":2093,"open_issues_count":34,"forks_count":568,"subscribers_count":109,"default_branch":"main","last_synced_at":"2025-05-06T02:04:43.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flyingsaucerproject.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-04-19T23:26:11.000Z","updated_at":"2025-05-05T19:15:39.000Z","dependencies_parsed_at":"2023-09-29T07:58:16.833Z","dependency_job_id":"9fe1a023-f017-4a5c-bd29-29b24dc3d2f3","html_url":"https://github.com/flyingsaucerproject/flyingsaucer","commit_stats":{"total_commits":3250,"total_committers":122,"mean_commits":"26.639344262295083","dds":0.7193846153846154,"last_synced_commit":"314d766cbbe91133329aba098bab18c84314a24f"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingsaucerproject%2Fflyingsaucer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingsaucerproject%2Fflyingsaucer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingsaucerproject%2Fflyingsaucer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingsaucerproject%2Fflyingsaucer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flyingsaucerproject","download_url":"https://codeload.github.com/flyingsaucerproject/flyingsaucer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252606964,"owners_count":21775415,"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":[],"created_at":"2024-08-04T10:01:46.421Z","updated_at":"2025-05-06T02:04:54.877Z","avatar_url":"https://github.com/flyingsaucerproject.png","language":"Java","funding_links":[],"categories":["Java","项目","III. Network and Integration","Projects","PDF","文件操作"],"sub_categories":["PDF","14. Document Processing (XLS, DOC and PDF)","XML库"],"readme":"# Flying Saucer [![Download](https://api.bintray.com/packages/flyingsaucerproject/maven/org.xhtmlrenderer%3Aflying-saucer/images/download.svg)](https://bintray.com/flyingsaucerproject/maven/org.xhtmlrenderer%3Aflying-saucer/_latestVersion) [![License: LGPL v2.1](https://img.shields.io/badge/license-LGPL--2.1-blue.svg)](https://www.gnu.org/licenses/lgpl-2.1)\n\n\n## OVERVIEW\n\nFlying Saucer is a pure-Java library for rendering arbitrary well-formed XML \n(or XHTML) using CSS 2.1 for layout and formatting, output to Swing panels, \nPDF, and images.\n\nComprehensive documentation available in [The Flying Saucer User's Guide](https://flyingsaucerproject.github.io/flyingsaucer/r8/guide/users-guide-R8.html).\n\nIf you use Flying Saucer in a project, please tell us; it helps suggest\ndirections for the code and may inspire other developers.\n\n\n## LICENSE\n\nFlying Saucer is distributed under the LGPL.  Flying Saucer itself is licensed \nunder the GNU Lesser General Public License, version 2.1 or later, available at\nhttp://www.gnu.org/copyleft/lesser.html. You can use Flying Saucer in any\nway and for any purpose you want as long as you respect the terms of the \nlicense. A copy of the LGPL license is included as `LICENSE-LGPL-2.1.txt` or `LICENSE-LGPL-3.txt`\nin our distributions and in our source tree.\n\nFlying Saucer uses a couple of FOSS packages to get the job done. A list\nof these, along with the license they each have, is listed in the \n[`LICENSE`](https://github.com/flyingsaucerproject/flyingsaucer/blob/main/LICENSE) file in our distribution.   \n\n\n## GETTING FLYING SAUCER\n\nNew releases of Flying Saucer are distributed through Maven. The available artifacts are:\n\n* `org.xhtmlrenderer:flying-saucer-core` - Core library and Java2D rendering\n* `org.xhtmlrenderer:flying-saucer-pdf` - PDF output using OpenPDF (ex. iText 2.x)\n* `org.xhtmlrenderer:flying-saucer-pdf-openpdf` - not supported anymore (replaced by `flying-saucer-pdf`)\n* `org.xhtmlrenderer:flying-saucer-swt` - SWT output\n* `org.xhtmlrenderer:flying-saucer-log4j` - Logging plugin for log4j\n\nFlying Saucer from version 9.5.0, requires Java 11 or later.\nFlying Saucer from version 9.6.0, requires Java 17 or later.\n\n## GETTING STARTED\n\nSee the sample code under the `flying-saucer-examples` directory.\n\n`flying-saucer-core`, `flying-saucer-pdf`, and `flying-saucer-swt` must be on the\nbuild path, as well as the SWT JAR for your OS.\n\n`org.xhtmlrenderer.demo.browser.BrowserStartup` will start the browser demo.\n\nOther notable entry points include:\n\n* `org.xhtmlrenderer.simple.XHTMLPanel`\n* `org.xhtmlrenderer.pdf.PDFRenderer`\n* `org.xhtmlrenderer.simple.ImageRenderer`\n\n\n## CONTACT\n\nSee the [discussion group](https://groups.google.com/g/flying-saucer-users) for\nongoing discussions.\n\n\n## PROJECT STATUS\n\nExcerpt from the latest [merge/release policy](https://groups.google.com/forum/#!topic/flying-saucer-users/ySI8HrLI70A):\n\n\u003e If you create a PR that can merge without conflicts, I'll merge it. I might ask for additional changes (or feedback from others), but I expect that will be extremely rare.\n\u003e \n\u003e The basic contract is this: If you're still using Flying Saucer, need something changed, and are willing to do the work yourself, the change will be accepted and released. \n\u003e \n\u003e Along that line, please also let me know if you need a release done right away. Otherwise, I'll bundle up the changes and do a release every four to six months as long as it's required.\n \nThis is also the reason why Issues are currently deactivated on GitHub.\n\n### HISTORIC LINKS\n\n* [Website](https://code.google.com/archive/p/flying-saucer/)\n* [Google Code project page (archived/read-only)](https://code.google.com/archive/p/flying-saucer/)\n* [Google Code Issues (archived/read-only)](https://code.google.com/archive/p/flying-saucer/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingsaucerproject%2Fflyingsaucer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyingsaucerproject%2Fflyingsaucer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingsaucerproject%2Fflyingsaucer/lists"}