Uses of Class
com.snowtide.pdf.OutputTarget
-
Packages that use OutputTarget Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases. -
-
Uses of OutputTarget in com.snowtide.pdf
Subclasses of OutputTarget in com.snowtide.pdf Modifier and Type Class Description class
SelectionOutputTarget
AnOutputTarget
derivative that restricts the content added to the givenStringBuffer
to that within the starting and ending selection points specified in the constructor.Methods in com.snowtide.pdf that return OutputTarget Modifier and Type Method Description static OutputTarget
OutputTarget. forBuffer(Appendable sb)
Deprecated.static OutputTarget
OutputTarget. forWriter(Writer w)
Deprecated.useOutputTarget(Appendable)
instead
-