{"id":8079,"date":"2025-12-14T06:05:09","date_gmt":"2025-12-14T05:05:09","guid":{"rendered":"https:\/\/paperwise.eu\/tipa-en-paperwise\/"},"modified":"2026-03-17T09:48:56","modified_gmt":"2026-03-17T08:48:56","slug":"tipa-and-paperwise-compostable-disposable-packaging","status":"publish","type":"post","link":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/","title":{"rendered":"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper"},"content":{"rendered":"\n<section class=\"section-hero-paperwise text-color-light\" >\n    <div class=\"hero-background \" style=\"background-image: url('https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg');\">\n\n        \n        <div class=\"container-fluid h-100 pt-4 pb-4\">\n            <div class=\"row h-100\">\n                <div class=\"col-12 d-flex align-items-end\">\n                    <div class=\"hero-content\">\n                        \n                        \n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n<script src=\"https:\/\/www.youtube.com\/iframe_api\"><\/script>\n<script src=\"https:\/\/player.vimeo.com\/api\/player.js\"><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Vimeo can run immediately since the SDK loads synchronously enough\n    const heroVideos = document.querySelectorAll('.hero-video-wrapper iframe');\n    heroVideos.forEach(iframe => {\n        if (iframe.src.includes('vimeo.com')) {\n            const player = new Vimeo.Player(iframe);\n            player.getDuration().then(duration => {\n                player.on('timeupdate', data => {\n                    if (data.seconds >= duration - 1) {\n                        player.setCurrentTime(0).then(() => player.play());\n                    }\n                });\n            });\n        }\n    });\n\n    \/\/ Collect YouTube iframes to initialize once the API is ready\n    window._ytHeroIframes = document.querySelectorAll('.hero-video-wrapper iframe[src*=\"youtube.com\"]');\n});\n\n\/\/ This is called automatically by the YouTube API once it's fully loaded\nwindow.onYouTubeIframeAPIReady = function() {\n    if (!window._ytHeroIframes) return;\n\n    window._ytHeroIframes.forEach(iframe => {\n        const videoId = iframe.src.match(\/embed\\\/([^?&]+)\/)[1];\n        const parent = iframe.parentNode;\n        iframe.remove();\n\n        const ytDiv = document.createElement('div');\n        ytDiv.id = 'yt-hero-' + Math.floor(Math.random() * 10000);\n        ytDiv.classList.add('hero-video');\n        parent.appendChild(ytDiv);\n\n        new YT.Player(ytDiv.id, {\n            videoId: videoId,\n            playerVars: {\n                autoplay: 1,\n                controls: 0,\n                loop: 1,\n                playlist: videoId,\n                mute: 1,\n                modestbranding: 1,\n                disablekb: 1,\n                playsinline: 1\n            },\n            events: {\n                onReady: function(event) {\n                    const duration = event.target.getDuration();\n                    setInterval(() => {\n                        const current = event.target.getCurrentTime();\n                        if (current >= duration - 1) {\n                            event.target.seekTo(0);\n                            event.target.playVideo();\n                        }\n                    }, 800);\n                }\n            }\n        });\n    });\n};\n<\/script>\n<section id=\"section-text-block_a1c88e82643f36546f71bfe3617c8d26\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n                            <h2 class=\"section-text__heading\">\n                    TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper                <\/h2>\n            \n                            <div class=\"section-text__content\">\n                    <p>A revolution has begun. All over the world, consumers are willing to reduce, reuse, and replace conventional packaging with sustainable alternatives. A shift from polluting packaging to alternative solutions is emerging. Are you ready?   <\/p>\n<p>TIPA and PaperWise are. Thanks to their synergistic collaboration, we can combine the best of both worlds: fully compostable disposable packaging with an authentic look and feel of environmentally friendly paper. <\/p>\n<h2>Compostable by design<\/h2>\n<p>TIPA draws its inspiration from nature&#8217;s packaging, looking at the peel of a banana, an apple, or an orange\u2014a protective layer that decomposes back into the soil without toxic residues, microplastics, or other pollutants. PaperWise shares this vision in its own way. In a nutshell, PaperWise produces sustainable paper and paperboard from agricultural waste. Inspired by the fact that in nature, nothing goes to waste. Closing the loop by giving agricultural waste a second life.    <\/p>\n<p>Just like TIPA, PaperWise adheres to the highest standards of compostability. Like TIPA, PaperWise is also certified according to the standards for home and industrial composting: DIN CERTCO Home Compostable and EN 13432, respectively.  <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-medium parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-sustainable-paper-board-agri-wise-with-waste-story-images2.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_a9afbbbdeabbb9fc991630ab8ba54ea2\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <h2>Making sustainability innovations accessible<\/h2>\n<p>Furthermore, TIPA and PaperWise share the conviction that sustainable packaging must be practical for all parties involved. Sustainable packaging must at least match the shelf life and protection levels of conventional packaging. Moreover, there should be no hurdles for manufacturers to produce the desired output. If we want to change the world, we must be pragmatic.   <\/p>\n<p>Visions of the future must work in real life. Both PaperWise and TIPA understand this. Not just in terms of sustainability and production costs, but also visually. Consider printability. Packaging must entice the consumer. This is where PaperWise adds value to TIPA&#8217;s packaging. Paper has an appeal to consumers that cannot be matched by any type of plastic.      <\/p>\n<p>Packaging is not just a container for sustainability, but also a marketing tool. By providing manufacturer-friendly input, TIPA and PaperWise make sustainable packaging accessible without compromising on quality, making it available to all types of organizations, from small and medium-sized enterprises to multinationals, non-profits, and governments. <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-medium parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-sustainable-paper-board-agri-wise-with-waste-story-images3.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_f68c5b87510b63f8adbf736271169af2\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <h2>Founders with a vision<\/h2>\n<p>Bold visions alone are not enough.<\/p>\n<p>In 2010, Daphna Nissenbaum, co-founder and CEO of TIPA, realized that product packaging was inevitable and wondered how we could package items without using conventional and polluting plastic.<\/p>\n<p>By providing the market with sustainable alternatives to conventional plastic, we can stimulate a better cycle for packaging across the entire industry. TIPA offers compostable solutions for the entire packaging chain to promote, support, and inspire top-down solutions for consumers. <\/p>\n<p>PaperWise was founded in 2015 by Peter van Rosmalen. The year before the launch of PaperWise, the founder&#8217;s six-year-old granddaughter asked her grandfather: &#8220;Grandpa, if you use everything up, what will be left for us?&#8221;. This inspired Peter van Rosmalen to create PaperWise. It was time for a paper revolution.   <\/p>\n<p>At the age of 55, he quit his job to start his great PaperWise adventure. His motto was: &#8216;If I don&#8217;t change, then who will?&#8217;. Peter then began his search for factories that could process agricultural waste into high-quality paper and paperboard.  <\/p>\n<h2>Tangible progress quantified in hard figures<\/h2>\n<p>More than a decade later, TIPA&#8217;s dedication to an organic packaging solution inspired by nature has replaced thousands of tons of conventional plastic. For example, by using exclusively compostable TIPA packaging for their entire line of sustainable basic products, PANGAIA has saved the planet 39.2 tons of polluting plastic and 1.5 million polybags. But this is not the only success story where a seemingly small decision has led to a massive positive impact on our environment through scale alone. For instance, TIPA also enabled the major British retailer Waitrose to package its organic banana products in an environmentally friendly way. On this scale, unimaginable quantities of banana packaging found in more than 300 supermarkets across the United Kingdom can now be considered eco-friendly.    <\/p>\n<p>Since its launch in 2015, PaperWise has grown into the European market leader in paper and paperboard from agricultural waste, with more than 2,000 customers in 23 countries.<\/p>\n<p>Some well-known companies already using PaperWise include Weleda, Heineken, Lufthansa, Hallmark, Pukka, Tony\u2019s Chocolonely, and Landal GreenParks. Together, they give more than 10.7 million kilograms of agricultural waste a second life as paper and paperboard for printed matter and product packaging. <\/p>\n<p>This means that PaperWise has saved 16,100,000 kg of CO2 by not burning agricultural waste. By converting agricultural waste into high-quality paper and paperboard, PaperWise has saved the equivalent of 31,800 trees. <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>PaperWise is tree-free paper and paperboard made from plant residues. Your sustainable paper for packaging <\/p>\n","protected":false},"author":2,"featured_media":6161,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1,170],"tags":[],"class_list":["post-8079","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ongecategoriseerd","category-stories"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper - Paperwise<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper - Paperwise\" \/>\n<meta property=\"og:description\" content=\"PaperWise is tree-free paper and paperboard made from plant residues. Your sustainable paper for packaging\" \/>\n<meta property=\"og:url\" content=\"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/\" \/>\n<meta property=\"og:site_name\" content=\"Paperwise\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-14T05:05:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T08:48:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"786\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"romano\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"romano\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/\"},\"author\":{\"name\":\"romano\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"headline\":\"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper\",\"datePublished\":\"2025-12-14T05:05:09+00:00\",\"dateModified\":\"2026-03-17T08:48:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/\"},\"wordCount\":14,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg\",\"articleSection\":[\"Ongecategoriseerd\",\"Stories\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/\",\"name\":\"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper - Paperwise\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg\",\"datePublished\":\"2025-12-14T05:05:09+00:00\",\"dateModified\":\"2026-03-17T08:48:56+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/#primaryimage\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg\",\"contentUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg\",\"width\":1920,\"height\":786},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/tipa-and-paperwise-compostable-disposable-packaging\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/\",\"name\":\"Paperwise\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\",\"name\":\"romano\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"caption\":\"romano\"},\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/author\\\/romano\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper - Paperwise","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:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/","og_locale":"en_US","og_type":"article","og_title":"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper - Paperwise","og_description":"PaperWise is tree-free paper and paperboard made from plant residues. Your sustainable paper for packaging","og_url":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/","og_site_name":"Paperwise","article_published_time":"2025-12-14T05:05:09+00:00","article_modified_time":"2026-03-17T08:48:56+00:00","og_image":[{"width":1920,"height":786,"url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg","type":"image\/jpeg"}],"author":"romano","twitter_card":"summary_large_image","twitter_misc":{"Written by":"romano","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/#article","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/"},"author":{"name":"romano","@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"headline":"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper","datePublished":"2025-12-14T05:05:09+00:00","dateModified":"2026-03-17T08:48:56+00:00","mainEntityOfPage":{"@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/"},"wordCount":14,"commentCount":0,"image":{"@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg","articleSection":["Ongecategoriseerd","Stories"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/","url":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/","name":"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper - Paperwise","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/#primaryimage"},"image":{"@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg","datePublished":"2025-12-14T05:05:09+00:00","dateModified":"2026-03-17T08:48:56+00:00","author":{"@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"breadcrumb":{"@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/#primaryimage","url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg","contentUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-paper-board-agri-waste-story-top-images3.jpg","width":1920,"height":786},{"@type":"BreadcrumbList","@id":"https:\/\/paperwise.eu\/en\/tipa-and-paperwise-compostable-disposable-packaging\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/paperwise.eu\/en\/"},{"@type":"ListItem","position":2,"name":"TIPA and PaperWise: compostable disposable packaging with an authentic look and feel of paper"}]},{"@type":"WebSite","@id":"https:\/\/paperwise.eu\/en\/#website","url":"https:\/\/paperwise.eu\/en\/","name":"Paperwise","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paperwise.eu\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e","name":"romano","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","caption":"romano"},"url":"https:\/\/paperwise.eu\/en\/author\/romano\/"}]}},"_links":{"self":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/8079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/comments?post=8079"}],"version-history":[{"count":1,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/8079\/revisions"}],"predecessor-version":[{"id":8082,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/8079\/revisions\/8082"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media\/6161"}],"wp:attachment":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media?parent=8079"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/categories?post=8079"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/tags?post=8079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}