On 13/03/2012 16:09, Dan Schreiber wrote: > Hi Everyone, > > Our development environment crashed because of iText's free version.
Hello, I think you're making a mistake. > at java.awt.geom.Path2D$Double.rectCrossings(Path2D.java:1288) This class was introduced in iText 5.2.0 on February 29, 2012. iText 5.2.0 is AGPL. > at > org.xhtmlrenderer.pdf.ITextRenderer.createPDF(ITextRenderer.java:246) This class is an XHTMLRenderer (aka Flying Saucer) class. Flying Saucer is an LGPL project that is almost dead because everybody uses it for free. The AGPL is INCOMPATIBLE with the LGPL. You can't use an AGPL library inside an LGPL library. You should be happy that the combination crashes. If it had worked you'd be doing something that was illegal! I'm sending a Cc: to the sales department at iText Software. You may want to use XML Worker to convert HTML to PDF instead of Flying Saucer. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ iText-questions mailing list [email protected] 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
