Re: [iText-questions] Extract a stream object

2008-09-23 Thread Leonard Rosenthol
Yes, though that will only help you when working with fully embedded Type 1 or TrueType fonts. It will NOT help you with subset fonts of any type :(. Leonard On Sep 23, 2008, at 4:50 PM, Nhia Nhia wrote: thanks for answering, I use the PdfContentByte.showText(BaseFont,size) and I create

Re: [iText-questions] Extract a stream object

2008-09-23 Thread Nhia Nhia
sorry I meaned I use PdfContentByte.setFontAndSize(BaseFont,size) and then PdfContentByte.showText(text) On Tue, Sep 23, 2008 at 5:50 PM, Nhia Nhia <[EMAIL PROTECTED]> wrote: > thanks for answering, > > I use the PdfContentByte.showText(BaseFont,size) and I create the font with > BaseFont(fi

Re: [iText-questions] Extract a stream object

2008-09-23 Thread Nhia Nhia
thanks for answering, I use the PdfContentByte.showText(BaseFont,size) and I create the font with BaseFont(file,...), so I need to create the font with BaseFont(PRIndirectReference (reader of original pdf), num)) and I would have the font data ?? because currently I search in my system a file with

Re: [iText-questions] Extract a stream object

2008-09-23 Thread Leonard Rosenthol
On Sep 23, 2008, at 11:49 AM, Laura Cobos wrote: > I need to know if is it possible to extract with itext the stream > object of a Type 3 font and the stream object of a XForm (I suppose > the same method would be correct for both). I know how scan the > PdfDictionary keys but not the object

[iText-questions] Extract a stream object

2008-09-23 Thread Laura Cobos
Hello, I need to know if is it possible to extract with itext the stream object of a Type 3 font and the stream object of a XForm (I suppose the same method would be correct for both). I know how scan the PdfDictionary keys but not the object where is the stream I am asking this because I rea