the following snippet didn't compiles in x32, I got it from the help, I've IMA error at StopVectorDrawing():
Code: Select all
LoadFont(0, "Times New Roman", 20)
If StartVectorDrawing(PdfVectorOutput("test.pdf", 595, 842))
VectorFont(FontID(0), 25)
MovePathCursor(20, 20)
DrawVectorText("This is page 1...")
NewVectorPage()
MovePathCursor(20, 20)
DrawVectorText("This is page 2...")
StopVectorDrawing()
EndIf
DeleteFile("test.pdf")
No problem with x64
using W10
Thanks

