Report Engine und PDF Library: Beispielprogramm in Python
from VpeControl import *
def CreateDocument():
Report = VpeControl()
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() |
"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
|

