About DtTvB's AutoIt Web Server
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Second version of AutoIt Web Server
http://www.autoitscript.com/forum/index.php?showtopic=36845&st=105
is more flexible then Wood's technologies. But I can't show dynamical
pdf from Python script (APyPDF.py):
from apdf.apdf import APDF
pdf = APDF()
pdf.AddPage()
pdf.SetFont('courier','B',12)
pdf.Cell(40,10,"Hello world!")
pdf.Output('WEB')
It's pity that created pdf is redirected to output, only.
AutoIt Server "Wood's technologies" could create it without problems.
Valery