pl_fpdf icon indicating copy to clipboard operation
pl_fpdf copied to clipboard

Error in accent and "Ñ"

Open abregu51 opened this issue 7 years ago • 0 comments

datos procedure p_prueba is begin PL_FPDF.FPDF('P','cm','A4'); PL_FPDF.openpdf; PL_FPDF.AddPage(); PL_FPDF.SetFont('courier', '', 12); PL_FPDF.SetY(4); PL_FPDF.SetX(8); PL_FPDF.Cell(30,0,'CERTIFÍCADO DE TRABAJO'); -- PL_FPDF.Cell(30,0,'CERTIFÍCADO DE TRABAJO MAÑANA'); PL_FPDF.Output(); end p_prueba; error

abregu51 avatar Feb 01 '18 15:02 abregu51