{"id":6628,"date":"2025-11-19T10:48:01","date_gmt":"2025-11-19T09:48:01","guid":{"rendered":"https:\/\/paperwise.eu\/toepassingen-drukwerk\/"},"modified":"2026-03-18T08:25:59","modified_gmt":"2026-03-18T07:25:59","slug":"printing-applications","status":"publish","type":"page","link":"https:\/\/paperwise.eu\/en\/printing-applications\/","title":{"rendered":"Printing applications"},"content":{"rendered":"\n<section class=\"section-hero-paperwise text-color-light\" >\n    <div class=\"hero-background has-video\" >\n\n                    <!-- YouTube Video Background -->\n            <div class=\"hero-video-wrapper\">\n                <iframe\n                    class=\"hero-video\"\n                    src=\"https:\/\/www.youtube.com\/embed\/osPKNY2v87g?autoplay=1&mute=1&loop=1&playlist=osPKNY2v87g&controls=0&showinfo=0&rel=0&modestbranding=1&iv_load_policy=3&disablekb=1&playsinline=1\"\n                    frameborder=\"0\"\n                    allow=\"autoplay; encrypted-media\"\n                    allowfullscreen\n                    playsinline\n                    loading=\"lazy\">\n                <\/iframe>\n            <\/div>\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                                                    <h1 class=\"hero-title\">\n                                <span class=\"hero-title-highlight\">Your sustainable<\/span> printing solution                            <\/h1>\n                        \n                                                    <div class=\"hero-description\">\n                                PaperWise is used to create the most beautiful and sustainable printed materials. Take a look and be inspired!                             <\/div>\n                        \n                                                    <div class=\"hero-cta\">\n                                                                <a href=\"#toepassingen\"\n                                    target=\"\"\n                                    class=\"btn-primary-paperwise cta-left-btn\">\n                                    <span>Inspiration<\/span>\n                                    <svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M13.5303 6.53033C13.8232 6.23744 13.8232 5.76256 13.5303 5.46967L8.75736 0.696699C8.46447 0.403806 7.98959 0.403806 7.6967 0.696699C7.40381 0.989593 7.40381 1.46447 7.6967 1.75736L11.9393 6L7.6967 10.2426C7.40381 10.5355 7.40381 11.0104 7.6967 11.3033C7.98959 11.5962 8.46447 11.5962 8.75736 11.3033L13.5303 6.53033ZM0 6.75H13V5.25H0V6.75Z\" fill=\"currentColor\" \/>\n                                    <\/svg>\n                                <\/a>\n                                \n                                                                    <a href=\"https:\/\/paperwise.eu\/en\/contact\/\"\n                                        target=\"\"\n                                        class=\"btn-secondary-paperwise cta-right-btn\">\n                                        <span>Find a partner<\/span>\n                                        <svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M13.5303 6.53033C13.8232 6.23744 13.8232 5.76256 13.5303 5.46967L8.75736 0.696699C8.46447 0.403806 7.98959 0.403806 7.6967 0.696699C7.40381 0.989593 7.40381 1.46447 7.6967 1.75736L11.9393 6L7.6967 10.2426C7.40381 10.5355 7.40381 11.0104 7.6967 11.3033C7.98959 11.5962 8.46447 11.5962 8.75736 11.3033L13.5303 6.53033ZM0 6.75H13V5.25H0V6.75Z\" fill=\"currentColor\" \/>\n                                        <\/svg>\n                                    <\/a>\n                                                            <\/div>\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\n\n<section id=\"applications\" class=\"section-toepassing-related\" data-parent-term=\"183\">\n    <div class=\"container\">\n        <h2 class=\"related-title\">\n            <span class=\"title-dark\">View<\/span>\n            <span class=\"title-light\">Printing applications<\/span>\n        <\/h2>\n                <div class=\"subcategory-results\">\n                            <div class=\"subcategory-filters subcategory-buttons mb-4\">\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/annual-reports\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Annual Reports                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/books\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Books                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/brochures\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Brochures                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/business-cards\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Business cards                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/calendars\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Calendars                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/cards\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Cards                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/envelopes\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Envelopes                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/flyers\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Flyers                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/magazines\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Magazines                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/notebooks\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Notebooks                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/planners\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Planners                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/presentation-folders\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Presentation folders                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/printed-materials-for-trade-fairs\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Printed materials for trade fairs                        <\/a>\n                                            <a href=\"https:\/\/paperwise.eu\/en\/applications\/printing-paper\/\"\n                        class=\"subcategory-filter-button me-2 mb-2\">\n                            Printing paper                        <\/a>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section class=\"section-two-images-info-usps section-two-images-info-usps\" >\n    <div class=\"container pt-4 pb-5\">\n        <div class=\"row align-items-start\">\n            <!-- Left: Two Images (50%) -->\n            <div class=\"col-12 col-lg-6\">\n                <div class=\"images-wrapper\">\n                                            <div class=\"image-left\">\n                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/Rectangle-127.png\"\n                                alt=\"\"\n                                class=\"img-fluid\">\n                        <\/div>\n                    \n                                    <\/div>\n            <\/div>\n\n            <!-- Right: Info & USPs (50%) -->\n            <div class=\"col-12 col-lg-6\">\n                <div class=\"info-wrapper\">\n                                            <h2 class=\"section-title\">\n                                                            <span class=\"title-highlight\">Specifications<\/span>\n                                                        &amp; usability                        <\/h2>\n                    \n                                            <div class=\"section-description\">\n                            PaperWise is paper made from agricultural waste. Certifications such as FSC, PEFC, and EU Ecolabel (wood-based paper) and Blue Angel (recycled paper) are therefore not applicable. Other quality marks and certifications do apply:                          <\/div>\n                    \n                                            <div class=\"usps-grid\">\n                                                            <div class=\"usp-item\">\n                                                                            <div class=\"usp-icon\">\n                                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/checkmark.svg\"\n                                                alt=\"\">\n                                        <\/div>\n                                                                                                                <div class=\"usp-text\">B Corp<\/div>\n                                                                    <\/div>\n                                                            <div class=\"usp-item\">\n                                                                            <div class=\"usp-icon\">\n                                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/checkmark.svg\"\n                                                alt=\"\">\n                                        <\/div>\n                                                                                                                <div class=\"usp-text\">Unbleached<\/div>\n                                                                    <\/div>\n                                                            <div class=\"usp-item\">\n                                                                            <div class=\"usp-icon\">\n                                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/checkmark.svg\"\n                                                alt=\"\">\n                                        <\/div>\n                                                                                                                <div class=\"usp-text\">ISO 45001 OH&amp;S management system<\/div>\n                                                                    <\/div>\n                                                            <div class=\"usp-item\">\n                                                                            <div class=\"usp-icon\">\n                                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/checkmark.svg\"\n                                                alt=\"\">\n                                        <\/div>\n                                                                                                                <div class=\"usp-text\">ECF bleached<\/div>\n                                                                    <\/div>\n                                                            <div class=\"usp-item\">\n                                                                            <div class=\"usp-icon\">\n                                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/checkmark.svg\"\n                                                alt=\"\">\n                                        <\/div>\n                                                                                                                <div class=\"usp-text\">ISO 9001 quality management system<\/div>\n                                                                    <\/div>\n                                                            <div class=\"usp-item\">\n                                                                            <div class=\"usp-icon\">\n                                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/checkmark.svg\"\n                                                alt=\"\">\n                                        <\/div>\n                                                                                                                <div class=\"usp-text\">30-350 grams<\/div>\n                                                                    <\/div>\n                                                            <div class=\"usp-item\">\n                                                                            <div class=\"usp-icon\">\n                                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/checkmark.svg\"\n                                                alt=\"\">\n                                        <\/div>\n                                                                                                                <div class=\"usp-text\">ISO 14001 environmental management system<\/div>\n                                                                    <\/div>\n                                                            <div class=\"usp-item\">\n                                                                            <div class=\"usp-icon\">\n                                            <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/checkmark.svg\"\n                                                alt=\"\">\n                                        <\/div>\n                                                                                                                <div class=\"usp-text\">Suitable for all printers<\/div>\n                                                                    <\/div>\n                                                    <\/div>\n                    \n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section class=\"section-carousel section-carousel\" >\n    <div class=\"container \">\n        <div class=\"carousel-wrapper\">\n            <div class=\"carousel-container\">\n                <div class=\"carousel-track\" id=\"carousel-block_e922df95231579090829258e2ed76e50\">\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-eco-stationary-paper-board-agri-waste-co2neutral-notebooks-sustainable-Dille-Kamille-7_bewerkt-text-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 1\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PAE79F1-1-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 2\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-environmentally-friendly-paper-magazine-socially-responsible-sustainable-printing-1_bewerkt-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 3\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/Paperwise-eco-card-agri-waste-envelopes-Zintenz-2-bewerkt-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 4\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-Natural-CSR-copy-printing-paper-A4-72gram-wisewithwaste-sustainable-eco-friendly-paper-office-10-1-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 5\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PA76311-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 6\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-eco-friendly-sustainable-magazine-leaflet-book-sustainable-printing-socially-CSR-Solidaridad-edit-4-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 7\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-agriwaste-sustainable-paper-board-eco-printing-book-leaflet-folder-Norway-edit-2-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 8\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-sustainable-paper-annual-report-CSR-eco-friendy-printing-TonysChocolonely-1_edit-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 9\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-eco-paper-packaging-slip-printing-copying-a4-natural-myjewellery-10-1-1-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 10\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-stationary-treefree-paper-notebook-notepad-writingpad-office-13-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 11\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperwiseOnMyWayHome07-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 12\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-eco-stationary-paper-board-agri-waste-co2neutral-notebooks-sustainable-Dille-Kamille-10-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 13\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-eco-friendly-paper-board-natural-agri-waste-notebook-stationery-notepad-Paperontherocks-2-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 14\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                            <div class=\"carousel-slide\">\n                            <div class=\"carousel-slide-inner\">\n                                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/PaperWise-eco-natural-paper-board-agri-waste-businesscards-printing-business-cards-3-2-scaled.jpg\"\n                                     alt=\"Carousel afbeelding 15\"\n                                     loading=\"lazy\">\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n\n                <div class=\"carousel-controls\">\n                    <button class=\"carousel-arrow carousel-prev\"\n                            aria-label=\"Vorige afbeelding\"\n                            data-carousel=\"carousel-block_e922df95231579090829258e2ed76e50\">\n                        <svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M0.469666 5.46967C0.176777 5.76256 0.176777 6.23744 0.469666 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.469666 5.46967ZM14 5.25L1 5.25V6.75L14 6.75V5.25Z\" fill=\"currentColor\"\/>\n                        <\/svg>\n                    <\/button>\n                    <button class=\"carousel-arrow carousel-next\"\n                            aria-label=\"Volgende afbeelding\"\n                            data-carousel=\"carousel-block_e922df95231579090829258e2ed76e50\">\n                        <svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M13.5303 6.53033C13.8232 6.23744 13.8232 5.76256 13.5303 5.46967L8.75736 0.696699C8.46447 0.403806 7.98959 0.403806 7.6967 0.696699C7.40381 0.989593 7.40381 1.46447 7.6967 1.75736L11.9393 6L7.6967 10.2426C7.40381 10.5355 7.40381 11.0104 7.6967 11.3033C7.98959 11.5962 8.46447 11.5962 8.75736 11.3033L13.5303 6.53033ZM0 6.75H13V5.25H0V6.75Z\" fill=\"currentColor\"\/>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section class=\"section-image-content pt-4 pb-4 section-image-content image-right\" >\n    <div class=\"container pt-4 pb-4\">\n        <div class=\"row align-items-center gx-5\">\n                            <!-- Content Left -->\n                <div class=\"col-lg-5\">\n                    <div class=\"content-wrapper\">\n                                                    <h2 class=\"section-title\">\n                                                                    <span class=\"title-line-1\">Webshop<\/span>\n                                                                                            <\/h2>\n                        \n                                                    <div class=\"section-description\">\n                                In the webshop, you can view the full PaperWise range and available stock. Place orders quickly and easily online (log in to see your pricing).                              <\/div>\n                        \n                                                    <div class=\"button-wrapper\">\n                                <a href=\"https:\/\/paperwise.eu\/en\/shop\/\"\n                                   target=\"_self\"\n                                   class=\"btn-primary-paperwise\">\n                                    <span>Assortment<\/span>\n                                    <svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M13.5303 6.53033C13.8232 6.23744 13.8232 5.76256 13.5303 5.46967L8.75736 0.696699C8.46447 0.403806 7.98959 0.403806 7.6967 0.696699C7.40381 0.989593 7.40381 1.46447 7.6967 1.75736L11.9393 6L7.6967 10.2426C7.40381 10.5355 7.40381 11.0104 7.6967 11.3033C7.98959 11.5962 8.46447 11.5962 8.75736 11.3033L13.5303 6.53033ZM0 6.75H13V5.25H0V6.75Z\" fill=\"currentColor\"\/>\n                                    <\/svg>\n                                <\/a>\n                            <\/div>\n                                            <\/div>\n                <\/div>\n\n                <!-- Image Right -->\n                <div class=\"col-lg-7\">\n                    <div class=\"image-wrapper\">\n                        <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/Rectangle-157.png\"\n                             alt=\"\"\n                             class=\"section-image\"\n                             loading=\"lazy\">\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6628","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Printing applications - 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\/printing-applications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Printing applications - Paperwise\" \/>\n<meta property=\"og:url\" content=\"https:\/\/paperwise.eu\/en\/printing-applications\/\" \/>\n<meta property=\"og:site_name\" content=\"Paperwise\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-18T07:25:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/paperwise.eu\/en\/printing-applications\/\",\"url\":\"https:\/\/paperwise.eu\/en\/printing-applications\/\",\"name\":\"Printing applications - Paperwise\",\"isPartOf\":{\"@id\":\"https:\/\/paperwise.eu\/en\/#website\"},\"datePublished\":\"2025-11-19T09:48:01+00:00\",\"dateModified\":\"2026-03-18T07:25:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/paperwise.eu\/en\/printing-applications\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/paperwise.eu\/en\/printing-applications\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/paperwise.eu\/en\/printing-applications\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/paperwise.eu\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Printing applications\"}]},{\"@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\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Printing applications - 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\/printing-applications\/","og_locale":"en_US","og_type":"article","og_title":"Printing applications - Paperwise","og_url":"https:\/\/paperwise.eu\/en\/printing-applications\/","og_site_name":"Paperwise","article_modified_time":"2026-03-18T07:25:59+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/paperwise.eu\/en\/printing-applications\/","url":"https:\/\/paperwise.eu\/en\/printing-applications\/","name":"Printing applications - Paperwise","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/#website"},"datePublished":"2025-11-19T09:48:01+00:00","dateModified":"2026-03-18T07:25:59+00:00","breadcrumb":{"@id":"https:\/\/paperwise.eu\/en\/printing-applications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paperwise.eu\/en\/printing-applications\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/paperwise.eu\/en\/printing-applications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/paperwise.eu\/en\/"},{"@type":"ListItem","position":2,"name":"Printing applications"}]},{"@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"}]}},"_links":{"self":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/pages\/6628","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/comments?post=6628"}],"version-history":[{"count":3,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/pages\/6628\/revisions"}],"predecessor-version":[{"id":8334,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/pages\/6628\/revisions\/8334"}],"wp:attachment":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media?parent=6628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}