iText in Action: Chapter 6: Working with existing PDFs
These examples were written in the context of Chapter 6 of the book "iText in Action - Second Edition".
pageinformation
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/PageInformation.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/PageInformation.cs##
memoryinfo
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/MemoryInfo.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/MemoryInfo.cs##
selectpages
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/SelectPages.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/SelectPages.cs##
importingpages1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/ImportingPages1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/ImportingPages1.cs##
importingpages2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/ImportingPages2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/ImportingPages2.cs##
layers
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/Layers.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/Layers.cs##
superimposing
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/Superimposing.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/Superimposing.cs##
stationery
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/Stationery.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/Stationery.cs##
nuptool
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/NUpTool.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/NUpTool.cs##
tilinghero
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/TilingHero.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/TilingHero.cs##
stamptext
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/StampText.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/StampText.cs##
twopasses
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/TwoPasses.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/TwoPasses.cs##
stampstationery
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/StampStationery.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/StampStationery.cs##
insertpages
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/InsertPages.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/InsertPages.cs##
forminformation
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/FormInformation.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/FormInformation.cs##
filldatasheet
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/FillDataSheet.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/FillDataSheet.cs##
concatenate
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/Concatenate.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/Concatenate.cs##
concatenatestamp
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/ConcatenateStamp.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/ConcatenateStamp.cs##
burst
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/Burst.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/Burst.cs##
datasheets1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/DataSheets1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/DataSheets1.cs##
datasheets2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/DataSheets2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/DataSheets2.cs##
concatenateforms1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/ConcatenateForms1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/ConcatenateForms1.cs##
concatenateforms2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part2/chapter06/ConcatenateForms2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter06/ConcatenateForms2.cs##
Resources
https://github.com/itext/i5js-book/blob/master/resources/pdfs/datasheet.odt
https://github.com/itext/i5js-book/blob/master/resources/pdfs/datasheet.pdf