Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

up vote 2 down vote accepted

I had checked out the eclipse->window->preferences and even checked the org.eclipse.swt.printing.PrintDialog details 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.PrintDialog in the jar corresponding to it. I should work.

share|improve this answer
I really appreciate your help Babu!. – schizoid322 Oct 28 '11 at 12:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.