iText in Action Chapter 2: Using iText's basic building blocks
These examples were written in the context of Chapter 2 of the book "iText in Action - Second Edition".
databasetest
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/DatabaseTest.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/DatabaseTest.cs##
countrychunks
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/CountryChunks.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/CountryChunks.cs##
directorphrases1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/DirectorPhrases1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/DirectorPhrases1.cs##
directorphrases2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/DirectorPhrases2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/DirectorPhrases2.cs##
movietitles
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieTitles.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieTitles.cs##
movieparagraphs1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieParagraphs1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieParagraphs1.cs##
movieparagraphs2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieParagraphs2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieParagraphs2.cs##
pipesplitcharacter
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/PipeSplitCharacter.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/PipeSplitCharacter.cs##
moviechain
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieChain.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieChain.cs##
movielists1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieLists1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieLists1.cs##
movielists2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieLists2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieLists2.cs##
movielists3
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieLists3.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieLists3.cs##
movielists4
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieLists4.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieLists4.cs##
positionedarrow
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/PositionedArrow.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/PositionedArrow.cs##
starseparator
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/StarSeparator.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/StarSeparator.cs##
directoroverview1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/DirectorOverview1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/DirectorOverview1.cs##
directoroverview2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/DirectorOverview2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/DirectorOverview2.cs##
directoroverview3
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/DirectorOverview3.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/DirectorOverview3.cs##
movielinks1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieLinks1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieLinks1.cs##
movielinks2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieLinks2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieLinks2.cs##
moviehistory
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MovieHistory.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MovieHistory.cs##
movieposters1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MoviePosters1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MoviePosters1.cs##
movieposters2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MoviePosters2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MoviePosters2.cs##
movieposters3
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/MoviePosters3.cs##
riverphoenix
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter02/MoviePosters3.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter02/RiverPhoenix.cs##