Parent

Methods

Class/Module Index [+]

Quicksearch

Origami::Adobe::PPKLite::Revision

Attributes

body[RW]
pdf[RW]
trailer[RW]
xreftable[RW]

Public Class Methods

new(adbk) click to toggle source
# File lib/origami/extensions/ppklite.rb, line 101
def initialize(adbk)
  @pdf = adbk
  @body = {}
  @xreftable = nil
  @trailer = nil
end

Public Instance Methods

trailer=(trl) click to toggle source
# File lib/origami/extensions/ppklite.rb, line 108
def trailer=(trl)
  trl.pdf = @pdf
  @trailer = trl
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.