{"id":698,"date":"2025-06-30T10:46:02","date_gmt":"2025-06-30T07:16:02","guid":{"rendered":"https:\/\/nfpfilm.com\/?page_id=698"},"modified":"2025-06-30T10:59:05","modified_gmt":"2025-06-30T07:29:05","slug":"roll","status":"publish","type":"page","link":"https:\/\/nfpfilm.com\/index.php\/roll\/","title":{"rendered":"Roll"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Roll Length Calculator (from Weight)<\/title>\n  <style>\n    body {\n      font-family: Tahoma, sans-serif;\n      padding: 20px;\n      margin: 0;\n      background: #f5f5f5;\n    }\n    .container {\n      max-width: 700px;\n      margin: auto;\n      background: #fff;\n      padding: 20px;\n      border-radius: 10px;\n      box-shadow: 0 0 10px rgba(0,0,0,0.1);\n    }\n    h2 {\n      text-align: center;\n    }\n    label {\n      margin-top: 12px;\n      display: block;\n      font-weight: bold;\n    }\n    input {\n      width: 100%;\n      padding: 8px;\n      margin-top: 5px;\n      box-sizing: border-box;\n    }\n    button {\n      padding: 12px 20px;\n      background-color: #28a745;\n      color: #fff;\n      border: none;\n      margin-top: 20px;\n      cursor: pointer;\n      width: 100%;\n      font-size: 16px;\n      border-radius: 5px;\n    }\n    .result {\n      margin-top: 20px;\n      padding: 15px;\n      background: #e6ffe6;\n      border: 1px solid #ccc;\n      border-radius: 5px;\n      font-size: 16px;\n    }\n    @media (max-width: 600px) {\n      .container {\n        padding: 15px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n    <h2>&#128207; Roll Length Calculator (from Weight)<\/h2>\n\n    <label>Roll Weight (kg):\n      <input type=\"number\" id=\"weight\" placeholder=\"e.g. 12.5\" step=\"0.01\">\n    <\/label>\n\n    <label>Film Thickness (microns):\n      <input type=\"number\" id=\"thickness\" placeholder=\"e.g. 25\" step=\"1\">\n    <\/label>\n\n    <label>Film Width (mm):\n      <input type=\"number\" id=\"width\" placeholder=\"e.g. 500\" step=\"1\">\n    <\/label>\n\n    <label>Film Density (g\/cm\u00b3):\n      <input type=\"number\" id=\"density\" value=\"0.92\">\n    <\/label>\n\n    <button onclick=\"calculate()\">Calculate<\/button>\n\n    <div class=\"result\" id=\"output\"><\/div>\n  <\/div>\n\n  <script>\n    function calculate() {\n      const weight = parseFloat(document.getElementById(\"weight\").value);\n      const t_mic = parseFloat(document.getElementById(\"thickness\").value);\n      const w_mm = parseFloat(document.getElementById(\"width\").value);\n      const rho_g_cm3 = parseFloat(document.getElementById(\"density\").value);\n\n      if (isNaN(weight) || isNaN(t_mic) || isNaN(w_mm) || isNaN(rho_g_cm3)) {\n        document.getElementById(\"output\").innerHTML = \"Please fill in all fields correctly.\";\n        return;\n      }\n\n      const t = t_mic \/ 1e6; \/\/ Convert microns to meters\n      const w = w_mm \/ 1000; \/\/ Convert mm to meters\n      const rho = rho_g_cm3 * 1000; \/\/ Convert g\/cm\u00b3 to kg\/m\u00b3\n\n      if (t <= 0 || w <= 0 || rho <= 0) {\n        document.getElementById(\"output\").innerHTML = \"Entered values are invalid.\";\n        return;\n      }\n\n      const length = weight \/ (w * t * rho); \/\/ in meters\n      const area = length * w; \/\/ in square meters\n\n      document.getElementById(\"output\").innerHTML = `\n        &#9989; <strong>Result:<\/strong><br>\n        &#10004;&#65039; Roll Length: <strong>${length.toFixed(2)}<\/strong> meters<br>\n        &#10004;&#65039; Film Surface Area: <strong>${area.toFixed(2)}<\/strong> m\u00b2\n      `;\n    }\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Roll Length Calculator (from Weight) &#128207; Roll Length Calculator (from Weight) Roll Weight (kg): Film Thickness (microns): Film Width (mm): Film Density (g\/cm\u00b3): Calculate<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-698","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Roll - NoghreFamPoush<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/nfpfilm.com\/index.php\/roll\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Roll - NoghreFamPoush\" \/>\r\n<meta property=\"og:description\" content=\"Roll Length Calculator (from Weight) &#128207; Roll Length Calculator (from Weight) Roll Weight (kg): Film Thickness (microns): Film Width (mm): Film Density (g\/cm\u00b3): Calculate\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/nfpfilm.com\/index.php\/roll\/\" \/>\r\n<meta property=\"og:site_name\" content=\"NoghreFamPoush\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-06-30T07:29:05+00:00\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nfpfilm.com\/index.php\/roll\/\",\"url\":\"https:\/\/nfpfilm.com\/index.php\/roll\/\",\"name\":\"Roll - NoghreFamPoush\",\"isPartOf\":{\"@id\":\"https:\/\/nfpfilm.com\/#website\"},\"datePublished\":\"2025-06-30T07:16:02+00:00\",\"dateModified\":\"2025-06-30T07:29:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nfpfilm.com\/index.php\/roll\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nfpfilm.com\/index.php\/roll\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nfpfilm.com\/index.php\/roll\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u062e\u0627\u0646\u0647\",\"item\":\"https:\/\/nfpfilm.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Roll\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nfpfilm.com\/#website\",\"url\":\"https:\/\/nfpfilm.com\/\",\"name\":\"NoghreFamPoush\",\"description\":\"Our 7-layer stretch films with premium quality ,,, Our Manufacturing Facility is equipped with the latest European technology and knowledgeable, skilled and professional man power to producing high quality products.\",\"publisher\":{\"@id\":\"https:\/\/nfpfilm.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nfpfilm.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nfpfilm.com\/#organization\",\"name\":\"NoghreFamPoush\",\"url\":\"https:\/\/nfpfilm.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nfpfilm.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nfpfilm.com\/wp-content\/uploads\/2023\/10\/cropped-cropped-logo-nfp.png\",\"contentUrl\":\"https:\/\/nfpfilm.com\/wp-content\/uploads\/2023\/10\/cropped-cropped-logo-nfp.png\",\"width\":657,\"height\":311,\"caption\":\"NoghreFamPoush\"},\"image\":{\"@id\":\"https:\/\/nfpfilm.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Roll - NoghreFamPoush","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nfpfilm.com\/index.php\/roll\/","og_locale":"en_US","og_type":"article","og_title":"Roll - NoghreFamPoush","og_description":"Roll Length Calculator (from Weight) &#128207; Roll Length Calculator (from Weight) Roll Weight (kg): Film Thickness (microns): Film Width (mm): Film Density (g\/cm\u00b3): Calculate","og_url":"https:\/\/nfpfilm.com\/index.php\/roll\/","og_site_name":"NoghreFamPoush","article_modified_time":"2025-06-30T07:29:05+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nfpfilm.com\/index.php\/roll\/","url":"https:\/\/nfpfilm.com\/index.php\/roll\/","name":"Roll - NoghreFamPoush","isPartOf":{"@id":"https:\/\/nfpfilm.com\/#website"},"datePublished":"2025-06-30T07:16:02+00:00","dateModified":"2025-06-30T07:29:05+00:00","breadcrumb":{"@id":"https:\/\/nfpfilm.com\/index.php\/roll\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nfpfilm.com\/index.php\/roll\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nfpfilm.com\/index.php\/roll\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u062e\u0627\u0646\u0647","item":"https:\/\/nfpfilm.com\/"},{"@type":"ListItem","position":2,"name":"Roll"}]},{"@type":"WebSite","@id":"https:\/\/nfpfilm.com\/#website","url":"https:\/\/nfpfilm.com\/","name":"NoghreFamPoush","description":"Our 7-layer stretch films with premium quality ,,, Our Manufacturing Facility is equipped with the latest European technology and knowledgeable, skilled and professional man power to producing high quality products.","publisher":{"@id":"https:\/\/nfpfilm.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nfpfilm.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nfpfilm.com\/#organization","name":"NoghreFamPoush","url":"https:\/\/nfpfilm.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nfpfilm.com\/#\/schema\/logo\/image\/","url":"https:\/\/nfpfilm.com\/wp-content\/uploads\/2023\/10\/cropped-cropped-logo-nfp.png","contentUrl":"https:\/\/nfpfilm.com\/wp-content\/uploads\/2023\/10\/cropped-cropped-logo-nfp.png","width":657,"height":311,"caption":"NoghreFamPoush"},"image":{"@id":"https:\/\/nfpfilm.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/nfpfilm.com\/index.php\/wp-json\/wp\/v2\/pages\/698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nfpfilm.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nfpfilm.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nfpfilm.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nfpfilm.com\/index.php\/wp-json\/wp\/v2\/comments?post=698"}],"version-history":[{"count":3,"href":"https:\/\/nfpfilm.com\/index.php\/wp-json\/wp\/v2\/pages\/698\/revisions"}],"predecessor-version":[{"id":702,"href":"https:\/\/nfpfilm.com\/index.php\/wp-json\/wp\/v2\/pages\/698\/revisions\/702"}],"wp:attachment":[{"href":"https:\/\/nfpfilm.com\/index.php\/wp-json\/wp\/v2\/media?parent=698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}