Dear Moqui Community,
I am currently using the Moqui framework’s print services, specifically the org.moqui.impl.PrintServices.print#Document service, to generate print copies of PDF documents. The service is working well for generating soft copies, and the documents appear correctly on the system. However, when I try to print them, the page content seems to be cut off, and it does not respect the correct orientation (e.g., Landscape or Portrait).
From my understanding, the print service does not provide an explicit orientation setting. Could someone confirm whether Moqui’s print services or the underlying CUPS integration support orientation settings for document printing (such as Landscape or Portrait)? If so, could you provide an example of how to specify or configure the page orientation in Moqui for proper printing?
Additionally, if this is something that needs to be handled outside of Moqui’s built-in print service (perhaps through CUPS or a custom print service), I would appreciate guidance on how to implement it effectively.
Thank you for your assistance!
Best regards,
Mathan