Skip to content

full_page: true doesn't render full page #278

@remy727

Description

@remy727

Hello!

Thank you for the great gem!

I want to convert HTML that overflows width and height to PDF but it only generates PDF with the showing viewport only.

My Grover configuration:

Grover.configure do |config|
  config.options = {
    print_background: true,
    full_page: true,
    viewport: {
      width: 2527,
      height: 1287,
    }
  }
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions