Kunden Login Forum Online Help Open Source English Version

Report Engine und PDF Library: Beispielprogramm in PHP

function CreateDocument()
{
$Report = new TVpeControl;
$Report->OpenDoc();
$Report->Print(1.5, 1, "Hello World!");
$Report->Picture(1.5, 2, $Report->nFree, $Report->nFree, "beispiel.jpg");
$Report->WriteDoc("Mein Dokument.pdf");
$Report->CloseDoc();
}

bullet Kundenstimmen

"I still want to say that VPE is a very great utility. We've been searching for a utility for quite some time, we've been evaluating some of them and the power and ease-of-use of VPE really impressed. Keep up the good work."

Patrick Elsen, R&D Engineer, Fidro Informatica N.V., Heusden, Belgium

Weitere Stimmen...