Skip to content

Send PDF output directly to printer without user interaction #1580

Answered by hvbtup
maxbobse asked this question in Q&A
Discussion options

You must be logged in to vote

No, not with BIRT.

But you can integrate a 3rdParty library into your application in such a way that BIRT generates a PDF file in a temporary directory and the 3rdParty library is responsible for printing it.

However, this not "plug&play". The point is that you have to integrate BIRT and the PDF printing library into your application.
For example, you cannot use the WebViewer, at least not as-is.

In our commercial application we are using a RunAndRenderTask to create a PDF file with BIRT, then we are using a commercial library for printing on Windows.

On Linux, of course, printing work very differently. It's usually easy to print a PDF file, but the print quality might not be as perfect a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@maxbobse
Comment options

Answer selected by maxbobse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants