}
private void printIt() {
View view = (View)Application.getCurrentView();
PdfDocPrinter pdp = view.getDocPrinter();
pdp.addAttribute(
javax.print.attribute.standard.MediaSizeName.ISO_A4
);
try {
File fPdf = pdp.getOutputFile();
Runtime.getRuntime().exec(
new String[] {
"C:\\Windows\\System32\\cmd.exe",
"/c",