You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope to add MaxPageSize in gopdf.Config or gopdf.PageOption.
It can be used to support the height adaptation of PDF documents. For example, if the maximum height is set to 10cm, if only content with a height of 5cm is drawn, the final generated page height will be 5cm instead of 10cm.
The text was updated successfully, but these errors were encountered:
Hope to add
MaxPageSize
ingopdf.Config
orgopdf.PageOption
.It can be used to support the height adaptation of PDF documents. For example, if the maximum height is set to 10cm, if only content with a height of 5cm is drawn, the final generated page height will be 5cm instead of 10cm.
The text was updated successfully, but these errors were encountered: