Module: PDF::Core::Errors

Defined in:
lib/pdf/core.rb

Constant Summary collapse

FailedObjectConversion =

This error is raised when PdfObject() fails

Class.new(StandardError)
TemplateError =

This error is raised when object store fails to load a template file

Class.new(StandardError)
EmptyGraphicStateStack =

This error is raise when trying to restore a graphic state that

Class.new(StandardError)
InvalidPageLayout =

This error is raised when Document#page_layout is set to anything other than :portrait or :landscape

Class.new(StandardError)