Printing table with picture

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
Search

Post Reply
3 posts • Page 1 of 1
denisisakovic
Posts: 23
Joined: Fri May 08, 2020 10:32 am

Printing table with picture

Post 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

User avatar
hpuchegger
Posts: 86
Joined: Fri Oct 08, 2021 10:38 am

Re: Printing table with picture

Post 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

denisisakovic
Posts: 23
Joined: Fri May 08, 2020 10:32 am

Re: Printing table with picture

Post 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 !!!

Post Reply
3 posts • Page 1 of 1