Interface | Description |
---|---|
Counter |
Interface that can be implemented if you want to count the number of documents that are being processed by iText.
|
Class | Description |
---|---|
CounterFactory |
Factory that creates a counter for every reader or writer class.
|
DefaultCounter |
Default implementation of the Counter interface that essentially doesn't do anything.
|
NoOpCounter |
Implementation of the Counter interface that doesn't do anything.
|
SystemOutCounter |
A Counter implementation that outputs information about read and written documents to System.out
|
Copyright © 1998–2018 iText Group NV. All rights reserved.