Takaho A Endo writes: > Hi. > > It is my first post to this ML. I love iText very much. > I am interested in WYSWYG applications and I am making AWT-iText bridge > classes which inherit java.awt classes and you can pass the reference of > the object to paint( Graphics ) method of AWT components to get PDF > documents like screen. It looks like well but there seems things left. > > 1.How can I resolve BaseFont from java.awt.Font?
This doesn't answer your question, but have you read: http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/msg00287 .html > 2.java.awt.Graphics have clipping methods but I do not know how I can copy > a part of PdfDocument in a certain rectangle. Is it possible? I don't understand what you want to achieve. Since you are generating PDF, not reading it, why do you need to copy a part of a Pdf Document? > Source codes of my bridge classes can be obtained from my web site > http://underwater.lab.nig.ac.jp/~takaho/java/awtbridge.tar.gz I don't have the time to take a look at it right now, but it sounds very promising. > WYSWYG application I wrote can be obtained also. ( You may not be > interested in it because it is only for biologist in some fields). > http://underwater.lab.nig.ac.jp/~takaho/biology/virginia/ I have 1 remark about your very nice site, you write: '25/12/2001 Outputting PDF file is available with iText. GPL licence is undertaken because PDF library does' This is not true, there is a big difference between LGPL (iText) and GPL (your product). see http://www.lowagie.com/iText/faq.html#lgpl You are free to publish your code under GPL, but I nor Paulo will use it unless it's LGPL (or MPL, we made the iText license less strict). kind regards, Bruno Lowagie _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
