null Skip to main content

DPF 8000X Ultra Tack - 3.5 mil Cal Satin White, Clear Perm Adh.

$119.95 - $464.95
Financing Options:

DPF 8000X Ultra Tack

Industrial Grade Digital Print Pressure-Sensitive Film with X-Scape Technology

DPF 8000X is a 3.5-mil (90 micron) satin white, high-tensile, PVC film with aggressive, permanent pressure-sensitive
adhesive. Designed for indoor and outdoor graphics, DPF 8000X is made of 100% industrial-grade face stock
with an air egress polycoated liner. The special adhesive system is designed to stick to “hard-to-stick” surfaces
and low energy surfaces. The x-scape system allows installers to achieve speedy installation, while ensuring long
term bond. The film conforms well to flat surfaces with slight contours when processed and applied according to
Arlon recommendations. DPF 8000X is rated for outdoor durability up to 7 years* (unprinted). Printed durability is
dependent on the ink system used.


APPLICATIONS & FEATURES

  • Digital printing with a wide variety of direct print systems.
  • Designed for “hard-to-stick” surfaces & ABS plastics.
  • Application in cold temperature environments.
  • Slightly textured and/or low-energy surfaces.
  • Compatible with ProTec Series 3960, Series 3420, Series 3270, Series 3220, Series 3210, Series 3170,
    or Series V3370 overlaminates

 

GRAPHICS REMOVAL

Remove the film in a continuous smooth motion at a shallow angle for the fastest separation. Where it is practical, two
people on the removal make the job go far faster than using just one. With one person working the heating unit in front
of the second person who is peeling film, the job proceeds at a uniform and consistent pace. Where only one person is
working there will be constant starting and stopping in addition to the problems of the heat being very inconsistent.


REMOVAL RECOMMENDATIONS

  • Temp range 55°F (13°C) or higher. If environment temperature is lower than 55°F (13°C), heat gun or blow torch should be used.
  • Film removal angle >90 degrees from vertical wall.
  • Removal rate: slow (1 in/sec) and constant pull of graphics towards the ground.
// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those