Class: Object

Inherits:
BasicObject
Defined in:
lib/asciidoctor/pdf/ext/core/object.rb

Instance Method Summary collapse

Instance Method Details

#to_pdf_objectObject

Convert the object to a serialized PDF object.



5
6
7
# File 'lib/asciidoctor/pdf/ext/core/object.rb', line 5

def to_pdf_object
  ::PDF::Core.pdf_object self
end