Page 1 of 1

Printing table with picture

Posted: Thu Dec 15, 2022 10:05 am
by denisisakovic
Hello all,
Is it possible to print a table using printTable() that has pictures in some cells (using "cellFillRC" method).
I am trying to insert watermark picture inside the document that is being printed with this printTable method, but I can only modify and insert textual inputs, pictures are ignored. Maybe I am looking different at this problem, any suggestion would be helpful!

Denis

Re: Printing table with picture

Posted: Thu Dec 29, 2022 11:43 am
by hpuchegger
Hello Mr. denisiakovic,

you are right, this is not implemented at the moment.

A way to print those images could be by using printPanel().

But of course this is more complicated as it does not use the whole table but just a sort of screenshot.

Best regards / Schoene Gruesse
Herbert Puchegger
===========================================
WinCC OA - Support
ETM professional control GmbH
DI FA HMI ISW ETM PS CC

Re: Printing table with picture

Posted: Thu Jan 05, 2023 1:30 pm
by denisisakovic
Thank you for your reply hpuchegger,
I managed to bypass this issue with 3rd party standalone application which can be called with system() function.
It would be much easier if it would be implemented with the printTable method.

Happy New Year all, cheers !!!