Re: Reading a Stream reported as EmbeddedFile

2013-01-11 Thread Maruan Sahyoun
Hi Andreas, I found it - thanks for your help. Kind regards Maruan Sahyoun Am 11.01.2013 um 13:21 schrieb Maruan Sahyoun : > Hi Andreas, > > maybe I should have been clearer in my question. What I' trying to do is > reading the XFA part of a form, > > where the XFA is part of an array > >

Re: Reading a Stream reported as EmbeddedFile

2013-01-11 Thread Maruan Sahyoun
Hi Andreas, maybe I should have been clearer in my question. What I' trying to do is reading the XFA part of a form, where the XFA is part of an array COSString{xdp:xdp} COSObject{61, 0} COSString{config} COSObject{4, 0} COSString{template} COSObject{5, 0} COSString{datasets} COSObject{62, 0} C

Re: Reading a Stream reported as EmbeddedFile

2013-01-11 Thread Andreas Lehmkühler
Hi, Maruan Sahyoun hat am 11. Januar 2013 um 11:52 geschrieben: > Hi, > > I have a handling question regarding PDFBox. Im trying to read an object which > is defined as COSDictionary{(COSName{Filter}:COSArray{[COSName{FlateDecode}]}) > (COSName{Length}:COSInt{477}) (COSName{Type}:COSName{Embedde

Reading a Stream reported as EmbeddedFile

2013-01-11 Thread Maruan Sahyoun
Hi, I have a handling question regarding PDFBox. Im trying to read an object which is defined as COSDictionary{(COSName{Filter}:COSArray{[COSName{FlateDecode}]}) (COSName{Length}:COSInt{477}) (COSName{Type}:COSName{EmbeddedFile}) } How can I get the content of that object? Kind regards Maruan