Report Engine and PDF Library: Example code 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, "example.jpg") Report.WriteDoc("My Document.pdf") Report.CloseDoc() |
"I have been looking for a software like VPE for about 6 months. I just downloaded it last night and it is really fantastic." Marcos Bauer, Developer, Sao Paulo, Brazil
|

