RE: [iText-questions] XML Image Base64

2005-12-01 Thread Bill Ensley
, 2005 5:55 AMTo: Bill EnsleySubject: RE: [iText-questions] XML Image Base64 Bill,   Well I think we will try Hexadecimal for now so I would greatly appreciate your code that already handles that.   Sincerely, Landon Chelf IT Supervisor Star Robbins & Company   From: Bill Ensley [ma

RE: [iText-questions] XML Image Base64

2005-12-01 Thread Landon B. Chelf
01, 2005 11:33 AM To: Landon B. Chelf; iText Mail Group Subject: RE: [iText-questions] XML Image Base64   Question then, Are you subclassing the iText parser with your own Handler?   If not, then you will need to to handle the special tags needed for an embedded image.   I will follow this up

FW: [iText-questions] XML Image Base64

2005-11-29 Thread Bill Ensley
  From: Bill Ensley [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:17 AMTo: 'Landon B. Chelf'Subject: RE: [iText-questions] XML Image Base64 You'll need to create your own parser that can convert the BASE64 back into java bytes or jpeg, or whatever format it

[iText-questions] XML Image Base64

2005-11-29 Thread Landon B. Chelf
Hello,   I’m working with iTextdotNet and can understand the java versions of code so any examples I can probably get working in csharp just fine.  Now on to the problem.  I need to figure out how to use the tag in an xml file to store and properly insert a base64 encoded image so that I