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
Hello, i have issue with incorrect calculated page size pdfsharp 1.50.5147.
In 1.32.3057 all work fine with this code: if (page.MediaBox.Width != page.Width.Point || page.MediaBox.Height != page.Height.Point) { page.MediaBox = new PdfRectangle(new XPoint(0, 0), new XPoint(page.Width.Point, page.Height.Point)); }
In example of project the image should appear in the lower right corner of the page. watermark-to-pdf.zip
The text was updated successfully, but these errors were encountered:
Hello, i have issue with incorrect calculated page size pdfsharp 1.50.5147.
In 1.32.3057 all work fine with this code:
if (page.MediaBox.Width != page.Width.Point || page.MediaBox.Height != page.Height.Point) { page.MediaBox = new PdfRectangle(new XPoint(0, 0), new XPoint(page.Width.Point, page.Height.Point)); }
In example of project the image should appear in the lower right corner of the page.
watermark-to-pdf.zip
The text was updated successfully, but these errors were encountered: