Pilooz / pl_fpdf

PL-SQL library to generate pdf files from Oracle database.
43 stars 33 forks source link

Error in accent and "Ñ" #8

Open abregu51 opened 6 years ago

abregu51 commented 6 years ago

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