Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itext/rups
[DEPRECATED - please use i7j-rups instead] RUPS is an abbreviation for Reading and Updating PDF Syntax. RUPS is a tool built on top of iText® that allows you to look inside a PDF document and browse the different PDF objects and content streams.
https://github.com/itext/rups
Last synced: 3 months ago
JSON representation
[DEPRECATED - please use i7j-rups instead] RUPS is an abbreviation for Reading and Updating PDF Syntax. RUPS is a tool built on top of iText® that allows you to look inside a PDF document and browse the different PDF objects and content streams.
- Host: GitHub
- URL: https://github.com/itext/rups
- Owner: itext
- License: other
- Archived: true
- Created: 2014-09-10T08:49:05.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-03T06:15:10.000Z (about 6 years ago)
- Last Synced: 2024-06-28T03:41:52.139Z (4 months ago)
- Language: Java
- Homepage: https://itextpdf.com/Products/itext-rups
- Size: 433 KB
- Stars: 108
- Watchers: 27
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
iText consists of several jars.
The main iText release contains:
- ```itextpdf-x.y.z.jar```: the core library
- ```itext-xtra-x.y.z.jar```: extra functionality (PDF 2!)
- ```itext-pdfa-x.y.z.jar```: PDF/A-related functionalityThis project is hosted on https://github.com/itext
You can find the latest releases here:
- https://github.com/itext/itextpdf
- https://github.com/itext/xtra
- https://github.com/itext/pdfaYou can also [build iText from source][building].
In some cases, you'll need [extra jars][extrajars].
These jars are bundled in a zip file here:
http://sourceforge.net/projects/itext/files/extrajars/For XML (and HTML) functionality, you need this jar:
- ```xmlworker-x.y.z.jar```
This project is hosted on https://github.com/itext/xmlworkerFinally, we also have a tool that can help you debug PDFs:
- ```itext-rups-x.y.z.jar```
This project is hosted on https://github.com/itext/rupsIf you have an idea on how to improve iText and you want to submit code,
please read our [Contribution Guidelines][contributing].iText is licensed as [AGPL][agpl] software.
AGPL is a free / open source software license.
This doesn't mean the software is gratis!
Buying a license is mandatory as soon as you develop commercial activities
distributing the iText software inside your product or deploying it on a network
without disclosing the source code of your own applications under the AGPL license.
These activities include:
- offering paid services to customers as an ASP
- serving PDFs on the fly in the cloud or in a web application
- shipping iText with a closed source productContact sales for more info: http://itextpdf.com/sales
[agpl]: LICENSE.md
[building]: BUILDING.md
[contributing]: CONTRIBUTING.md
[extrajars]: EXTRAJARS.md