I generate PDFs based on some templates with ruby pdf libary - prawn. My script simply adds a signature at the top of the first template page.
I noticed that when I open a template and do stroke_bounds sometimes they don't stick to the edges of the page - so the signature has wrong position (as it depends on bounds).
Is there a way to normalize it? Thanks for any answers.