Hope that PurePDF is still in develope couse I tried it today and fall in love with it.

Anyway, I think I found a bug. pdf_line() crashed with an invalid memory access every time. I'm not able to use this command in any way.
Downloaded the latest Version of purepdf from smollies.be Version 2.07.
This is what I tried:
Code: Select all
pdf_Create()
pdf_AddPage("l")
pdf_SetFont("Arial","",12)
pdf_Text(10,10,"Planung & Kontingente für den "+FormatDate("%dd.%mm.%yyyy",Date())+" Stand:"+FormatDate("%hh:%ii Uhr",Date()))
pdf_SetFont("Arial","",9)
pdf_Text(10,14,"blablablabla")
pdf_Save(curpath.s+"data/test.pdf")
pdf_Line(10,16,10,16)