KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-pdf
/
io.github.yuroyami.kitepdf.content
Package-level
declarations
Types
Types
Content
Stream
Parser
Link copied to clipboard
object
ContentStreamParser
Operation
Link copied to clipboard
data
class
Operation
(
val
operator
:
String
,
val
operands
:
List
<
PdfObject
>
,
val
inlineImage
:
ByteArray
?
=
null
)
One content-stream operation: an
operator
and its
operands
.