Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.github.osobolev:rtf-gen

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.github.osobolev:rtf-gen

RTF generation library derived from iText-2.1.7. All PDF features and RTF parsing are removed. Code is modernized for Java 8.

  • 1.0.5
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

rtf-gen is an open source Java library for RTF (Rich Text Format) file generation

rtf-gen is a Java library for creating RTF (Rich Text Format) files with a LGPL and MPL open source license.

rtf-gen is branched out of iText-2.1.7. It is smaller and simpler than the original since it is concerned only with RTF generation. Main differences:

  • all PDF features removed
  • RTF parsing removed, only RTF generation is supported
  • external font support is removed
  • only images supported by ImageIO can be used
  • code is modernized to Java 8 (use of generics, removed deprecated method calls, many small code style fixes)

RTF API is mostly the same as the original iText-2.1.7 API, but it is not binary compatible - recompilation is required. Differences in RTF API:

  • many FontFactory and Image methods are removed
  • PDF features removed: hyphenation, PDF tables, annotations, split characters, separator chunks
  • logging of errors can be configured with RtfWriter2.getDocumentSettings().setLogger(...)

FAQs

Package last updated on 12 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc