We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproducible with:
idx = 0 rows = 31.times.map { [{ content: (idx += 1).to_s }] } rows.first.unshift({ content: "col 1", rowspan: rows.count }) pdf = Prawn::Document.new pdf.bounding_box([pdf.bounds.left, pdf.cursor], width: pdf.bounds.width) do pdf.table(rows, cell_style: { borders: [:bottom], border_colors: 'CCCCCC' }) end pdf.repeat(:all) do pdf.bounding_box([pdf.bounds.left, pdf.bounds.bottom], width: pdf.bounds.width, height: 30) do pdf.text("footer") pdf.stroke_bounds end end
Ruby version: 3.0.2 Prawn version: 2.4.0 Prawn table version: 0.2.2
3.0.2
2.4.0
0.2.2
Result: bug.pdf
Issues:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproducible with:
Ruby version:
3.0.2
Prawn version:
2.4.0
Prawn table version:
0.2.2
Result: bug.pdf
Issues:
The text was updated successfully, but these errors were encountered: