Printing document directly from app

0
Within my application I have a form. The user should fill in this form and click finish. After he clicks finish a pdf is created (based on documentTemplate in Mendix).  Is it possible to directly print this document instead of downloading it?   I found this, but I’m not sure if this will work: https://support.idrsolutions.com/jpedal/tutorials/printing/pdf-printing-a-complete-guide 
asked
3 answers
4

What you could use as an option is the PDF viewer from mendix. after creating the document you can show it to a user, and there the user has buttons to either print or download the document

answered
3

The user should not be able to see any type of document. He just needs to fill in a form and and when finished, a document is generated (NOT SHOWN to the user) and this generated document (=FileDocument) should be sent to a printer directly.

answered
1

Not sure if this is an option in your case, but you could also decide not to create a PDF, but to create a regular page instead with a layout that is acceptable to print.

I hope this helps.

answered