Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/02/2009, 09:05
Avatar de dadabit
dadabit
 
Fecha de Ingreso: febrero-2009
Ubicación: Coahuila, México
Mensajes: 145
Antigüedad: 16 años, 1 mes
Puntos: 1
Pregunta XML a PDF con iTextSharp usando tagmaps

que tal...
escuchen, tengo problemas al generar el tagMap.... el ejemplo de iTextSharp que crea un pdf de Romeo y Julieta si me funciona, bueno ya que el tagmap y el xml ya vienen predeterminados....
este es el xml que tengo, es una factura o comprobante y el formato de salida serie como el de una factura o comprobante:

Código HTML:
<ticket date="20/07/2007 09:56:55 a.m.">
<From name="David">
<FiscalAddress street="BLV OCEANIA No 190" zip="4113200" state="COAHUILA" local="SALTILLO" city="SALTILLO" numOut="190" numInt="0" Country="MEXICO" />
<MadeIn country="MEXICO" />
</From>
<To nombre="Jay">
<Domicilio street="AV. MARINA NACIONAL # 329" zip="11311" state="D.F." local="COL. HUASTECA" city="COL. HUASTECA" numOut="0" country="MEXICO" />
</To>
<Concepts>
<Concept quantity="7" description="Laser jet" cost="213500" unit="Mes" priceunite="30500" />
</Concepts>
<Tax>
<Wraps>
<Wrap cost="32025.0000" tax="15%" />
</Wraps>
</Tax>
<Addenda>1000390901|4500258189|0003147883|2007|1000000716|57051500|3003|PEF|3003|1000390901</Addenda>
</ticket> 
ojala y me pudieran ayudar a crear el tagMap
Utilizo VB .NET