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
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
I tried to implement page x of y on 7 page pdf.
Instead of getting 1/7 . I am getting 1/1 upto 7/7.Please suggest what to implement
pdf.CellFormat(0, 10, fmt.Sprintf("Page %d/%d", pdf.PageNo(), pdf.PageCount()), "", 0, "C", false, 0, "")
The text was updated successfully, but these errors were encountered:
I tried to implement page x of y on 7 page pdf.
Instead of getting 1/7 . I am getting 1/1 upto 7/7.Please suggest what to implement
pdf.CellFormat(0, 10, fmt.Sprintf("Page %d/%d", pdf.PageNo(), pdf.PageCount()), "", 0, "C", false, 0, "")
The text was updated successfully, but these errors were encountered: