I searched through print preference but
I can’t find how to print without file name
and page number.
Is there way to do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had checked out the eclipse->window->preferences and even checked the
org.eclipse.swt.printing.PrintDialogdetails for eclipse. But there is no in-build way to do it.Only thing that can be done is create your own plugin for printing using eclipse.
Or even try to replace the class
org.eclipse.swt.printing.PrintDialogin the jar corresponding to it. I should work.