RE: [iText-questions] java code for wmf to png/jpg

2005-10-24 Thread Bill Ensley
You could reverse engineer the iText WMF parser and output a png or a jpeg using any of java's imaging libraries. I did this and it works great. I would pass it over to you, however, it doesn't go directly to an image, it is parsed into my custom DOM and would Be of no use to you. Bill Ensley

RE: [iText-questions] java code for wmf to png/jpg

2005-10-24 Thread David Thielen
, 2005 5:51 PM To: 'David Thielen'; iText Mail Group Subject: RE: [iText-questions] java code for wmf to png/jpg You could reverse engineer the iText WMF parser and output a png or a jpeg using any of java's imaging libraries. I did this and it works great. I would pass it over to you, however