iText in Action: Chapter 7: Making documents interactive
These examples were written in the context of Chapter 7 of the book "iText in Action - Second Edition".
namedactions
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/NamedActions.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/NamedActions.cs##
linkactions
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/LinkActions.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/LinkActions.cs##
concatenatenameddestinations
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/ConcatenateNamedDestinations.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/ConcatenateNamedDestinations.cs##
timetabledestinations
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/TimetableDestinations.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/TimetableDestinations.cs##
addversionchecker
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/AddVersionChecker.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/AddVersionChecker.cs##
finddirectors
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/FindDirectors.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/FindDirectors.cs##
launchaction
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/LaunchAction.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/LaunchAction.cs##
printtimetable
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/PrintTimeTable.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/PrintTimeTable.cs##
eventsandactions
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/EventsAndActions.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/EventsAndActions.cs##
createoutlinetree
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/CreateOutlineTree.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/CreateOutlineTree.cs##
bookmarkedtimetable
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/BookmarkedTimeTable.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/BookmarkedTimeTable.cs##
concatenatebookmarks
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/ConcatenateBookmarks.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/ConcatenateBookmarks.cs##
movieannotations1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/MovieAnnotations1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/MovieAnnotations1.cs##
movieannotations2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/MovieAnnotations2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/MovieAnnotations2.cs##
genericannotations
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/GenericAnnotations.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/GenericAnnotations.cs##
timetableannotations1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/TimetableAnnotations1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/TimetableAnnotations1.cs##
movieposters1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/MoviePosters1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/MoviePosters1.cs##
timetableannotations2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/TimetableAnnotations2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/TimetableAnnotations2.cs##
movieannotations3
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/MovieAnnotations3.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/MovieAnnotations3.cs##
timetableannotations3
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/TimetableAnnotations3.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/TimetableAnnotations3.cs##
buttonsactions
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/ButtonsActions.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/ButtonsActions.cs##
advertisement
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/Advertisement.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/Advertisement.cs##
movieposters2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/MoviePosters2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/MoviePosters2.cs##
calculator
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter07/Calculator.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter07/Calculator.cs##