RE: [iText-questions] Problem adding WMF Image to PDF File

2002-07-09 Thread Paulo Soares
Problem adding WMF Image to PDF File > > Hi > I tried to add an WMF Image to a PDF Doc. > ... > > // fi is the Image Byte stream > > byte[] myWmfFile = getByteArrayFromInputStream( fi); > > Image pic = Image.getInstance((myWmfFile)); > > pic.s

[iText-questions] Problem adding WMF Image to PDF File

2002-07-08 Thread Suschni Rene
Title: Nachricht Hi I tried to add an WMF Image to a PDF Doc. ... // fi is the Image Byte stream byte[] myWmfFile = getByteArrayFromInputStream( fi); Image pic = Image.getInstance((myWmfFile)); pic.setAbsolutePosition(100, 200); document.add(pic); ... But the statement document.add(pic)