Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pdf
master
IO
PDF
Catalog
PageLayout
PageMode
Date
Document
CrossRef
Entry
Encrypt
Header
Trailer
Name
NameTree
Type
NumberTree
Type
ObjType
Page
PageTree
PageTreeNode
PdfObj
PdfRef
Rectangle
Number
Renderable
Stream
Built with Crystal 1.9.2
2023-10-07 16:38:58 UTC
abstract class
PDF::PdfObj
PDF::PdfObj
Reference
Object
Defined in:
pdf/obj/obj.cr
Class Method Summary
.raw_output
(obj : ObjType, io)
render basic types into an IO
Instance Method Summary
#generation
#id
: Int64 | Nil
#output
(io)
Class Method Detail
def self.
raw_output
(obj :
ObjType
, io)
#
render basic types into an IO
[
View source
]
Instance Method Detail
def
generation
#
[
View source
]
abstract def
id
: Int64 | Nil
#
[
View source
]
def
output
(io)
#
[
View source
]