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
Export multilateral PDF
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Export multilateral PDF
Oliver Muehlberger wrote:
you can print the panel with a pdf printer silently, switch the language and print againHey 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
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
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.
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.