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
I was using the gopdf library to stream write data page by page. But it would happen to be writing content that it has already written again and again.
For example, if I add 3 pages p1,p2,p3, with WriteTo called after each page, the output in the pdf contains 6 pages as
p1
p1
p2
p1
p2
p3
The text was updated successfully, but these errors were encountered:
I was using the gopdf library to stream write data page by page. But it would happen to be writing content that it has already written again and again.
For example, if I add 3 pages p1,p2,p3, with WriteTo called after each page, the output in the pdf contains 6 pages as
p1
p1
p2
p1
p2
p3
The text was updated successfully, but these errors were encountered: