On 26/03/2014 9:47, Ate Peeringa wrote:
> The sourcecode of iTextsharp core is different than the dll version 5.5.0
> The Function iTextSharp.text.Image.GetInstance(System.Drawing.Image,
> System.Drawing.Imaging.ImageFormat) is missing from the source code!
> Can i get a source with the function in place?

This method is in the source code.  You can see it here:
http://sourceforge.net/p/itextsharp/code/HEAD/tree/tags/iTextSharp_5_5_0/src/core/iTextSharp/text/Image.cs#l734

Recently we started also shipping a build without System.Drawing 
dependencies.  The default build still has System.Drawing, for backward 
compatibility.  Both builds are based on the same source code and differ 
because of conditional compilation.

When you download from Sourceforge, you get itextsharp-dll-core.zip and 
itextsharp-dll-core-wo_Drawing.zip.  Maybe you are using the wo_Drawing 
buikd?

http://sourceforge.net/projects/itextsharp/files/itextsharp/iTextSharp-5.5.0/

Best regards,
Raf

------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to