null Skip to main content

GF 105 - 2 Mil Gloss Optically Clear, Optically Clear Permanent Adhesive

Item#Item NameRegular PriceSale PriceQty

GF 105 is a 2.0 mil high gloss laminate with an optically clear permanent acrylic adhesive on a 1.5 mil polyester film liner. This polyester film offers protection from abrasion, moisture and other environmental exposures. It is laminated by the cold laminating process without the addition of heat. GF 105 is ideal for artwork and indoor graphics where a high gloss finish is required.

APPLICATIONS

  • General Signage
  • POP & Indoor Signage

INK COMPATIBILITY

Not Applicable

 

What types of applications is GF 105 good for?

This laminate can be used on graphics for flat, curved or rolled display interior applications. This film can be used to enhance image clarity, contrast, and brilliance for exterior graphics as well.

Can I use GF 105 for a floor laminate?

No. GF 105 is not rated for slip resistance.

// 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