Buen dia..
Requiero generar un pdf (texto + imagenes) con PRINT oPrn , en formas continuas, tipo rollo de impresoras pos termicas... no me sirve clases tipo texto
Con estos metodos no funciona..
local cFilPdf := "c:\temp\filepdf.pdf"
PrnSetSize( 2100, 120000 ) //To adjust a different printer paper size!
oPrn:SETPAGE(29)
PRINT oPrn NAME "Testing the printer object from FiveWin ...." FILE cFilPdf
Gracias
JONSSON RUSSI