G
grant.trevor
I'm using the free pdf creation library pdfsharp(www.pdfsharp.com) to
create a set of pdfs. This library makes heavy usage of System.Drawing
and GDI+
I first implemented the pdf creation utility in a class that I than
triggered via a simple NUnit test, a console application would have
sufficed. Elements on the document are difined using X Y cordinates and
height width.
Everything looked fine until I then went to call the class within
asp.net. I know find that items are no longer in the same position etc.
I'm currenty working on the assumption that GDI+ uses a different
rendering engine for the two different implementations, and that is
what is causing the issue.
I know this is quite light on details however in a hurry. Really just
want to know if I'm right in my assumption, and if any could give me a
nudge in the right direction.
create a set of pdfs. This library makes heavy usage of System.Drawing
and GDI+
I first implemented the pdf creation utility in a class that I than
triggered via a simple NUnit test, a console application would have
sufficed. Elements on the document are difined using X Y cordinates and
height width.
Everything looked fine until I then went to call the class within
asp.net. I know find that items are no longer in the same position etc.
I'm currenty working on the assumption that GDI+ uses a different
rendering engine for the two different implementations, and that is
what is causing the issue.
I know this is quite light on details however in a hurry. Really just
want to know if I'm right in my assumption, and if any could give me a
nudge in the right direction.