KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
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
.