iText in Action Chapter 15: Page content and structure
These examples were written in the context of Chapter 15 of the book "iText in Action - Second Edition".
peekaboo
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/PeekABoo.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/PeekABoo.cs##
optionalcontentexample
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/OptionalContentExample.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/OptionalContentExample.cs##
layermembershipexample1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/LayerMembershipExample1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/LayerMembershipExample1.cs##
layermembershipexample2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/LayerMembershipExample2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/LayerMembershipExample2.cs##
optionalcontentactionexample
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/OptionalContentActionExample.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/OptionalContentActionExample.cs##
svgtopdf
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/SvgToPdf.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/SvgToPdf.cs##
svglayers
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/SvgLayers.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/SvgLayers.cs##
objectdata
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ObjectData.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ObjectData.cs##
readoutloud
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ReadOutLoud.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ReadOutLoud.cs##
structureparser
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/StructureParser.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/StructureParser.cs##
contentparser
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ContentParser.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ContentParser.cs##
structuredcontent
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/StructuredContent.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/StructuredContent.cs##
parsetaggedpdf
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ParseTaggedPdf.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ParseTaggedPdf.cs##
parsinghelloworld
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ParsingHelloWorld.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ParsingHelloWorld.cs##
mytextrenderlistener
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/MyTextRenderListener.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/MyTextRenderListener.cs##
inspectpagecontent
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/InspectPageContent.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/InspectPageContent.cs##
extractpagecontent
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ExtractPageContent.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ExtractPageContent.cs##
extractpagecontentsorted1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ExtractPageContentSorted1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ExtractPageContentSorted1.cs##
extractpagecontentsorted2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ExtractPageContentSorted2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ExtractPageContentSorted2.cs##
extractpagecontentarea
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ExtractPageContentArea.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ExtractPageContentArea.cs##
showtextmargins
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ShowTextMargins.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ShowTextMargins.cs##
myimagerenderlistener
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/MyImageRenderListener.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/MyImageRenderListener.cs##
extractimages
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter15/ExtractImages.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter15/ExtractImages.cs##