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
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: