"; $encoder = BarcodeFactory::Create(ENCODING_CODEI25); $e = BackendFactory::Create(BACKEND_PS,$encoder); $e->SetModuleWidth(2); $e->SetHeight(70); $e->SetEPS(); $ps = $e->Stroke('3125134772'); echo nl2br(htmlspecialchars($ps)); ?>