I have to produce a PDF from a Servoy form and have it downloaded to the browser/desktop/client. Problem, this works fine with Servoy Dev, not with the production application server.
I tried
forms.rendez_vous_personnes_paper_form.controller.print(true, true);
forms.rendez_vous.controller.show();
and
forms.rendez_vous_personnes_paper_form.controller.print(true, false, plugins.pdf_output.getPDFPrinter());
forms.rendez_vous.controller.show();
With Servoy 7.4.5 Developer, the PDF is produced and downloaded (tried with Firefox and Chrome).
With Servoy 7.4.5 production, no PDF, instead I get HTML displayed in the current window and replacing the previous content.
This should be possible, but I have no clue what I am doing wrong. Many thanks for help/ideas.
br,
Philippe