Module: PDF::Core::Errors

Defined in:
lib/pdf/core.rb

Constant Summary collapse

FailedObjectConversion =

This error is raised when pdf_object() fails

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)