[iText-questions] read fonts used in a pdf file

2006-07-19 Thread selvi
hi, iam using the below listed code to read the fonts used in a pdf file. how can i read the font property of a particular page of a pdf file.if possible send me a sample code. import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import

Re: [iText-questions] read fonts used in a pdf file

2006-07-19 Thread Leonard Rosenthol
At 03:10 AM 7/19/2006, selvi wrote: iam using the below listed code to read the fonts used in a pdf file. Interesting approach to the problem...It certainly works, though NOT very optimal for larger PDFs. how can i read the font property of a particular page of a pdf file.