Skip to content

Commit 10dda9e

Browse files
committed
[RELEASE] iText 8.0.3
2 parents e748e93 + dcea7a2 commit 10dda9e

File tree

286 files changed

+281
-281
lines changed

Some content is hidden

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

286 files changed

+281
-281
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.itextpdf.samples</groupId>
55
<artifactId>book</artifactId>
6-
<version>8.0.2</version>
6+
<version>8.0.3</version>
77
<name>iText Publications: iText in Action</name>
88
<url>https://itextpdf.com/</url>
99
<properties>
@@ -15,7 +15,7 @@
1515
<jacoco.version>0.8.3</jacoco.version>
1616
<java.version>1.8</java.version>
1717
<javadoc.version>2.10.3</javadoc.version>
18-
<licensekey.version>4.1.2</licensekey.version>
18+
<licensekey.version>4.1.3</licensekey.version>
1919
<pitest.version>1.4.9</pitest.version>
2020
<pmd.version>3.5</pmd.version>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_01_HelloWorld.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_02_HelloWorldNarrow.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_03_HelloWorldMaximum.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_04_HelloWorldLetter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_05_HelloWorldLandscape1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_06_HelloWorldLandscape2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_07_HelloWorldMirroredMargins.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_08_HelloWorldMirroredMarginsTop.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_09_HelloWorldMemory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_10_HelloWorldVersion_1_7.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_11_HelloWorldDirect.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_12_HelloWorldColumn.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter01/Listing_01_13_HelloZip.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_01_DatabaseTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_02_CountryChunks.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_03_DirectorPhrases1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_05_DirectorPhrases2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_06_MovieTitles.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_07_MovieParagraphs1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_08_MovieParagraphs2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_10_MovieChain.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_13_MovieLists1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_14_MovieLists2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_15_MovieLists3.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_16_MovieLists4.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_18_DirectorOverview1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_20_DirectorOverview2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_21_DirectorOverview3.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_22_MovieLinks1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_23_MovieLinks2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_24_MovieHistory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_25_MoviePosters1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_27_MoviePosters2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_28_MoviePosters3.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/Listing_02_29_RiverPhoenix.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/PipeSplitCharacter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/PositionedArrowTabRenderer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter02/StarSeparator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_01_FestivalOpening.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_02_GraphicsStateStack.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_03_MovieTimeTable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_05_MovieTimeBlocks.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_07_FoobarFilmFestival.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_11_MovieTextInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_15_MovieCalendar.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_16_MovieColumns1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

src/main/java/com/itextpdf/samples/book/part1/chapter03/Listing_03_18_MovieColumns3.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 Apryse Group NV
3+
Copyright (c) 1998-2024 Apryse Group NV
44
Authors: Apryse Software.
55
66
For more information, please contact iText Software at this address:

0 commit comments

Comments
 (0)