Sai usare i css? Questo ti dice qualcosa?
codice:
@media print {
   input[type="text"] {
      border:none;
      background-color:#fff;
   }
}