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 <image/> tag in an xml file to store and properly insert a base64 encoded image so that I can store the image data in the xml template.  For example I have the following xml file:

 

<itext>

            <paragraph>My Example</paragraph>

            <image>BASE64 DATA HERE</image>

</itext>

 

I want to be able to use the PDFWriter to go straight from XML to PDF.  I can do all the normal functions but this has me stumped since have to include the image in the XML for this project.

 

Thanks in advance for any help.

 

Landon

Reply via email to