Having a fight with DynaPDF

The compiler is confused because you pass integers for doubles.

just write them with .0 on the end and it should work:

call pdf.InsertImageFromBuffer(48.0, 48.0, 100.0, 100.0, mbNew)

[quote=285048:@Christian Schmitz]The compiler is confused because you pass integers for doubles.

just write them with .0 on the end and it should work:

call pdf.InsertImageFromBuffer(48.0, 48.0, 100.0, 100.0, mbNew)[/quote]

BINGO. Yes, you mentioned it before and the docs do! Yes, it not only works but also shows the correct logo.

Thanks.