Skip to main content
Skip table of contents

iText in Action Chapter 14: The imaging model

These examples were written in the context of Chapter 14 of the book "iText in Action - Second Edition".

getcontentstream

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/GetContentStream.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/GetContentStream.cs##

pathconstructionandpainting

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/PathConstructionAndPainting.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/PathConstructionAndPainting.cs##

graphicsstateoperators

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/GraphicsStateOperators.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/GraphicsStateOperators.cs##

transformationmatrix1

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TransformationMatrix1.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TransformationMatrix1.cs##

transformationmatrix2

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TransformationMatrix2.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TransformationMatrix2.cs##

transformationmatrix3

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TransformationMatrix3.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TransformationMatrix3.cs##

textstateoperators

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TextStateOperators.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TextStateOperators.cs##

textmethods

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TextMethods.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TextMethods.cs##

pearexample

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/PearExample.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/PearExample.cs##

peartopdf

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/PearToPdf.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/PearToPdf.cs##

directorcharts

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/DirectorCharts.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/DirectorCharts.cs##

graphics2dfonts

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/Graphics2DFonts.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/Graphics2DFonts.cs##

textexample1

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TextExample1.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TextExample1.cs##

text1topdf1

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/Text1ToPdf1.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/Text2ToPdf1.cs##

text1topdf2

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/Text1ToPdf2.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/Text1ToPdf2.cs##

textexample2

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TextExample2.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TextExample2.cs##

text2topdf1

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/Text2ToPdf1.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/Text2ToPdf1.cs##

text2topdf2

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/Text2ToPdf2.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/Text2ToPdf2.cs##

text2topdf3

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/Text2ToPdf3.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/Text2ToPdf3.cs##

textexample3

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TextExample3.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TextExample3.cs##

text3topdf

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/Text3ToPdf.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/Text3ToPdf.cs##

textexample4

##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part4/chapter14/TextExample4.java##

##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter14/TextExample4.cs##

text4topdf

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.