Skip to content

Commit 251af09

Browse files
committed
Link added
1 parent 1d16206 commit 251af09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The problem with this solution is its close connection to the Swing toolkit, whi
2525

2626
Another commonly recommended method is the use of command-line tools. However, this would involve building an infrastructure with a server and e.g. require a REST API. I really did not want to do this effort.
2727

28-
So what I had in mind was an API that manages a handful of classes and is written in pure Java. I found rtf-html-php. The project is written entirely in PHP, but perfectly meets all my requirements and was easy to port. I had to make some changes, such as set data types for all variables or replace the expandable arrays with the ArrayList, but my project is a very accurate adaptation of the PHP library.
28+
So what I had in mind was an API that manages a handful of classes and is written in pure Java. I found [rtf-html-php](https://github.com/henck/rtf-html-php). The project is written entirely in PHP, but perfectly meets all my requirements and was easy to port. I had to make some changes, such as set data types for all variables or replace the expandable arrays with the ArrayList, but my project is a very accurate adaptation of the PHP library.
2929

3030
## Features
3131

0 commit comments

Comments
 (0)