diff options
Diffstat (limited to 'pdf.go')
-rw-r--r-- | pdf.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ import ( "rescribe.xyz/utils/pkg/hocr" ) +// TODO: maybe set this in Fpdf struct const pageWidth = 5 // pageWidth in inches // pxToPt converts a pixel value into a pt value (72 pts per inch) |