null Skip to main content

3670 Imola Photo PSA - 7.5 mil Satin

Item#Item NameRegular PriceSale PriceQty

3670 Imola™ Photo PSA is an instant dry photo paper with a “pearl” finish and a pressure sensitive adhesive. 3670 features a proprietary, flexible design to allow for 90° folds without cracking, as well as a slow curing, permanent adhesive to allow for easier application to a variety of mounting surfaces. 3670 is optimized for today’s wide gamut, pigment ink, photo quality printers such as Canon, Epson and HP.


Applications:

  • Photography Printing
  • Art Prints
  • Promotional Materials
  • Scrapbooking

Features & Benefits:

  • Satin Finish
  • Permanent Pressure Sensitive Adhesive
  • Exceptional Color Gamut
  • Instant Dry
  • Folds Any Direction Without Cracking
  • Great For Packaging Mockups

Properties:

  • Caliper / Thickness: 7.5 mil/2 mil liner mil
  • Basis Weight (gsm): 240
  • Finish: Pearl/Satin
// 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