I noticed after the server upgrade yesterday that the wrap text in a PDFdocument is different now. It does not seem to span the width and follow the parameter for width
This is the correct wrapping before the server upgrade:
This is the new incorrect wrapping after the server upgrade:
This is the code used:
g.DrawText(mockMessage, 15, yCoord, g.Width - 30)
5 posts - 2 participants