No but you don't really need them. Get the java examples from http://www.lowagie.com/iText and adapt them to the C# or VB syntax. Changes are nothing more that capitalizing the method names and using some properties. For example PdfPTable.setWidthPercentage() was changed to the property PdfPTable.WidthPercentage or AcroFields.setField() is AcroFields.SetField(). Only signatures and resource finding is different.
You have a mailing list to discuss this and other itextsharp problems at http://lists.sourceforge.net/mailman/listinfo/itextsharp-questions ----- Original Message ----- From: "Jay" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, August 07, 2005 4:06 PM Subject: [iText-questions] iTextSharp for .NET examples Are there any .NET examples for VB or C# that you know of? Thank You! ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
