Skip to content

Commit 4834e2d

Browse files
committed
Replace itext7 with itext where it is possible
DEVSIX-7384
1 parent 4f2f97a commit 4834e2d

File tree

47 files changed

+137
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+137
-142
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
To build **iText 7 Community**, [Maven][1] must be installed.
1+
To build **iText Community**, [Maven][1] must be installed.
22

3-
Running install without a profile will generate the **iText 7 Community** jars:
3+
Running install without a profile will generate the **iText Community** jars:
44
```bash
55
$ mvn clean install \
66
-Dmaven.test.skip=true \

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to iText 7 Community
1+
# Contributing to iText Community
22

3-
We'd love for you to contribute to our source code and to make **iText 7 Community** even better than it is
3+
We'd love for you to contribute to our source code and to make **iText Community** even better than it is
44
today! Here are the guidelines we'd like you to follow:
55

66
- [Question or Problem?](#question)
@@ -15,7 +15,7 @@ today! Here are the guidelines we'd like you to follow:
1515

1616
## <a name="question">Got a Question or Problem?</a>
1717

18-
If you have questions about how to use **iText 7 Community**, please direct these to [Stack Overflow][stackoverflow].
18+
If you have questions about how to use **iText Community**, please direct these to [Stack Overflow][stackoverflow].
1919

2020
If you are a customer with a [support agreement][support], you also have direct access to our JIRA and our developers.
2121

@@ -55,7 +55,7 @@ chances of your issue being dealt with quickly:
5555
* **Related Issues** - has a similar issue been reported before?
5656
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
5757
causing the problem (line of code or commit)
58-
* **Tag the question** - add the tag `itext7` to your question so we can find it.
58+
* **Tag the question** - add the tag `itext` to your question so we can find it.
5959

6060
**If you get help, help others. Good karma rulez!**
6161

@@ -79,7 +79,7 @@ Before you submit your pull request consider the following guidelines:
7979
* Build your changes locally to ensure all the tests pass.
8080
* Push your changes to your GitHub account.
8181
* Create a pull request in GitHub.
82-
"Head fork" should be your repository, and the "base fork" should be the iText7 official repository.
82+
"Head fork" should be your repository, and the "base fork" should be the iText official repository.
8383
* If we suggest changes then:
8484
* Make the required updates.
8585
* Fix up your commits if needed, with an interactive rebase.
@@ -111,7 +111,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
111111

112112
We have guidelines on how our git commit messages should be formatted. This leads to **more
113113
readable messages** that are easy to follow when looking through the **project history**. But also,
114-
we use the git commit messages to **generate the iText 7 Community change log**.
114+
we use the git commit messages to **generate the iText Community change log**.
115115

116116
These guidelines were taken from Chris Beams' blog post [How to Write a Git Commit Message][git-commit].
117117

@@ -169,7 +169,7 @@ We use the [Stack Exchange][stackoverflow] network for free support and [GitHub]
169169
[javadocs]: https://itextpdf.com/api
170170
[pull]: https://github.com/itext/itext7/pulls
171171
[sscce]: http://sscce.org/
172-
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext7
172+
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext
173173
[good-questions]: https://stackoverflow.com/help/how-to-ask
174174
[mcve]: https://stackoverflow.com/help/mcve
175175
[support]: https://itextpdf.com/support

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**[iText 7 Community][itext]** consists of several jars.
1+
**[iText Community][itext]** consists of several jars.
22

3-
The iText 7 Core/Community release contains:
3+
The iText Core/Community release contains:
44

55
- ```kernel-x.y.z.jar```: low-level functionality
66
- ```io-x.y.z.jar```: low-level functionality
@@ -19,19 +19,19 @@ The iText 7 Core/Community release contains:
1919
- ```bouncy-castle-adapter-x.y.z.jar```: use this to apply BouncyCastle as low-level cryptography library
2020
- ```bouncy-castle-fips-adapter-x.y.z.jar```: use this to apply BouncyCastle FIPS as low-level cryptography library
2121

22-
The **iText 7 Community** source code is hosted on [Github][github], where you can also [download the latest releases][latest].
22+
The **iText Community** source code is hosted on [Github][github], where you can also [download the latest releases][latest].
2323

24-
You can also [build iText 7 Community from source][building].
24+
You can also [build iText Community from source][building].
2525

2626
We also provide opensource add-ons and tools to complement the core functionality:
2727
- [pdfHTML][pdfhtml] — allows you to easily convert HTML to PDF or iText objects
2828
- [pdfSweep][pdfsweep] — a highly efficient PDF tool to merge, split and redact data
2929
- [RUPS][rups] — a Java tool that can help you debug PDFs
3030

31-
If you have an idea on how to improve **iText 7 Community** and you want to submit code,
31+
If you have an idea on how to improve **iText Community** and you want to submit code,
3232
please read our [Contribution Guidelines][contributing].
3333

34-
**iText 7** is dual licensed as [AGPL][agpl]/[Commercial software][sales].
34+
**iText** is dual licensed as [AGPL][agpl]/[Commercial software][sales].
3535

3636
AGPL is a free / open source software license.
3737

barcodes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>8.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>barcodes</artifactId>
10-
<name>iText 7 - barcodes</name>
10+
<name>iText - barcodes</name>
1111
<url>https://itextpdf.com/</url>
1212
<dependencies>
1313
<dependency>

bouncy-castle-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>8.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>bouncy-castle-adapter</artifactId>
10-
<name>iText 7 - Bouncy Castle Adapter</name>
10+
<name>iText - Bouncy Castle Adapter</name>
1111
<url>https://itextpdf.com/</url>
1212

1313
<properties>

bouncy-castle-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>8.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>bouncy-castle-connector</artifactId>
10-
<name>iText 7 - Bouncy Castle Connector</name>
10+
<name>iText - Bouncy Castle Connector</name>
1111
<url>https://itextpdf.com/</url>
1212

1313
<properties>

bouncy-castle-fips-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>8.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>bouncy-castle-fips-adapter</artifactId>
10-
<name>iText 7 - Bouncy Castle FIPS Adapter</name>
10+
<name>iText - Bouncy Castle FIPS Adapter</name>
1111
<url>https://itextpdf.com/</url>
1212

1313
<properties>

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>8.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>commons</artifactId>
10-
<name>iText 7 - commons</name>
10+
<name>iText - commons</name>
1111
<url>https://itextpdf.com/</url>
1212

1313
<properties>

font-asian/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<version>8.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>font-asian</artifactId>
10-
<name>iText 7 - Asian fonts</name>
11-
<description>iText Asian fonts for use in conjunction with iText 7, a free Java-PDF library</description>
10+
<name>iText - Asian fonts</name>
11+
<description>iText Asian fonts for use in conjunction with iText, a free Java-PDF library</description>
1212
<url>https://itextpdf.com/</url>
1313
<licenses>
1414
<license>

forms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>8.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>forms</artifactId>
10-
<name>iText 7 - forms</name>
10+
<name>iText - forms</name>
1111
<url>https://itextpdf.com/</url>
1212
<dependencies>
1313
<dependency>

0 commit comments

Comments
 (0)