Export multilateral PDF

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
OlliAutefa
Posts:3
Joined: Thu Sep 07, 2017 1:29 pm

Export multilateral PDF

Post by OlliAutefa »

Hey everybody,

I designed a Panel with the size (1000x5000) to show some facts i have calculated.
Is it possible to Export the Panel to a multilateral PDF with the print in silent mode? I just get the wohle Panel minimized in one side.

Thanks
Oliver

kilianvp
Posts:443
Joined: Fri Jan 16, 2015 10:29 am

Re: Export multilateral PDF

Post by kilianvp »

Oliver Muehlberger wrote:
Hey everybody,

I designed a Panel with the size (1000x5000) to show some facts i have calculated.
Is it possible to Export the Panel to a multilateral PDF with the print in silent mode? I just get the wohle Panel minimized in one side.

Thanks
Oliver
you can print the panel with a pdf printer silently, switch the language and print again

Code: Select all

printPanel();
delay(1);
switchLang();
delay(2);
printPanel();

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Export multilateral PDF

Post by mkoller »

ad "with a pdf printer":
you can export (print) any panel directly to a pdf file. This is a built in feature. There is no need for some external "pdf printer" software.
Simply use a file url with pdf extension as printer target on the _Ui_x.Print.PrinterName DPE
See qthelp://wincc_oa/doc/ControlE_R/printPanel.htm

A single panel file can only be printed onto a single page. There is no direct multi-page support for panels to print.

3 posts • Page 1 of 1