Skip to content

Commit edafc1b

Browse files
committed
Add info about pdfHTML and pdfSweep to README
1 parent a585dac commit edafc1b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ The **iText 7 Community** source code is hosted on [Github][github], where you c
1919

2020
You can also [build iText 7 Community from source][building].
2121

22-
We also have a Java tool that can help you debug PDFs:
23-
- ```itext-rups-x.y.z.jar```
24-
RUPS is also hosted on [Github][github-rups]
22+
We also provide opensource add-ons and tools to complement the core functionality:
23+
- [pdfHTML][pdfhtml] — allows you to easily convert HTML to PDF or iText objects
24+
- [pdfSweep][pdfsweep] — a highly efficient PDF tool to merge, split and redact data
25+
- [RUPS][rups] — a Java tool that can help you debug PDFs
2526

2627
If you have an idea on how to improve **iText 7 Community** and you want to submit code,
2728
please read our [Contribution Guidelines][contributing].
@@ -46,9 +47,11 @@ Contact [sales] for more info.
4647
[agpl]: LICENSE.md
4748
[building]: BUILDING.md
4849
[contributing]: CONTRIBUTING.md
49-
[itext]: http://itextpdf.com/
50+
[itext]: https://itextpdf.com/
5051
[github]: https://github.com/itext/itext7
5152
[latest]: https://github.com/itext/itext7/releases/latest
52-
[github-rups]: http://github.com/itext/rups
53-
[sales]: http://itextpdf.com/sales
53+
[sales]: https://itextpdf.com/sales
5454
[gratis]: https://en.wikipedia.org/wiki/Gratis_versus_libre
55+
[rups]: https://github.com/itext/rups
56+
[pdfhtml]: https://github.com/itext/i7j-pdfhtml
57+
[pdfsweep]: https://github.com/itext/i7j-pdfsweep

0 commit comments

Comments
 (0)