jung-kurt / gofpdf

A PDF document generator with high level support for text, drawing and images
http://godoc.org/github.com/jung-kurt/gofpdf
MIT License
4.34k stars 787 forks source link

Added public wrapper "GetPageSizeStr" of private method #181

Closed mrqzzz closed 6 years ago

mrqzzz commented 6 years ago

Add public wrapper "GetPageSizeStr" of private method Having GetPageSizeStr public is useful for having the correct SizeType (properly scaled). Also, that SizeType can be used to call AddPageFormat(..)

jung-kurt commented 6 years ago

Thanks, Marcus!

mrqzzz commented 6 years ago

:+1: