Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add Job Name #87

Open
RafaelAthosPrime opened this issue Feb 25, 2024 · 1 comment · May be fixed by #88
Open

How to add Job Name #87

RafaelAthosPrime opened this issue Feb 25, 2024 · 1 comment · May be fixed by #88
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@RafaelAthosPrime
Copy link

image

Is there any way to add the Job Name to replace the doc name "Java Printing" when the printer is not available? something like this

PrintRequestAttributeSet pras = new HashPrintRequestAttributeSet(); 
pras.add(new JobName("your job name", Locale.getDefault())); 

docPrintJob.print(docToPrint, pras);
@RafaelAthosPrime RafaelAthosPrime added help wanted Extra attention is needed question Further information is requested labels Feb 25, 2024
@fromFullStack fromFullStack linked a pull request Feb 26, 2024 that will close this issue
@fromFullStack
Copy link

I created the PR to support this feature

your job name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants