use PDF::Reuse; use utf8; prFile('template.pdf'); prTTFont("arial.ttf"); prFontSize(12); prText(100,700,"100 €"); prEnd;