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
Printing table with picture
Search
- hpuchegger
- Posts: 86
- Joined: Fri Oct 08, 2021 10:38 am
Re: Printing table with picture
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
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
-
- Posts: 23
- Joined: Fri May 08, 2020 10:32 am
Re: Printing table with picture
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 !!!
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 !!!