DynamicPDF v5.0.1 for .NET

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v12)  /  DynamicPDF v5.0.1 for .NET

DynamicPDF CoreSuite for .NET (v12) Forum

 Mar 05 2025 4:29 AM
Hi. I use these instructions to add a PageElement to Group:

System.Drawing.Bitmap bm = CreateImage(.....);
ceTe.DynamicPDF.PageElements.Image img = new ceTe.DynamicPDF.PageElements.Image(bm, etc);
document.getCurrentPage().Elements.Add(img);

When i run in Windows 11 - visual studio 2022 it creates a Pdf with image perfectly shaped. When i run the same dll in the same Visual Studio with same code in
Windows Server 2016 the Image grows significantly. While text parts of the document render the same.

My question:
DynamicPDF may produce differente Image element in resulting PDF File by interaction with OS or the Dll is OS Version independent !?

All times are US Eastern Standard time. The time now is 6:13 PM.