CINXE.COM
PaperCut MF | PaperCut
<!DOCTYPE html> <html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script defer src="/products/js/build.js"></script> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/8186336.js"></script> <script type="text/javascript"> var _hsp = (window._hsp = window._hsp || []); _hsp.push([ "addPrivacyConsentListener", function (consent) { if (consent.categories.analytics) { +function(a,p,P,b,y){a.braze={};a.brazeQueue=[];for(var s="BrazeSdkMetadata DeviceProperties Card Card.prototype.dismissCard Card.prototype.removeAllSubscriptions Card.prototype.removeSubscription Card.prototype.subscribeToClickedEvent Card.prototype.subscribeToDismissedEvent Card.fromContentCardsJson ImageOnly CaptionedImage ClassicCard ControlCard ContentCards ContentCards.prototype.getUnviewedCardCount Feed Feed.prototype.getUnreadCardCount ControlMessage InAppMessage InAppMessage.SlideFrom InAppMessage.ClickAction InAppMessage.DismissType InAppMessage.OpenTarget InAppMessage.ImageStyle InAppMessage.Orientation InAppMessage.TextAlignment InAppMessage.CropType InAppMessage.prototype.closeMessage InAppMessage.prototype.removeAllSubscriptions InAppMessage.prototype.removeSubscription InAppMessage.prototype.subscribeToClickedEvent InAppMessage.prototype.subscribeToDismissedEvent InAppMessage.fromJson FullScreenMessage ModalMessage HtmlMessage SlideUpMessage User User.Genders User.NotificationSubscriptionTypes User.prototype.addAlias User.prototype.addToCustomAttributeArray User.prototype.addToSubscriptionGroup User.prototype.getUserId User.prototype.getUserId User.prototype.incrementCustomUserAttribute User.prototype.removeFromCustomAttributeArray User.prototype.removeFromSubscriptionGroup User.prototype.setCountry User.prototype.setCustomLocationAttribute User.prototype.setCustomUserAttribute User.prototype.setDateOfBirth User.prototype.setEmail User.prototype.setEmailNotificationSubscriptionType User.prototype.setFirstName User.prototype.setGender User.prototype.setHomeCity User.prototype.setLanguage User.prototype.setLastKnownLocation User.prototype.setLastName User.prototype.setPhoneNumber User.prototype.setPushNotificationSubscriptionType InAppMessageButton InAppMessageButton.prototype.removeAllSubscriptions InAppMessageButton.prototype.removeSubscription InAppMessageButton.prototype.subscribeToClickedEvent FeatureFlag FeatureFlag.prototype.getStringProperty FeatureFlag.prototype.getNumberProperty FeatureFlag.prototype.getBooleanProperty FeatureFlag.prototype.getImageProperty FeatureFlag.prototype.getJsonProperty FeatureFlag.prototype.getTimestampProperty automaticallyShowInAppMessages destroyFeed hideContentCards showContentCards showFeed showInAppMessage deferInAppMessage toggleContentCards toggleFeed changeUser destroy getDeviceId getDeviceId initialize isPushBlocked isPushPermissionGranted isPushSupported logCardClick logCardDismissal logCardImpressions logContentCardImpressions logContentCardClick logCustomEvent logFeedDisplayed logInAppMessageButtonClick logInAppMessageClick logInAppMessageHtmlClick logInAppMessageImpression logPurchase openSession requestPushPermission removeAllSubscriptions removeSubscription requestContentCardsRefresh requestFeedRefresh refreshFeatureFlags requestImmediateDataFlush enableSDK isDisabled setLogger setSdkAuthenticationSignature addSdkMetadata disableSDK subscribeToContentCardsUpdates subscribeToFeedUpdates subscribeToInAppMessage subscribeToSdkAuthenticationFailures toggleLogging unregisterPush wipeData handleBrazeAction subscribeToFeatureFlagsUpdates getAllFeatureFlags logFeatureFlagImpression".split(" "),i=0;i<s.length;i++){for(var m=s[i],k=a.braze,l=m.split("."),j=0;j<l.length-1;j++)k=k[l[j]];k[l[j]]=(new Function("return function "+m.replace(/\./g,"_")+"(){window.brazeQueue.push(arguments); return true}"))()}window.braze.getDeferredInAppMessage=function(){return new window.braze.InAppMessage};window.braze.getCachedContentCards=function(){return new window.braze.ContentCards};window.braze.getCachedFeed=function(){return new window.braze.Feed};window.braze.getUser=function(){return new window.braze.User};window.braze.getFeatureFlag=function(){return new window.braze.FeatureFlag};(y=p.createElement(P)).type='text/javascript'; y.src='https://js.appboycdn.com/web-sdk/5.3/braze.min.js'; y.async=1;(b=p.getElementsByTagName(P)[0]).parentNode.insertBefore(y,b) }(window,document,'script'); } }, ]); </script> <script> let contentCards; var _hsp = (window._hsp = window._hsp || []); _hsp.push([ "addPrivacyConsentListener", function (consent) { if (consent.categories.analytics) { braze.initialize('a75f80b5-9aa8-464a-9388-9eab407cbcfc', { baseUrl: "sdk.iad-07.braze.com", enableLogging: true, allowUserSuppliedJavascript: true }); braze.subscribeToContentCardsUpdates((updates) => { contentCards = updates.cards; console.log("🂤🂧 Content cards 🂱🂦:", contentCards); }); braze.subscribeToInAppMessage((inAppMessage) => { console.log("📬 inAppMessage", inAppMessage); braze.showInAppMessage(inAppMessage); }); braze.openSession(); braze.requestContentCardsRefresh(); var currenturl = window.location.href; currenturl = currenturl.split("?")[0]; var urlParts = currenturl.split("/"); var currentslug = urlParts[urlParts.length - 2]; braze.logCustomEvent("website_page_visited", { url: currenturl, slug: currentslug }); console.log("🖥️ URL:" + currenturl); } }, ]); </script> <script> var _hsp = (window._hsp = window._hsp || []); _hsp.push([ "addPrivacyConsentListener", function (consent) { if (consent.categories.analytics) { setTimeout(function() { (function() { function fetchBrazeContentCards() { if (typeof braze !== 'undefined' && braze.getUser) { console.log("Executed content card refresh"); braze.requestContentCardsRefresh(); localStorage.setItem('forcedContentCardsLastRun', new Date().toISOString()); } else { setTimeout(fetchBrazeContentCards, 100); } } function shouldRunScript() { var lastRun = localStorage.getItem('forcedContentCardsLastRun'); if (lastRun) { var lastRunDate = new Date(lastRun); var now = new Date(); var thirtyMinutes = 30 * 60 * 1000; if ((now - lastRunDate) >= thirtyMinutes) { return true; } else { return false; } } else { return true; } } if (shouldRunScript()) { fetchBrazeContentCards(); } })(); }, 6000); } } ]); </script> <script> function getXid() { const urlParams = new URLSearchParams(window.location.search); return urlParams.get('xid'); } function updateBrazeUser(xid) { if (typeof braze !== 'undefined' && braze.changeUser) { console.log("Updating Braze user with xid:", xid); braze.changeUser(xid); } else { setTimeout(() => { updateBrazeUser(xid); }, 100); } } var _hsp = (window._hsp = window._hsp || []); _hsp.push([ "addPrivacyConsentListener", function(consent) { if (consent.categories.analytics) { window.onload = function() { function waitForBraze() { if (typeof braze !== "undefined" && typeof braze.getDeviceId === "function") { const braze_device_id = braze.getDeviceId(); if (typeof braze_device_id === 'string' && braze_device_id.trim() !== '') { const inputField = document.querySelector('input[name="braze_device_id"].hs-input[type="hidden"]'); if (inputField) { inputField.value = braze_device_id; } } const xid = getXid(); if (xid) { updateBrazeUser(xid); } } else { setTimeout(waitForBraze, 500); } } waitForBraze(); }; } } ]); </script> <script> if ('serviceWorker' in navigator) { window.addEventListener('load', function() { navigator.serviceWorker.register('/service-worker.js') .then(registration => { console.log('Service worker registered successfully:', registration); }) .catch(err => { console.error('SW registration failed! 😱', err); }); }); } else { console.log('Service workers are not supported in this browser.'); } </script> <script> var _hsp = (window._hsp = window._hsp || []); _hsp.push([ "addPrivacyConsentListener", function (consent) { if (consent.categories.analytics) { (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != "dataLayer" ? "&l=" + l : ""; j.async = true; j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-WP9VKT"); } }, ]); </script> <script type="text/javascript"> var _hsp = (window._hsp = window._hsp || []); _hsp.push([ "addPrivacyConsentListener", function (consent) { if (consent.categories.functionality) { (function (win, doc, src, name, aid) { win[name] = win[name] || function () { (win[name].queue = win[name].queue || []).push(arguments); }; win["__hly_widget_object"] = { name: name }; win[name].accountId = aid; src += "?aid=" + aid; var hws = doc.createElement("script"); hws.type = "text/javascript"; hws.async = true; hws.src = src; var node = doc.getElementsByTagName("script")[0]; node.parentNode.insertBefore(hws, node); })( window, document, "https://app.hushly.com/runtime/widget.js", "hushly", "136819" ); } }, ]); </script> <script type="text/javascript"> var _hsp = (window._hsp = window._hsp || []); _hsp.push([ "addPrivacyConsentListener", function (consent) { if (consent.categories.analytics) { window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=document.createElement("script");r.type="text/javascript",r.async=!0,r.src="https://cdn.heapanalytics.com/js/heap-"+e+".js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(r,a);for(var n=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],o=0;o<p.length;o++)heap[p[o]]=n(p[o])}; heap.load("2779375111"); } }, ]); </script> <script type="text/javascript"> var _hsp = (window._hsp = window._hsp || []); _hsp.push([ "addPrivacyConsentListener", function (consent) { if (consent.categories.analytics) { (function(){var interceptFn=function(interceptHost,orgId,key,isTesting){if(typeof(IMI)==="object")return; var url='//'+interceptHost+'/intercept/v1/init/'+orgId+'/'+key+'?testing='+isTesting;this.go=function(){ var scriptEl=document.createElement("script");scriptEl.type="text/javascript";scriptEl.async=!0;scriptEl.src=url; if(document.body){document.body.appendChild(scriptEl)}};this.start=function(){ if(navigator.userAgent.indexOf('MSIE')>=0&&navigator.userAgent.indexOf('MSIE 11')<0){return} var _interceptFn=this;if(!isTesting){if(document.readyState!="loading")_interceptFn.go();else if(window.addEventListener)window.addEventListener("DOMContentLoaded",function(){_interceptFn.go()},!1); else if(window.attachEvent)window.attachEvent("onload",function(){_interceptFn.go()})}else{_interceptFn.go()}}}; try{(new interceptFn('intercept.inmoment.com.au',3121,'OfVoLHa4bggbWNGZkLR1oA==',!1)).start()}catch(i){}})() } }, ]); </script> <link rel="stylesheet" href="/products/main.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Barlow:400,600,700|Source+Sans+Pro:400,600,700|Source+Code+Pro"> <title>PaperCut MF | PaperCut</title> <meta name="twitter:title" content="PaperCut MF"> <meta name="og:title" content="PaperCut MF"> <meta name="og:site_name" content="PaperCut"> <meta name="twitter:title" content="PaperCut MF"> <meta name="og:title" content="PaperCut MF"> <meta name="og:site_name" content="PaperCut"> <link rel="shortcut icon" href="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/favicon-48x48.ico" type="image/x-icon"> <link rel="icon" href="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/favicon-48x48.ico" type="image/x-icon" sizes="48x48"> <link rel="icon" href="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/favicon-96x96.ico" type="image/x-icon" sizes="96x96"> <link rel="icon" href="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/favicon-144x144.ico" type="image/x-icon" sizes="144x144"> <link rel="apple-touch-icon" href="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/favicon-144x144.ico" type="image/x-icon" sizes="144x144"><link reseed-ignore rel="canonical" href="https://www.papercut.com/products/mf/"> <meta name="google-site-verification" content="Dfzp5jaRteGsHdUkCLLBVOvXQNi3vRNVJX2tk8WVep8"> <meta name="facebook-domain-verification" content="a10sji1k1rfh879g5rxbghiw6j3kkt"> </head> <body> <header> <!--bookshop-live meta(version: "3.13.0" baseurl: "https://www.papercut.com/" copyright: "" title: "PaperCut")--> <!--bookshop-live name(__bookshop__subsequent) params(.: (dict "_live_render" false))--> <!--bookshop-live name(structures/header)--> <div data-swiftype-index="false" class=" c-header"> <!--bookshop-live name(generic/skip-to-content-button)--> <div class="c-skip-to-content-button"> <div class="c-skip-to-content-button__link-container"> <a class="c-skip-to-content-button__link-container__link" href="#documentBody"> Skip to content </a> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/alert-bar)--> <div class="c-alert-bar" id="alert-bar" style="display: none;"> <div class="c-alert-bar__content"> <a class="c-alert-bar__content--link" href="https://www.papercut.com/kb/Main/PO-1216-and-PO-1219"> <div class="c-alert-bar__content--text">URGENT security message for all NG/MF customers<span class="c-alert-bar__content--text-hyperlink"> </span></div> <svg class="c-alert-bar__content--arrow" width="5" height="9" viewBox="0 0 5 9" fill="#3B3B3D" xmlns="http://www.w3.org/2000/svg"> <path d="M4.11996 4.37081L0.739367 1.31358C0.659771 1.2416 0.532116 1.2416 0.45252 1.31358C0.372923 1.38556 0.372923 1.50101 0.45252 1.57299L3.68894 4.49983L0.45252 7.42667C0.372923 7.49866 0.372923 7.6141 0.45252 7.68608C0.491567 7.72139 0.544131 7.74041 0.595192 7.74041C0.646254 7.74041 0.698818 7.72275 0.737865 7.68608L4.11846 4.62886C4.19806 4.55823 4.19806 4.44143 4.11996 4.37081Z"/> </svg> </a> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/top-bar)--> <div data-swiftype-index="false" class="c-top-bar"> <!--bookshop-live name(structures/header/top-bar/top-bar-left-link)--> <a id="top_bar_recommendation" class="c-top-bar-left-link" href> <div class="c-top-bar-left-link__placeholder-image"></div> <div class="c-top-bar-left-link__placeholder-text"></div> </a> <script defer> const checkHeaderContentCards = () => { if (contentCards && contentCards.length > 0) { const topNavCards = contentCards.filter(card => card.extras && card.extras.blocks && card.extras.blocks.includes("c-top-bar-left-link") ); if (topNavCards.length > 0) { const lowestWeightCard = topNavCards.reduce((lowest, card) => !lowest || parseInt(card.extras.weight) < parseInt(lowest.extras.weight) ? card : lowest, null); processHeaderContentCards(lowestWeightCard); } } else { setTimeout(checkHeaderContentCards, 1000); } }; const processHeaderContentCards = (card) => { const recommendationLink = document.getElementById('top_bar_recommendation'); if (card.imageUrl) { loadHeaderImage(card.imageUrl) .then(thumbImg => { thumbImg.className = 'c-top-bar-left-link__icon'; recommendationLink.innerHTML = ''; recommendationLink.href = card.url || '#'; recommendationLink.appendChild(thumbImg); const cardTitle = document.createElement('span'); cardTitle.textContent = card.title.substring(0, 59) || '...'; recommendationLink.appendChild(cardTitle); const arrowSvg = document.createElement('svg'); arrowSvg.className = 'c-top-bar-left-link__arrow'; arrowSvg.setAttribute('width', '5'); arrowSvg.setAttribute('height', '9'); arrowSvg.setAttribute('viewBox', '0 0 5 9'); arrowSvg.setAttribute('fill', 'none'); arrowSvg.setAttribute('xmlns', 'http://www.w3.org/2000/svg'); arrowSvg.innerHTML = '<path d="M4.11996 4.37081L0.739367 1.31358C0.659771 1.2416 0.532116 1.2416 0.45252 1.31358C0.372923 1.38556 0.372923 1.50101 0.45252 1.57299L3.68894 4.49983L0.45252 7.42667C0.372923 7.49866 0.372923 7.6141 0.45252 7.68608C0.491567 7.72139 0.544131 7.74041 0.595192 7.74041C0.646254 7.74041 0.698818 7.72275 0.737865 7.68608L4.11846 4.62886C4.19806 4.55823 4.19806 4.44143 4.11996 4.37081Z"/>'; recommendationLink.appendChild(arrowSvg); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting && !entry.target.dataset.impressionLogged) { braze.logContentCardImpressions([card]); entry.target.dataset.impressionLogged = true; observer.disconnect(); } }); }, { threshold: 0.5 }); observer.observe(recommendationLink); recommendationLink.addEventListener('click', (event) => { event.preventDefault(); if (braze.logContentCardClick(card)) { setTimeout(() => { window.location.href = card.url; }, 5000); } }); }) .catch(error => console.error('Error loading image:', error)); } else { recommendationLink.href = card.url || '#'; recommendationLink.innerHTML = ''; const cardTitle = document.createElement('span'); cardTitle.textContent = card.title.substring(0, 45) || ''; recommendationLink.appendChild(cardTitle); const arrowSvg = document.createElement('svg'); arrowSvg.className = 'c-top-bar-left-link__arrow'; arrowSvg.setAttribute('width', '5'); arrowSvg.setAttribute('height', '9'); arrowSvg.setAttribute('viewBox', '0 0 5 9'); arrowSvg.setAttribute('fill', 'none'); arrowSvg.setAttribute('xmlns', 'http://www.w3.org/2000/svg'); arrowSvg.innerHTML = '<path d="M4.11996 4.37081L0.739367 1.31358C0.659771 1.2416 0.532116 1.2416 0.45252 1.31358C0.372923 1.38556 0.372923 1.50101 0.45252 1.57299L3.68894 4.49983L0.45252 7.42667C0.372923 7.49866 0.372923 7.6141 0.45252 7.68608C0.491567 7.72139 0.544131 7.74041 0.595192 7.74041C0.646254 7.74041 0.698818 7.72275 0.737865 7.68608L4.11846 4.62886C4.19806 4.55823 4.19806 4.44143 4.11996 4.37081Z"/>'; recommendationLink.appendChild(arrowSvg); } }; checkHeaderContentCards(); const loadHeaderImage = src => new Promise((resolve, reject) => { const img = new Image(); img.onload = () => resolve(img); img.onerror = reject; img.src = src; }); </script> <!--bookshop-live end--> <div class="c-top-bar__nav-items"> <!--bookshop-live name(structures/header/top-bar/top-bar-nav-item)--> <div class=" c-top-bar-nav-item" x-data="{ topNavDropdownOpen: false }" x-on:click.away="topNavDropdownOpen = false"> <div class="c-top-bar-nav-item__heading-container" x-on:click="topNavDropdownOpen = ! topNavDropdownOpen"> <button class="c-top-bar-nav-item__heading-container__heading">Language</button> <svg class="c-top-bar-nav-item__heading-container__arrow" x-bind:class="topNavDropdownOpen ? 'c-top-bar-nav-item__heading-container__arrow--open' : ''" fill="none" height="6" viewBox="0 0 9 6" width="9" xmlns="http://www.w3.org/2000/svg"> <path d="m4.37634 4.55895 2.98765-3.30367c.07034-.07778.07034-.20253 0-.280315-.07035-.077785-.18316-.077785-.25351 0l-2.86023 3.162765-2.86024-3.162766c-.07034-.077785-.18316-.077785-.25351 0-.0345.038156-.05309.089526-.05309.139426s.01726.10127.05309.13943l2.98766 3.30366c.06902.07778.18316.07778.25218.00147z"/> </svg> </div> <div class="c-top-bar-nav-item__dropdown c-top-bar-nav-item__dropdown--full" x-show="topNavDropdownOpen" x-cloak> <!--bookshop-live name(structures/header/top-bar/top-bar-nav-item/top-bar-nav-item-content)--> <div class=" c-top-bar-nav-item-content" x-data="{ search: '', items: [{ content: 'Global (English)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/us.svg',style: 'blue',url: '/',newTab: false},{ content: 'Français (Français)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/fr.svg',style: 'blue',url: 'https://www.papercut.fr',newTab: false},{ content: 'España (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/es.svg',style: 'blue',url: '/es-es/',newTab: false},{ content: 'Deutschland (Deutsche)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/de.svg',style: 'blue',url: '/de/',newTab: false},{ content: 'Suomi (Suomalainen)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/fi.svg',style: 'blue',url: '/fi-fi/',newTab: false},{ content: 'Italia (Italiano)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/it.svg',style: 'blue',url: '/it/',newTab: false},{ content: 'Nederland (Nederlands)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/nl.svg',style: 'blue',url: '/nl-nl/',newTab: false},{ content: 'Portugal (Português)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/pt.svg',style: 'blue',url: '/pt-pt/',newTab: false},{ content: 'Россия (Pусский)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/ru.svg',style: 'blue',url: '/ru-ru/',newTab: false},{ content: 'Sverige (Svenska)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/se.svg',style: 'blue',url: '/sv-se/',newTab: false},{ content: 'Bolivia (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/bo.svg',style: 'blue',url: '/es-bo/',newTab: false},{ content: 'Brazil (Português)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/br.svg',style: 'blue',url: '/pt-br/',newTab: false},{ content: 'Colombia (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/co.svg',style: 'blue',url: '/es-co/',newTab: false},{ content: 'Ecuador (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/ec.svg',style: 'blue',url: '/es-ec/',newTab: false},{ content: 'El Salvador (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/sv.svg',style: 'blue',url: '/es-sv/',newTab: false},{ content: 'República Dominicana (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/do.svg',style: 'blue',url: '/es-do/',newTab: false},{ content: 'Guatemala (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/gt.svg',style: 'blue',url: '/es-gt/',newTab: false},{ content: 'Honduras (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/hn.svg',style: 'blue',url: '/es-hn/',newTab: false},{ content: 'Mexico (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/mx.svg',style: 'blue',url: '/es-mx/',newTab: false},{ content: 'Nicaragua (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/ni.svg',style: 'blue',url: '/es-ni/',newTab: false},{ content: 'Panamá (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/pa.svg',style: 'blue',url: '/es-pa/',newTab: false},{ content: 'Paraguay (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/py.svg',style: 'blue',url: '/es-py/',newTab: false},{ content: 'Peru (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/pe.svg',style: 'blue',url: '/es-pe/',newTab: false},{ content: 'Uruguay (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/uy.svg',style: 'blue',url: '/es-uy/',newTab: false},{ content: 'Venezuela (Español)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/ve.svg',style: 'blue',url: '/es-ve/',newTab: false},{ content: '中国(简体中文)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/cn.svg',style: 'blue',url: '/zh-cn/',newTab: false},{ content: '台灣(繁體中文)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/tw.svg',style: 'blue',url: '/zh-tw/',newTab: false},{ content: '香港(繁體中文)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/hk.svg',style: 'blue',url: '/zh-hk/',newTab: false},{ content: '日本 (日本語)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/jp.svg',style: 'blue',url: '/lang/japanese/',newTab: false},{ content: 'ประเทศไทย (ไทย)',icon: 'https://cdn.papercut.com/web/img/icon/flags/4x3/th.svg',style: 'blue',url: '/th-th/',newTab: false},], get filteredItems() { return this.items.filter( i => i.content.toLowerCase().includes(this.search.toLowerCase()) ) } }"> <p class="c-top-bar-nav-item-content__heading">Choose your language</p> <input x-ref="searchField" x-model="search" placeholder="Search..." type="search" class="c-top-bar-nav-item-content__search-field"> <ul class="c-top-bar-nav-item-content__link-list"> <li x-show="! filteredItems.length" class="c-top-bar-nav-item-content__link-list__error">No results</li> <template class="c-top-bar-nav-item-content__link-list__container" x-for="item in filteredItems" :key="item.content"> <li class="c-top-bar-nav-item-content__link-list__container__link-item"> <img x-show="item.icon" class="c-top-bar-nav-item-content__link-list__container__link-item__icon" x-bind:src="item.icon "> <a class="c-top-bar-nav-item-content__link-list__container__link-item__link" x-bind:class="'c-top-bar-nav-item-content__link-list__container__link-item__link--' + item.style" :href="item.url" x-bind:target="! item.newTab ? '' : '_blank'" x-bind:rel="! item.newTab ? '' : 'noopener'" x-text="item.content" reseed-ignore> </a> </li> </template> </ul> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/top-bar/top-bar-nav-item)--> <div class=" c-top-bar-nav-item" x-data="{ topNavDropdownOpen: false }" x-on:click.away="topNavDropdownOpen = false"> <div class="c-top-bar-nav-item__heading-container" x-on:click="topNavDropdownOpen = ! topNavDropdownOpen"> <button class="c-top-bar-nav-item__heading-container__heading">Login</button> <svg class="c-top-bar-nav-item__heading-container__arrow" x-bind:class="topNavDropdownOpen ? 'c-top-bar-nav-item__heading-container__arrow--open' : ''" fill="none" height="6" viewBox="0 0 9 6" width="9" xmlns="http://www.w3.org/2000/svg"> <path d="m4.37634 4.55895 2.98765-3.30367c.07034-.07778.07034-.20253 0-.280315-.07035-.077785-.18316-.077785-.25351 0l-2.86023 3.162765-2.86024-3.162766c-.07034-.077785-.18316-.077785-.25351 0-.0345.038156-.05309.089526-.05309.139426s.01726.10127.05309.13943l2.98766 3.30366c.06902.07778.18316.07778.25218.00147z"/> </svg> </div> <div class="c-top-bar-nav-item__dropdown c-top-bar-nav-item__dropdown--responsive" x-show="topNavDropdownOpen" x-cloak> <!--bookshop-live name(structures/header/top-bar/top-bar-nav-item/top-bar-nav-item-content)--> <div class=" c-top-bar-nav-item-content" x-data="{ search: '', items: [{ content: 'PaperCut Hive',icon: '',style: 'grey',url: 'https://hive.papercut.com/login',newTab: false},{ content: 'PaperCut Pocket',icon: '',style: 'grey',url: 'https://pocket.papercut.com/login',newTab: false},{ content: 'Partner Portal',icon: '',style: 'grey',url: 'https://portal.papercut.com/',newTab: true},{ content: 'Students / Teachers',icon: '',style: 'grey',url: 'https://www.papercut.com/kb/Main/StudentLogin',newTab: true},], get filteredItems() { return this.items.filter( i => i.content.toLowerCase().includes(this.search.toLowerCase()) ) } }"> <p class="c-top-bar-nav-item-content__heading">Choose your login</p> <ul class="c-top-bar-nav-item-content__link-list"> <li x-show="! filteredItems.length" class="c-top-bar-nav-item-content__link-list__error">No results</li> <template class="c-top-bar-nav-item-content__link-list__container" x-for="item in filteredItems" :key="item.content"> <li class="c-top-bar-nav-item-content__link-list__container__link-item"> <img x-show="item.icon" class="c-top-bar-nav-item-content__link-list__container__link-item__icon" x-bind:src="item.icon "> <a class="c-top-bar-nav-item-content__link-list__container__link-item__link" x-bind:class="'c-top-bar-nav-item-content__link-list__container__link-item__link--' + item.style" :href="item.url" x-bind:target="! item.newTab ? '' : '_blank'" x-bind:rel="! item.newTab ? '' : 'noopener'" x-text="item.content" reseed-ignore> </a> </li> </template> </ul> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/top-bar/top-bar-nav-item)--> <a class="c-top-bar-nav-item__heading-container__heading c-top-bar-nav-item__heading-container__heading--support c-top-bar-nav-item__heading-container__heading--support--mobile" href="https://www.papercut.com/support/">Support</a> <div class="c-top-bar-nav-item c-top-bar-nav-item--support c-top-bar-nav-item--support--desktop" x-data x-on:click.away="$store.supportNav.navOpen == true ? $store.supportNav.navOpen = false : ''"> <div class="c-top-bar-nav-item__heading-container" x-on:click="$store.supportNav.navOpen = ! $store.supportNav.navOpen"> <button class="c-top-bar-nav-item__heading-container__heading">Support</button> <svg class="c-top-bar-nav-item__heading-container__arrow" x-bind:class="$store.supportNav.navOpen ? 'c-top-bar-nav-item__heading-container__arrow--open' : ''" fill="none" height="6" viewBox="0 0 9 6" width="9" xmlns="http://www.w3.org/2000/svg"> <path d="m4.37634 4.55895 2.98765-3.30367c.07034-.07778.07034-.20253 0-.280315-.07035-.077785-.18316-.077785-.25351 0l-2.86023 3.162765-2.86024-3.162766c-.07034-.077785-.18316-.077785-.25351 0-.0345.038156-.05309.089526-.05309.139426s.01726.10127.05309.13943l2.98766 3.30366c.06902.07778.18316.07778.25218.00147z"/> </svg> </div> <div class="c-top-bar-nav-item__dropdown c-top-bar-nav-item__dropdown--responsive c-top-bar-nav-item__dropdown--support" x-show="$store.supportNav.navOpen" x-cloak> <!--bookshop-live name(structures/header/top-bar/top-bar-nav-item/top-bar-nav-item--support-content)--> <div class="c-top-bar-nav-item--support-content" x-data="{aiLoaded: false}"> <p class="c-top-bar-nav-item--support-content__heading">How can we help?</p> <!--bookshop-live name(simple/q-and-a--ai)--> <div class="c-q-and-a--ai c-q-and-a--ai--spacing--small" x-data="askAI" x-modelable="timedOutOrLoaded" x-model="aiLoaded" x-init="$nextTick(() => {(JSON.parse(getCookie('ANSWER')) && JSON.parse(getCookie('SUBMITTED_QUESTION'))) ? loaded = true : loaded = false; question_answer_id = getCookie('QUESTION_ANSWER_ID'); timedOut = JSON.parse(getCookie('TIMEDOUT')) || false; JSON.parse(getCookie('TIMEDOUT')) || getCookie('ANSWER') ? timedOutOrLoaded = true : timedOutOrLoaded = false});"> <form class="c-q-and-a--ai__question" @submit.prevent="checkInvalid($el)" x-data="{active: false}"> <label class="c-q-and-a--ai__question__label c-q-and-a--ai__question__label--text-align--left">Powered by AI <img src="https://storage.googleapis.com/cdn1.papercut.com/web/cloudcannon/uploads/two-sparkle-stars.svg"></label> <textarea class="c-q-and-a--ai__question__input c-q-and-a--ai__question__input--text-small" x-init="$el.value = getCookie('QUESTION')" @keydown.enter="if (!event.shiftKey) {event.preventDefault(); checkInvalid($el.parentNode)}" :class="active && 'c-q-and-a--ai__question__input--active'" placeholder="Ask PaperCut anything. Please specify your product (e.g. Hive, Pocket, MF, NG, Mobility Print)." rows="3" maxlength="5000" required x-on:focus="$el.value != '' ? active = true : ''" @click="active = true" x-on:keydown="$nextTick(() => {$el.value != '' ? active = true : ''});" @input="setCookie('QUESTION', $el.value); setCookie('SUBMITTED_QUESTION', false); $el.classList.remove('c-q-and-a--ai__question__input--invalid'); $el.setCustomValidity('')" x-on:blur="active = false"></textarea> <button class="c-q-and-a--ai__question__submit" @click.prevent="checkInvalid($el.parentNode)"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="24" height="24" rx="2" fill="#BEC6C6"/> <path d="M11.25 20C11.25 20.4142 11.5858 20.75 12 20.75C12.4142 20.75 12.75 20.4142 12.75 20L11.25 20ZM12.5303 4.46967C12.2374 4.17678 11.7626 4.17678 11.4697 4.46967L6.6967 9.24264C6.40381 9.53553 6.40381 10.0104 6.6967 10.3033C6.98959 10.5962 7.46447 10.5962 7.75736 10.3033L12 6.06066L16.2426 10.3033C16.5355 10.5962 17.0104 10.5962 17.3033 10.3033C17.5962 10.0104 17.5962 9.53553 17.3033 9.24264L12.5303 4.46967ZM12.75 20L12.75 5L11.25 5L11.25 20L12.75 20Z" fill="white"/> </svg> </button> </form> <button class="c-q-and-a--ai__return-link c-generic-link c-generic-link--plain-link--green" x-show="hide_answer" @click="hide_answer = false" x-cloak> <svg class="c-q-and-a--ai__return-link__icon" width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.83486 11.7337C6.47975 12.0888 5.90394 12.0888 5.54884 11.7337L1.10445 7.2849C0.394785 6.57451 0.395059 5.42345 1.10499 4.71342L5.55211 0.266396C5.90722 -0.0887995 6.48302 -0.0887995 6.83814 0.266396C7.19327 0.6215 7.19327 1.1973 6.83814 1.55241L3.03192 5.35861C2.67673 5.71372 2.67682 6.28952 3.03192 6.64463L6.83486 10.4476C7.18999 10.8028 7.18999 11.3785 6.83486 11.7337Z" fill="#19892B"/> </svg> Back to results </button> <div class="c-q-and-a--ai__loading-skeleton c-q-and-a--ai__loading-skeleton--scroll" x-show="!loaded && !timedOut && submitted" x-cloak> <template x-if="!loaded && !timedOut && submitted"> <div class="c-q-and-a--ai__loading-states c-q-and-a--ai__loading-states--margin--small" x-data="{dots:0}" x-init=" $nextTick(() => { let maxWidth = 0; const calcWidth = () => { firstChild = $el.querySelector('.c-q-and-a--ai__loading-states--state'); if(firstChild.offsetParent !== null) { $el.querySelectorAll('.c-q-and-a--ai__loading-states--state').forEach(child => { console.log('Is visible:', child.offsetParent !== null); console.log(child.getBoundingClientRect()) let width = child.getBoundingClientRect().width console.log(width) if(width > maxWidth) maxWidth = width }) $el.style.width = `${maxWidth}px`; } else { setTimeout(calcWidth, 100); } } calcWidth(); })"> <div class="c-q-and-a--ai__loading-states--state" :class="dots % 8 == 0 && 'show'"> <img class="c-q-and-a--ai__loading-states--state__icon c-q-and-a--ai__loading-states--state__icon--small icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/mdf-printer.svg" alt="Printer"> <span class="c-q-and-a--ai__loading-states--state__text--small c-q-and-a--ai__loading-states--state__text text">Whipping up your print jobs</span> <div class="c-q-and-a--ai__loading-states--state__dots" :class="dots % 8 == 0 && 'active'"> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small" :class="'active'" @animationend="(e) => { e.target.closest('.c-q-and-a--ai__loading-states--state').classList.remove('show'); setTimeout(()=>{dots++},600); }"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> </div> </div> <div class="c-q-and-a--ai__loading-states--state" :class="dots % 8 == 1 && 'show'"> <img class="c-q-and-a--ai__loading-states--state__icon c-q-and-a--ai__loading-states--state__icon--small icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/dog.svg" alt="Dog"> <span class="c-q-and-a--ai__loading-states--state__text--small c-q-and-a--ai__loading-states--state__text text">Taming the print beasts</span> <div class="c-q-and-a--ai__loading-states--state__dots" :class="dots % 8 == 1 && 'active'"> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small" :class="'active'" @animationend="(e) => { e.target.closest('.c-q-and-a--ai__loading-states--state').classList.remove('show'); setTimeout(()=>{dots++},600); }"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> </div> </div> <div class="c-q-and-a--ai__loading-states--state" :class="dots % 8 == 2 && 'show'"> <img class="c-q-and-a--ai__loading-states--state__icon c-q-and-a--ai__loading-states--state__icon--small icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/cable.svg" alt="Cable"> <span class="c-q-and-a--ai__loading-states--state__text--small c-q-and-a--ai__loading-states--state__text text">Plugging in the cables for you</span> <div class="c-q-and-a--ai__loading-states--state__dots" :class="dots % 8 == 2 && 'active'"> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small" :class="'active'" @animationend="(e) => { e.target.closest('.c-q-and-a--ai__loading-states--state').classList.remove('show'); setTimeout(()=>{dots++},600); }"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> </div> </div> <div class="c-q-and-a--ai__loading-states--state" :class="dots % 8 == 3 && 'show'"> <img class="c-q-and-a--ai__loading-states--state__icon c-q-and-a--ai__loading-states--state__icon--small icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/print-queue.svg" alt="Printer with settings cog"> <span class="c-q-and-a--ai__loading-states--state__text--small c-q-and-a--ai__loading-states--state__text text">Unjamming your printer</span> <div class="c-q-and-a--ai__loading-states--state__dots" :class="dots % 8 == 3 && 'active'"> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small" :class="'active'" @animationend="(e) => { e.target.closest('.c-q-and-a--ai__loading-states--state').classList.remove('show'); setTimeout(()=>{dots++},600); }"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> </div> </div> <div class="c-q-and-a--ai__loading-states--state" :class="dots % 8 == 4 && 'show'"> <img class="c-q-and-a--ai__loading-states--state__icon c-q-and-a--ai__loading-states--state__icon--small icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/ctrl-p-print.svg" alt="Clicking print"> <span class="c-q-and-a--ai__loading-states--state__text--small c-q-and-a--ai__loading-states--state__text text">Executing print commands</span> <div class="c-q-and-a--ai__loading-states--state__dots" :class="dots % 8 == 4 && 'active'"> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small" :class="'active'" @animationend="(e) => { e.target.closest('.c-q-and-a--ai__loading-states--state').classList.remove('show'); setTimeout(()=>{dots++},600); }"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> </div> </div> <div class="c-q-and-a--ai__loading-states--state" :class="dots % 8 == 5 && 'show'"> <img class="c-q-and-a--ai__loading-states--state__icon c-q-and-a--ai__loading-states--state__icon--small icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/sausages.svg" alt="Sausages"> <span class="c-q-and-a--ai__loading-states--state__text--small c-q-and-a--ai__loading-states--state__text text">Sizzling the sausages</span> <div class="c-q-and-a--ai__loading-states--state__dots" :class="dots % 8 == 5 && 'active'"> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small" :class="'active'" @animationend="(e) => { e.target.closest('.c-q-and-a--ai__loading-states--state').classList.remove('show'); setTimeout(()=>{dots++},600); }"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> </div> </div> <div class="c-q-and-a--ai__loading-states--state" :class="dots % 8 == 6 && 'show'"> <img class="c-q-and-a--ai__loading-states--state__icon c-q-and-a--ai__loading-states--state__icon--small icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/cogs-settings.svg" alt="Cog settings"> <span class="c-q-and-a--ai__loading-states--state__text--small c-q-and-a--ai__loading-states--state__text text">Streamlining workflows</span> <div class="c-q-and-a--ai__loading-states--state__dots" :class="dots % 8 == 6 && 'active'"> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small" :class="'active'" @animationend="(e) => { e.target.closest('.c-q-and-a--ai__loading-states--state').classList.remove('show'); setTimeout(()=>{dots++},600); }"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> </div> </div> <div class="c-q-and-a--ai__loading-states--state" :class="dots % 8 == 7 && 'show'"> <img class="c-q-and-a--ai__loading-states--state__icon c-q-and-a--ai__loading-states--state__icon--small icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/paper-stack.svg" alt="Paper stack"> <span class="c-q-and-a--ai__loading-states--state__text--small c-q-and-a--ai__loading-states--state__text text">Restocking paper</span> <div class="c-q-and-a--ai__loading-states--state__dots" :class="dots % 8 == 7 && 'active'"> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small" :class="'active'" @animationend="(e) => { e.target.closest('.c-q-and-a--ai__loading-states--state').classList.remove('show'); setTimeout(()=>{dots++},600); }"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> <div class="c-q-and-a--ai__loading-states--state__dots--dot c-q-and-a--ai__loading-states--state__dots--dot--small"></div> </div> </div> </div> </template> <div class="c-q-and-a--ai__loading-skeleton__heading"> <img class="c-q-and-a--ai__loading-skeleton__heading__icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/light-bulb.svg" alt="Lightbulb icon"> <span class="c-q-and-a--ai__loading-skeleton__heading__text"></span> </div> <div class="c-q-and-a--ai__loading-skeleton__content"> <span class="c-q-and-a--ai__loading-skeleton__content__paragraph"></span> <span class="c-q-and-a--ai__loading-skeleton__content__paragraph"></span> <span class="c-q-and-a--ai__loading-skeleton__content__paragraph"></span> <span class="c-q-and-a--ai__loading-skeleton__content__paragraph"></span> </div> </div> <div class="c-q-and-a--ai__answer c-q-and-a--ai__answer--scroll c-q-and-a--ai__answer--font--small" x-show="loaded && !hide_answer" x-cloak> <div class="c-q-and-a--ai__answer__heading"> <img class="c-q-and-a--ai__answer__heading__icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/light-bulb.svg" alt="Lightbulb icon"> <!--bookshop-live name(generic/heading)--> <h2 class="c-heading c-heading--h3 c-heading--343A40" id="heres-your-answer">Here’s your answer <span class></span></h2> <!--bookshop-live end--> </div> <div class="c-q-and-a--ai__answer__content" x-init="getCookie('ANSWER') ? answer = JSON.parse(getCookie('ANSWER')) : ''" x-html="md.render(answer)"></div> <div class="c-q-and-a--ai__answer__sources c-q-and-a--ai__answer__sources--grey" x-data="{see_more: false}" x-init="getCookie('SOURCES') ? sources = JSON.parse(getCookie('SOURCES')) : ''"> <p>Sources:</p> <ul> <template x-for="(source, index) in sources"> <li x-show="index < 3 ? true : see_more"> <a :href="source.source_url" x-text="(source.title).split('|')[0].trim()"></a> </li> </template> </ul> <button class="c-q-and-a--ai__answer__sources__see-more c-q-and-a--ai__answer__sources__see-more--grey c-generic-link c-generic-link--plain-link" @click="see_more = true" x-show="!see_more">See More</button> </div> </div> <template class="c-q-and-a--ai__feedback" x-if="loaded"> <!--bookshop-live name(simple/feedback--form)--> <div class="c-feedback--form" x-data="{show_cta: true, response: 0}"> <div class="c-feedback--form__feedback-question" x-show="show_cta"> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h4 c-heading--">Did this solve your issue?</h5> <!--bookshop-live end--> <div class="c-feedback--form__feedback-question__buttons"> <div class="c-feedback--form__feedback-question__buttons__container" x-data="{show_response: false}"> <button class="c-feedback--form__feedback-question__buttons__container__button c-generic-link c-generic-link--secondary" @click="show_cta = false, response = 0, hide_answer = true; answerFeedback('upvote')"> Yes </button> </div> <div class="c-feedback--form__feedback-question__buttons__container" x-data="{show_response: false}"> <button class="c-feedback--form__feedback-question__buttons__container__button c-generic-link c-generic-link--secondary" @click="show_cta = false, response = 1, hide_answer = true; answerFeedback('downvote')"> No </button> </div> </div> </div> <div class="c-feedback--form__feedback-response" x-show="0 == response && !show_cta"> <div class="c-feedback--form__feedback-response__message"><p>Thank you, we’re constantly striving to improve your support experience.</p> <p>If you still need help with your issue, visit the Contact us section below for more Help options.</p> </div> </div> <div class="c-feedback--form__feedback-response" x-show="1 == response && !show_cta"> <div class="c-feedback--form__feedback-response__form"> <p>We're sorry to hear that. To help us improve, can you tell us why you were unhappy with this help experience?</p> <div x-init="$nextTick(() => { setTimeout(() => { const input = $el.querySelector('input[name=\'kapa_conversation_id\']'); if (input) { input.value = question_answer_id; } else { console.log('Input not found'); } }, 500); })"> <!--bookshop-live name(simple/hubspot-form)--> <div class="c-hubspot-form c-hubspot-form--background-color- c-hubspot-form--text-grey c-hubspot-form-- " style=" --form-padding: px; --hbs-form-shadow: var(--shadow--none) ;"> <div class="c-hubspot-form__form --hubspot-form-text-grey"> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script> <script> hbspt.forms.create({ region: "na1", portalId: "8186336", formId: "01769c11-d2cb-43cc-afdb-213be2bbca5d", onFormSubmit: function ($form) { const emailInput = $form.querySelector('input[type="email"]'); const emailValue = emailInput ? emailInput.value : null; if (typeof braze !== 'undefined' && emailValue) { braze.getUser().addAlias(emailValue, 'email'); } else if (!emailValue) { console.error('Email field is empty or not found. Cannot add Braze alias.'); } else { console.error('Braze is not initialized. Cannot add alias.'); } } }); </script> </div> <p class="c-hubspot-form__terms c-hubspot-form__terms--text-grey">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply.</p> </div> <!--bookshop-live end--> </div> <p class="c-feedback--form__feedback-response__form__outro"><strong>If you still need help with your issue, <button class="c-generic-link c-generic-link--plain-link" x-data="openChat" @click="openChat()">message us</button> for more Help options.</strong></p> </div> </div> </div> <!--bookshop-live end--> </template> <div class="c-q-and-a--ai__error-message c-q-and-a--ai__error-message--icon" x-show="timedOut" x-cloak> <div class="c-q-and-a--ai__error-message__heading"> <img class="c-q-and-a--ai__error-message__heading__icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/light-bulb.svg" alt="Lightbulb icon"> <!--bookshop-live name(generic/heading)--> <h2 class="c-heading c-heading--h3 c-heading--" id="oops">Oops! <span class></span></h2> <!--bookshop-live end--> </div> <div class="c-q-and-a--ai__error-message__message c-q-and-a--ai__error-message__message--font--small"> We currently don’t have an answer for this and our teams are working on resolving the issue. If you still need help, <button class="c-generic-link c-generic-link--plain-link" x-data="openChat" @click="openChat()">message us.</button> </div> </div> </div> <!--bookshop-live end--> <div class="c-top-bar-nav-item--support-content__accordions" x-show="aiLoaded"> <div class="c-top-bar-nav-item--support-content__accordions__accordion" x-data="{open: false}"> <div class="c-top-bar-nav-item--support-content__accordions__accordion__summary" @click.prevent="open = !open"> <img class="c-top-bar-nav-item--support-content__accordions__accordion__summary__icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/news.svg" alt="User reading a resource"> <p class="c-top-bar-nav-item--support-content__accordions__accordion__summary__heading">Popular resources</p> <svg class="c-top-bar-nav-item--support-content__accordions__accordion__summary__arrow" :class="open ? 'c-top-bar-nav-item--support-content__accordions__accordion__summary__arrow--open' : ''" width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.266348 1.00352C-0.0887828 1.35863 -0.0887828 1.93444 0.266348 2.28954L4.7151 6.73393C5.42549 7.44359 6.57655 7.44332 7.28658 6.73339L11.7336 2.28627C12.0888 1.93116 12.0888 1.35536 11.7336 1.00024C11.3785 0.645104 10.8027 0.645104 10.4476 1.00024L6.64139 4.80646C6.28628 5.16165 5.71048 5.16156 5.35537 4.80646L1.55237 1.00352C1.19725 0.648386 0.621471 0.648386 0.266348 1.00352Z" fill="#969698"/> </svg> </div> <div class="c-top-bar-nav-item--support-content__accordions__accordion__links" :class="open ? 'c-top-bar-nav-item--support-content__accordions__accordion__links--open' : ''" :style="open ? 'height: ' + ($el.scrollHeight + 12) + 'px' : 'height: 0px'"> <a class="c-top-bar-nav-item--support-content__accordions__accordion__links__link" href="https://www.papercut.com/help/"> <p class="c-top-bar-nav-item--support-content__accordions__accordion__links__link__text">Help center</p> </a> <hr class="c-top-bar-nav-item--support-content__accordions__accordion__links__divider"> <a class="c-top-bar-nav-item--support-content__accordions__accordion__links__link" href="https://www.papercut.com/faq/"> <p class="c-top-bar-nav-item--support-content__accordions__accordion__links__link__text">FAQs</p> </a> <hr class="c-top-bar-nav-item--support-content__accordions__accordion__links__divider"> </div> </div> <div class="c-top-bar-nav-item--support-content__accordions__accordion" x-data="{open: false}"> <div class="c-top-bar-nav-item--support-content__accordions__accordion__summary" @click.prevent="open = !open"> <img class="c-top-bar-nav-item--support-content__accordions__accordion__summary__icon" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/icon/duo-light/positive/conversation-speech-bubble.svg" alt="Conversation bubbles"> <p class="c-top-bar-nav-item--support-content__accordions__accordion__summary__heading">Contact us</p> <svg class="c-top-bar-nav-item--support-content__accordions__accordion__summary__arrow" :class="open ? 'c-top-bar-nav-item--support-content__accordions__accordion__summary__arrow--open' : ''" width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.266348 1.00352C-0.0887828 1.35863 -0.0887828 1.93444 0.266348 2.28954L4.7151 6.73393C5.42549 7.44359 6.57655 7.44332 7.28658 6.73339L11.7336 2.28627C12.0888 1.93116 12.0888 1.35536 11.7336 1.00024C11.3785 0.645104 10.8027 0.645104 10.4476 1.00024L6.64139 4.80646C6.28628 5.16165 5.71048 5.16156 5.35537 4.80646L1.55237 1.00352C1.19725 0.648386 0.621471 0.648386 0.266348 1.00352Z" fill="#969698"/> </svg> </div> <div class="c-top-bar-nav-item--support-content__accordions__accordion__links" :class="open ? 'c-top-bar-nav-item--support-content__accordions__accordion__links--open' : ''" :style="open ? 'height: ' + ($el.scrollHeight + 12) + 'px' : 'height: 0px'"> <button class="c-top-bar-nav-item--support-content__accordions__accordion__links__link" x-data="openChat" @click="openChat()"> <span class="c-top-bar-nav-item--support-content__accordions__accordion__links__link__indicator"></span> <p class="c-top-bar-nav-item--support-content__accordions__accordion__links__link__text">Message the Support team</p> </button> <hr class="c-top-bar-nav-item--support-content__accordions__accordion__links__divider"> </div> </div> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/top-bar/top-bar-search-button)--> <div class="c-top-bar-search-button" x-data="{ show: false }"> <div id="nav-autocomplete" class="c-top-bar-search-button__search-field" x-bind:class="show && 'c-top-bar-search-button__search-field__transition'"></div> <div id="nav-autocomplete-panel" class="c-top-bar-search-button__search-suggestions"></div> <div class="c-top-bar-search-button__link " x-on:click="show = ! show, document.getElementById('autocomplete-0-input').focus();" x-show="!show"> Search <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-top-bar-search-button__link__search-icon"> <path d="M10.1101 9.51262L7.62449 6.92743C8.26359 6.1677 8.61375 5.2118 8.61375 4.21667C8.61375 1.89163 6.72212 0 4.39709 0C2.07205 0 0.18042 1.89163 0.18042 4.21667C0.18042 6.5417 2.07205 8.43333 4.39709 8.43333C5.26994 8.43333 6.10172 8.17007 6.81287 7.6703L9.31739 10.2751C9.42207 10.3838 9.56287 10.4438 9.71375 10.4438C9.85657 10.4438 9.99205 10.3893 10.0949 10.2903C10.3134 10.08 10.3204 9.73133 10.1101 9.51262ZM4.39709 1.1C6.11565 1.1 7.51375 2.4981 7.51375 4.21667C7.51375 5.93523 6.11565 7.33333 4.39709 7.33333C2.67852 7.33333 1.28042 5.93523 1.28042 4.21667C1.28042 2.4981 2.67852 1.1 4.39709 1.1Z" fill="#fff"/> </svg> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <nav class="c-header__nav"> <!--bookshop-live name(structures/header/nav-bar)--> <div data-swiftype-index="false" class="c-nav-bar"> <div class="c-nav-bar__mobile" x-data="{ burgerOpen: false }" x-init> <a href="/" class="c-nav-bar__mobile__logo" reseed-ignore> <svg width="188" height="56" viewBox="0 0 188 56" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-nav-bar__mobile__logo__icon" aria-label="PaperCut logo" role="navigation"> <g clip-path="url(#clip0_1471_15015)"> <path d="M173.493 0C169.584 0 166.413 3.07813 166.413 6.8736V27.4906L173.493 20.617H180.574C184.483 20.617 187.654 17.5389 187.654 13.7434V0H173.497H173.493ZM180.574 13.7434H173.493V6.8736H180.574V13.7472V13.7434Z" fill="#27AA27"/> <path d="M143.177 32.3526V29.2251C143.373 29.1986 143.611 29.1758 143.826 29.1644C144.037 29.1492 144.241 29.1454 144.44 29.1454C145.57 29.1454 146.5 29.377 147.235 29.8438C147.97 30.3106 148.338 31.1456 148.338 32.3526V49.3146H144.659C144.061 49.3146 143.685 49.159 143.529 48.8439C143.373 48.5289 143.294 48.0735 143.294 47.4662L143.263 47.0639C143.001 47.3485 142.681 47.6446 142.301 47.9558C141.922 48.267 141.484 48.5593 140.988 48.825C140.491 49.0944 139.924 49.3146 139.283 49.4816C138.642 49.6524 137.911 49.7359 137.098 49.7359C134.533 49.7359 132.578 48.992 131.237 47.5079C129.896 46.0239 129.227 44.0199 129.227 41.4997L129.235 32.3488V29.2213C129.431 29.1948 129.665 29.172 129.88 29.1606C130.091 29.1454 130.299 29.1416 130.494 29.1416C131.624 29.1416 132.555 29.3732 133.29 29.84C134.025 30.3068 134.392 31.1419 134.392 32.3488V41.4579C134.392 42.7332 134.744 43.7163 135.459 44.407C136.175 45.1016 137.102 45.447 138.235 45.447C138.935 45.447 139.592 45.3141 140.202 45.0447C140.816 44.7752 141.34 44.3994 141.778 43.9212C142.215 43.4392 142.556 42.8812 142.806 42.2436C143.052 41.606 143.177 40.919 143.177 40.1827V32.3488V32.3526ZM123.75 48.0772C122.726 48.6314 121.611 49.102 120.391 49.4588C119.172 49.8156 117.885 49.994 116.525 49.994C114.402 49.994 112.459 49.6372 110.703 48.9198C108.948 48.2063 107.431 47.2081 106.156 45.929C104.882 44.6499 103.889 43.1431 103.181 41.4124C102.473 39.6779 102.117 37.7801 102.117 35.7192C102.117 33.6582 102.473 31.8288 103.181 30.0677C103.889 28.3066 104.889 26.7657 106.176 25.4486C107.466 24.1278 109.002 23.0841 110.785 22.3136C112.572 21.5431 114.539 21.1598 116.693 21.1598C118.081 21.1598 119.355 21.304 120.517 21.5924C121.678 21.8809 122.733 22.2718 123.683 22.769C124.633 23.2625 125.498 23.828 126.213 24.5225C126.51 24.811 126.921 25.2247 127.065 25.4069C127.23 25.6156 127.359 25.8472 127.456 26.1091C127.554 26.3709 127.574 26.6404 127.519 26.9175C127.433 27.3426 127.186 27.7373 126.772 28.1017C126.358 28.466 124.817 29.5591 124.196 29.8818C123.32 28.6938 122.307 27.7297 121.158 26.9934C119.965 26.2305 118.476 25.851 116.685 25.851C115.313 25.851 114.081 26.1166 112.986 26.6442C111.896 27.1756 110.961 27.8815 110.191 28.7659C109.421 29.6502 108.83 30.6826 108.428 31.8668C108.021 33.051 107.818 34.2921 107.818 35.5977C107.818 36.9034 108.021 38.1255 108.428 39.268C108.834 40.4104 109.417 41.4048 110.171 42.2436C110.926 43.0862 111.829 43.7542 112.881 44.2438C113.933 44.7334 115.113 44.9763 116.431 44.9763C117.635 44.9763 118.663 44.8397 119.52 44.5702C120.372 44.297 121.103 43.9592 121.705 43.5492C122.307 43.1431 122.812 42.7142 123.218 42.2626C123.625 41.8147 123.996 41.4276 124.332 41.1012C124.547 41.2454 125.666 42.0083 126.616 42.8585C126.811 43.0331 126.995 43.2039 127.155 43.386C127.316 43.5682 127.421 43.7428 127.472 43.9136C127.546 44.1603 127.562 44.3843 127.515 44.5816C127.468 44.779 127.37 45.0143 127.218 45.2838C127.136 45.4318 126.983 45.6292 126.76 45.8759C126.248 46.4376 124.825 47.4927 123.746 48.0772H123.75ZM99.3337 29.0809C99.0952 29.0581 98.6261 29.024 98.2234 29.024C97.3789 29.024 96.6282 29.1227 95.9714 29.32C95.3146 29.5174 94.7398 29.7603 94.2433 30.0412C93.7468 30.322 93.3167 30.6333 92.9531 30.9749C92.5895 31.3164 92.2884 31.6277 92.0578 31.9085C92.0578 31.9085 92.05 31.4645 91.9952 31.2329C91.8388 30.5991 91.4635 30.1133 90.8575 29.8058C90.2554 29.4984 89.5399 29.3428 88.7189 29.3428C88.4374 29.3428 88.1911 29.3504 87.9878 29.3618C87.7806 29.3732 87.6007 29.3921 87.4482 29.4187C87.2684 29.4453 87.112 29.468 86.9869 29.4946V49.3146H92.1477V38.5734C92.1477 37.8371 92.2845 37.1729 92.5621 36.577C92.8397 35.9811 93.2111 35.4725 93.6764 35.0474C94.1416 34.6223 94.6968 34.2959 95.338 34.072C95.9792 33.8442 96.6517 33.7304 97.3476 33.7304C97.8441 33.7304 98.2742 33.7607 98.6378 33.8139C99.0014 33.8708 99.3611 33.9695 99.7091 34.1099C99.8811 33.738 100.471 32.1135 100.632 31.5973C100.796 31.0811 100.843 30.5801 100.816 30.1892C100.796 29.9425 100.718 29.7413 100.577 29.5819C100.436 29.4225 100.256 29.3048 100.037 29.2213C99.8185 29.1416 99.5722 29.0961 99.3337 29.0733V29.0809ZM46.5879 43.8719C47.6083 44.8169 49.1527 45.6633 51.2248 45.6633C52.1592 45.6633 52.9881 45.4849 53.7192 45.132C54.4464 44.779 55.068 44.3121 55.5763 43.7314C56.0846 43.1507 56.4716 42.4941 56.7336 41.7578C56.9955 41.0215 57.1285 40.2586 57.1285 39.4653C57.1285 38.6151 57.0346 37.8257 56.843 37.0894C56.6515 36.353 56.3465 35.7078 55.9243 35.1575C55.502 34.6071 54.9547 34.1668 54.2861 33.8404C53.6136 33.514 52.7848 33.3508 51.7917 33.3508C51.0059 33.3508 50.2904 33.514 49.6492 33.8404C49.008 34.1668 48.4606 34.5843 48.0071 35.0929C47.5536 35.6015 47.2056 36.1595 46.9593 36.7705C46.713 37.3778 46.5879 37.9661 46.5879 38.5316V43.8719V43.8719ZM41.4701 29.4908C41.5991 29.468 41.7516 29.4415 41.9314 29.4149C42.0878 29.3921 42.2638 29.3732 42.471 29.358C42.6782 29.3466 42.9206 29.339 43.2021 29.339C44.0231 29.339 44.7386 29.4946 45.3407 29.802C45.9428 30.1095 46.322 30.5953 46.4784 31.2291C46.5097 31.3506 46.5253 31.529 46.5331 31.6732C46.7951 31.3886 47.1783 31.0697 47.5692 30.7585C47.9641 30.4473 48.4294 30.1626 48.9689 29.9083C49.5084 29.654 50.1183 29.4415 50.8065 29.2707C51.4907 29.0999 52.257 29.0164 53.1015 29.0164C54.6771 29.0164 56.0376 29.3124 57.191 29.9083C58.3444 30.5042 59.2983 31.2861 60.0568 32.2653C60.8153 33.2407 61.3822 34.3528 61.7615 35.5977C62.1407 36.8427 62.3284 38.1293 62.3284 39.4615C62.3284 41.0177 62.0938 42.3499 61.6285 43.4506C61.1633 44.5551 60.5807 45.5153 59.8809 46.3389C58.7158 47.6977 57.4373 48.6466 56.0533 49.1817C54.6692 49.7207 53.2461 49.9864 51.7878 49.9864C49.8955 49.9864 47.8351 49.2463 46.584 48.3657V55.2621C46.4589 55.3114 46.2204 55.3456 45.8685 55.3721C45.5166 55.3949 45.1296 55.4101 44.7034 55.4101C44.2772 55.4101 43.8667 55.3683 43.4797 55.2811C43.0887 55.1938 42.7446 55.0381 42.4436 54.8066C42.1425 54.5751 41.9041 54.2639 41.7281 53.8767C41.5522 53.4858 41.4662 52.9886 41.4662 52.3775V29.4908H41.4701ZM153.491 29.4035V25.3803C153.491 24.849 153.593 24.4163 153.796 24.0861C153.999 23.7559 154.265 23.494 154.594 23.3042C154.922 23.1106 155.289 22.9854 155.692 22.9209C156.099 22.8563 156.501 22.826 156.908 22.826C157.111 22.826 157.315 22.8298 157.514 22.8412C157.717 22.8525 157.905 22.8677 158.081 22.8905C158.284 22.9133 158.472 22.9322 158.652 22.955V29.4073H164.446L160.247 33.4837H158.652V42.1867C158.652 43.3177 158.847 44.1907 159.242 44.798C159.637 45.4052 160.302 45.7089 161.408 45.7089C161.78 45.7089 162.131 45.6481 162.46 45.5267C162.792 45.4052 163.089 45.2724 163.355 45.1282C163.621 44.9839 163.852 44.8283 164.051 44.6689C164.251 44.5095 164.387 44.388 164.469 44.3083C164.868 44.8966 165.173 45.4052 165.384 45.8341C165.595 46.263 165.701 46.6653 165.701 47.0449C165.701 47.3941 165.56 47.7395 165.283 48.0735C165.005 48.4113 164.614 48.7187 164.11 49.0033C163.605 49.2842 162.996 49.5157 162.28 49.6903C161.565 49.8649 160.931 49.9522 159.934 49.9522C158.937 49.9522 157.905 49.7435 157.119 49.4284C156.243 49.0755 155.536 48.5745 155 47.9216C154.461 47.2726 154.074 46.4869 153.843 45.5646C153.608 44.6461 153.495 43.6328 153.495 42.5283V33.4837H149.996V29.4073H153.495L153.491 29.4035ZM33.6155 42.2664C33.6155 42.775 33.4786 43.257 33.2011 43.7087C32.9235 44.1603 32.5677 44.5588 32.1298 44.8966C31.6919 45.2344 31.1876 45.5039 30.6206 45.7013C30.0537 45.8986 29.4634 45.9973 28.8495 45.9973C27.6258 45.9973 26.6992 45.7582 26.0737 45.2762C25.4481 44.7942 25.1353 44.13 25.1353 43.2798C25.1353 42.4296 25.4716 41.7312 26.1401 41.0936C26.8126 40.4559 27.9777 40.1371 29.6393 40.1371C29.9599 40.1371 30.347 40.1447 30.7966 40.1599C31.2501 40.1751 31.6802 40.1941 32.0868 40.2244C32.5833 40.2548 33.0916 40.2813 33.6155 40.3079V42.2626V42.2664ZM23.4385 29.9121C22.813 30.1968 22.3282 30.5042 21.9802 30.8268C21.6322 31.1494 21.4719 31.4721 21.4993 31.7909C21.5188 32.0186 21.644 32.3602 21.8864 32.8157C22.1249 33.2711 22.7152 34.0302 23.3838 34.6223C24.0523 34.1972 24.8265 33.8025 25.7022 33.4343C26.578 33.0662 27.7431 32.884 29.2014 32.884C30.5151 32.884 31.5785 33.1686 32.3957 33.7342C33.2128 34.2997 33.6194 35.0778 33.6194 36.0684V36.5352C33.0642 36.5086 32.5247 36.4783 32.0008 36.4517C31.5355 36.4251 31.0546 36.4024 30.5581 36.3872C30.0616 36.372 29.6119 36.3644 29.2014 36.3644C27.8604 36.3644 26.6367 36.52 25.5263 36.8313C24.4159 37.1425 23.4698 37.6017 22.6839 38.209C21.8981 38.8163 21.2843 39.5678 20.8464 40.4597C20.4085 41.3517 20.1895 42.3651 20.1895 43.4961C20.1895 44.6272 20.4007 45.5608 20.8229 46.3845C21.2452 47.2043 21.8003 47.8761 22.4845 48.3999C23.1687 48.9236 23.9272 49.3146 24.76 49.5689C25.5889 49.8232 26.4294 49.9522 27.2739 49.9522C28.6736 49.9522 29.9404 49.6979 31.0781 49.1893C32.2158 48.6807 33.0603 48.1 33.6155 47.4472C33.6155 48.0507 33.6937 48.5327 33.8501 48.8439C34.0065 49.159 34.3818 49.3146 34.98 49.3146H38.5574V35.9431C38.5574 34.8956 38.354 33.9277 37.9435 33.0358C37.5369 32.1439 36.9505 31.381 36.1959 30.7433C35.4374 30.1057 34.5264 29.6123 33.463 29.2593C32.3996 28.9063 31.211 28.7279 29.8973 28.7279C28.6736 28.7279 27.6024 28.8038 26.6836 28.9632C26.3082 29.0278 25.9485 29.0885 25.6123 29.1758C24.7874 29.3845 24.0641 29.6313 23.4385 29.9197V29.9121ZM19.4623 28.5723C19.1378 27.4375 18.5514 26.3709 17.7069 25.3765C16.8624 24.3821 15.7168 23.5471 14.2702 22.8677C12.8237 22.1883 10.9626 21.8505 8.68719 21.8505H3.41299C3.01029 21.8505 2.60369 21.8809 2.19708 21.9454C1.79438 22.0099 1.42686 22.139 1.09845 22.3288C0.770033 22.5185 0.504173 22.7804 0.300868 23.1106C0.097563 23.4408 -0.00408936 23.8735 -0.00408936 24.4049V49.3184H5.28965V41.6781H9.07816C10.3449 41.6781 11.6273 41.4883 12.9292 41.1088C14.2272 40.7292 15.4002 40.1371 16.4401 39.3325C17.4801 38.5278 18.3246 37.4955 18.9736 36.2316C19.6226 34.9715 19.9471 33.4571 19.9471 31.6884C19.9471 30.7433 19.7829 29.6996 19.4584 28.5647L19.4623 28.5723ZM12.7181 35.704C11.6938 36.6832 10.3175 37.1729 8.58945 37.1729H5.28965V26.3216H8.58945C10.2081 26.3216 11.5569 26.8378 12.6399 27.8664C13.719 28.8987 14.2585 30.2347 14.2585 31.8744C14.2585 33.514 13.7463 34.721 12.7181 35.7002V35.704ZM168.043 47.3561H167.324V47.0221H169.134V47.3561H168.414V49.3108H168.047V47.3561H168.043ZM171.206 47.8419L170.725 49.0337H170.268L169.763 47.7546V49.3108H169.384V47.0221H169.83L170.494 48.768L171.171 47.0221H171.581V49.3108H171.202V47.8419H171.206ZM81.3061 43.3671C81.4664 43.5113 82.3031 44.2742 82.9951 45.0864C83.1358 45.2534 83.2688 45.4166 83.3821 45.5836C83.4955 45.7544 83.562 45.91 83.5815 46.0581C83.6128 46.2706 83.5972 46.4566 83.5346 46.6198C83.4721 46.7792 83.3626 46.9614 83.2023 47.1701C83.1163 47.284 82.9677 47.432 82.7488 47.6104C81.6423 48.5251 80.2075 49.0717 78.8312 49.4816C77.6779 49.8194 76.3017 49.9902 74.6987 49.9902C73.0957 49.9902 71.5787 49.7207 70.2377 49.1855C68.8967 48.6466 67.7511 47.9065 66.805 46.9576C65.8588 46.0087 65.1277 44.8701 64.6195 43.5417C64.1073 42.2094 63.8532 40.7406 63.8532 39.1275C63.8532 37.6549 64.1073 36.2885 64.6195 35.0322C65.1277 33.7721 65.8432 32.6752 66.762 31.7415C67.6807 30.8078 68.7755 30.0715 70.0422 29.5326C71.309 28.9936 72.7165 28.7279 74.2608 28.7279C76.1257 28.7279 77.7092 29.0619 79.0072 29.7261C80.3052 30.3903 81.3452 31.2633 82.1349 32.3374C82.9208 33.4115 83.4916 34.6299 83.8396 35.9887C84.1875 37.3474 84.3635 38.7328 84.3635 40.1485V40.8696H69.057C69.057 41.606 69.2251 42.2702 69.5613 42.8661C69.8976 43.462 70.3354 43.9705 70.875 44.3956C71.4145 44.8207 72.0244 45.1471 72.7125 45.3711C73.3967 45.5988 74.0731 45.7089 74.7456 45.7089C75.7347 45.7089 76.6027 45.6178 77.3495 45.4318C78.0923 45.2496 78.7257 45.0371 79.2535 44.7942C79.7774 44.555 80.2075 44.3008 80.5437 44.0313C80.8799 43.7618 81.1341 43.5417 81.31 43.3709L81.3061 43.3671ZM79.0775 37.2564C79.0775 36.7478 78.9759 36.2392 78.7726 35.7268C78.5693 35.2182 78.2682 34.7589 77.8773 34.3452C77.4824 33.9353 76.9819 33.5937 76.3681 33.328C75.7543 33.0586 75.0545 32.9257 74.2686 32.9257C73.4241 32.9257 72.6734 33.0586 72.0166 33.328C71.3598 33.5975 70.8124 33.9353 70.3784 34.3452C69.9406 34.7551 69.6043 35.2144 69.3737 35.7268C69.1391 36.2354 69.0257 36.7478 69.0257 37.2564H79.0854H79.0775Z" fill="#3B3B3D"/> </g> <defs> <clipPath id="clip0_1471_15015"> <rect width="187.65" height="55.4139" fill="white"/> </clipPath> </defs> </svg> </a> <div class="c-nav-bar__mobile__wrapper"> <a href="/search/" class="c-nav-bar__mobile__wrapper__search" reseed-ignore> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-nav-bar__mobile__search__icon"> <path d="M22.7075 21.1666L17.2628 15.6437C18.6627 14.0206 19.4297 11.9785 19.4297 9.8525C19.4297 4.88538 15.2861 0.844162 10.1932 0.844162C5.10029 0.844162 0.956711 4.88538 0.956711 9.8525C0.956711 14.8196 5.10029 18.8608 10.1932 18.8608C12.1052 18.8608 13.9272 18.2984 15.4849 17.2307L20.971 22.7955C21.2003 23.0278 21.5087 23.1558 21.8392 23.1558C22.1521 23.1558 22.4489 23.0395 22.6741 22.828C23.1528 22.3788 23.1681 21.6338 22.7075 21.1666ZM10.1932 3.19416C13.9577 3.19416 17.0202 6.18101 17.0202 9.8525C17.0202 13.524 13.9577 16.5108 10.1932 16.5108C6.42874 16.5108 3.36623 13.524 3.36623 9.8525C3.36623 6.18101 6.42874 3.19416 10.1932 3.19416Z" fill="#3B3B3D"/> </svg> </a> <!--bookshop-live name(structures/header/burger-menu)--> <button class="c-burger-menu" x-on:click="burgerOpen = ! burgerOpen"> <div class="c-burger-menu__burger" x-bind:class="burgerOpen ? 'c-burger-menu__burger--open' : 'c-burger-menu__burger'" id="burger-menu"></div> </button> <!--bookshop-live end--> </div> <div class="c-nav-bar__mobile__headings" x-show="burgerOpen" x-trap.noscroll="burgerOpen" x-cloak> <!--bookshop-live name(structures/header/mobile-nav-heading-item-group)--> <div class="c-mobile-nav-heading-item-group" x-on:click.outside="burgerOpen = false"> <div class="c-mobile-nav-heading-item-group__item" x-data="{ dropDownOpen: true, subNavToggle(value){ return true; } }" x-init="$watch('burgerOpen', (value) => dropDownOpen = subNavToggle(value) ); " x-on:click="dropDownOpen = true" x-on:click.outside="dropDownOpen = false"> <!--bookshop-live name(structures/header/mobile-nav-heading-item)--> <div class="c-mobile-nav-heading-item"> <p class="c-mobile-nav-heading-item__heading" x-bind:class="dropDownOpen ? 'c-mobile-nav-heading-item__heading--open' : ''">Software</p> <div class="c-mobile-nav-heading-item__drop-down" x-show="dropDownOpen" x-cloak> <!--bookshop-live name(structures/header/menu-dropdown-box)--> <div class="dropdown-container-wrapper"> <div class="c-menu-dropdown-box" id="menu-dropdown"> <div class="c-menu-dropdown-box__subsection--one-one-one__col-one"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Our products</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/mf/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-mf.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut MF<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Powerful print management server for printers and MFDs </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/hive/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-hive.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Hive<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Complete cloud-native print management for business </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/ng/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-ng.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut NG<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">DIY print management server for everyone </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/pocket/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-pocket.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Pocket<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Cloud print management solution for businesses with simple needs </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-compare.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Compare features<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">PaperCut Product Suite comparison </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--one-one-one__col-two"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Free tools</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/free-software/mobility-print/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-mobility-print.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Mobility Print<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">A free Google Cloud Print alternative </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="https://qrdoc.io/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-qrdoc.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut QRdoc<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">The power of digital documents – on paper </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/views/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-views.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Views<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Real-time print analytics, insights and forecasts </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Sustainability</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/do-more/grows" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-grows.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Grows<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Grow your sustainability story. </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--one-one-one__col-three"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">In the percolator</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/percolator/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-percolator.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Projects in beta<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Features in progress </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Popular Features</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/do-more/print-rooms/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Print rooms</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">Track and manage all your printing activity </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/about/forest-positive/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Forest positive printing</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">Go further than waste reduction </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/do-more/print-deploy/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Print deploy</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">Print queues made easy </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/do-more/universal-print/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Microsoft universal print</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">Take control of your Universal Print environment </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__mobile-bottom-button"> <!--bookshop-live name(structures/header/mobile-bottom-button)--> <a class="c-mobile-bottom-button " reseed-ignore href="/get/speak-with-sales/"> Speak with sales <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-mobile-bottom-button__logo"> <g clip-path="url(#clip0_1432_20992)"> <path d="M6.4682 0C4.22403 0 2.40479 1.81924 2.40479 4.06342V16.2541L6.4682 12.1907H10.5316C12.7758 12.1907 14.595 10.3715 14.595 8.12728V0H6.4682ZM10.5316 8.12706H6.4682V4.06342H10.5316V8.12684V8.12706ZM13.8882 11.7858H13.7443V11.7173H14.1052V11.7858H13.9613V12.1878H13.8882V11.7858ZM14.5198 11.8859L14.4238 12.1308H14.3325L14.2319 11.8676V12.1878H14.1567V11.7171H14.2458L14.3783 12.0758L14.5132 11.7171H14.5955V12.1878H14.52V11.8857L14.5198 11.8859Z" fill="white"/> </g> <defs> <clipPath id="clip0_1432_20992"> <rect width="16" height="16" fill="white" transform="translate(0.5)"/> </clipPath> </defs> </svg> </a> <!--bookshop-live end--> </div> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> <div class="c-mobile-nav-heading-item-group__item" x-data="{ dropDownOpen: false, subNavToggle(value){ return false; } }" x-on:click="dropDownOpen = true" x-on:click.outside="dropDownOpen = false" x-init="$watch('burgerOpen', (value) => dropDownOpen = subNavToggle(value) ); "> <!--bookshop-live name(structures/header/mobile-nav-heading-item)--> <div class="c-mobile-nav-heading-item"> <p class="c-mobile-nav-heading-item__heading" x-bind:class="dropDownOpen ? 'c-mobile-nav-heading-item__heading--open' : ''">Solutions</p> <div class="c-mobile-nav-heading-item__drop-down" x-show="dropDownOpen" x-cloak> <!--bookshop-live name(structures/header/menu-dropdown-box)--> <div class="dropdown-container-wrapper"> <div class="c-menu-dropdown-box" id="menu-dropdown"> <div class="c-menu-dropdown-box__subsection--three-one__col-one"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">By industry</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/k-12/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-k-12.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">High school / K-12</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/higher-education/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-higher-education.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Higher education</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/healthcare/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-health-care.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Healthcare</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/local-government/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-local-government.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Local government</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/legal/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-legal.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Legal</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/smb/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-smb.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">SMB</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/large-enterprise/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-enterprise.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Enterprise</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/co-working/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-co-working.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Coworking</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/life-sciences/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-life-sciences.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Life sciences</p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--three-one__col-two"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">By topic</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/security/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-shield-security.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Print security</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/reduce-costs/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-money-coins.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Reduce costs</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/reduce-effort/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-workflow-circle.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Reduce effort</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/improve-user-experience/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-happy-smiley-face.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Improve user experience</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/hybrid-working/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-laptop.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Hybrid work</p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--three-one__col-three"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">By job type</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/sys-admin/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-sys-admin-user.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">SysAdmin</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/it-manager/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-monitor-team.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">IT Manager</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/smb-owner/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-store-shopfront.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">SMB Owner</p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--three-one__col-four"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">What our customers say</p> <!--bookshop-live name(structures/header/quote-nav-item)--> <a class="c-quote-nav-item" reseed-ignore href="/customer-stories/story/google/"> <div class="c-quote-nav-item__author-image" style=" background-image: url('https://cdn1.papercut.com/web/cloudcannon/ofer-bar-kakai-google-papercut.jpg'); background-size: cover; background-position: center;"> </div> <div class="c-quote-nav-item__quote-body"> <p class="c-quote-nav-item__quote-body__quote">“Sustainability is very important to Google nowadays,” says Ofer. “So the idea that we could literally save paper on printing was appealing to us from the get-go.”</p> <p class="c-quote-nav-item__quote-body__author-details">Ofer Bar-Zakai, Google, US</p> </div> </a> <!--bookshop-live end--> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/customer-stories/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Customer Stories</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">100 million delighted users and counting. Read their stories </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/resources/papercut-reviews/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Reviews</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">See what our customers say </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__mobile-bottom-button"> <!--bookshop-live name(structures/header/mobile-bottom-button)--> <a class="c-mobile-bottom-button " reseed-ignore href="/get/speak-with-sales/"> Speak with sales <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-mobile-bottom-button__logo"> <g clip-path="url(#clip0_1432_20992)"> <path d="M6.4682 0C4.22403 0 2.40479 1.81924 2.40479 4.06342V16.2541L6.4682 12.1907H10.5316C12.7758 12.1907 14.595 10.3715 14.595 8.12728V0H6.4682ZM10.5316 8.12706H6.4682V4.06342H10.5316V8.12684V8.12706ZM13.8882 11.7858H13.7443V11.7173H14.1052V11.7858H13.9613V12.1878H13.8882V11.7858ZM14.5198 11.8859L14.4238 12.1308H14.3325L14.2319 11.8676V12.1878H14.1567V11.7171H14.2458L14.3783 12.0758L14.5132 11.7171H14.5955V12.1878H14.52V11.8857L14.5198 11.8859Z" fill="white"/> </g> <defs> <clipPath id="clip0_1432_20992"> <rect width="16" height="16" fill="white" transform="translate(0.5)"/> </clipPath> </defs> </svg> </a> <!--bookshop-live end--> </div> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> <div class="c-mobile-nav-heading-item-group__item" x-data="{ dropDownOpen: false, subNavToggle(value){ return false; } }" x-on:click="dropDownOpen = true" x-on:click.outside="dropDownOpen = false" x-init="$watch('burgerOpen', (value) => dropDownOpen = subNavToggle(value) ); "> <!--bookshop-live name(structures/header/mobile-nav-heading-item)--> <div class="c-mobile-nav-heading-item"> <p class="c-mobile-nav-heading-item__heading" x-bind:class="dropDownOpen ? 'c-mobile-nav-heading-item__heading--open' : ''">Resources</p> <div class="c-mobile-nav-heading-item__drop-down" x-show="dropDownOpen" x-cloak> <!--bookshop-live name(structures/header/menu-dropdown-box)--> <div class="dropdown-container-wrapper"> <div class="c-menu-dropdown-box" id="menu-dropdown"> <div class="c-menu-dropdown-box__subsection--one-one-one__col-one"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Discover everything we do</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/the-complete-guide-to-windows-protected-print-wpp/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/img/icon/Icon-Light-mfp-printer-plus.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">WPP printing<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">The complete guide to Windows Protected Printing </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/easy-printing/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-easy-printing.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Easy printing<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">We’ve simplified printing for you and your end-users </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/cloud-and-print/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-cloud.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Cloud and print<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Review our full suite of management solutions for cloud </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/easy-scanning-and-capture/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-scanning.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Scanning<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">We’ve made scanning easier and more secure </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-overview.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Overview<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Explore all our products, and find real-world examples </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> <ul class="c-nav-block-and-link__links"> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--one-one-one__col-two"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Popular resources</p> </div> <!--bookshop-live end--> <!--bookshop-live name(sections/popular-resources)--> <div class="c-popular-resources placeholder-menu-items"> <div class="c-popular-resources__placeholder"></div> <div class="c-popular-resources__placeholder"></div> <div class="c-popular-resources__placeholder"></div> <div class="c-popular-resources__placeholder"></div> <div class="c-popular-resources__placeholder"></div> </div> <div class="c-sub-nav-label"> <a href="/resources/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-book.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">View all resources</p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Reports, White Papers, Customer Stories, Ebooks and more </p> </div> </a> </div> <script defer> var menuCardsInit; if (menuCardsInit != true) { menuCardsInit = true; console.log("Running Menu Cards Initialization"); const processMenuCardsForContainer = (containerClass) => { const placeholderCardsDiv = document.querySelector(`.${containerClass} .placeholder-menu-items`); if (!placeholderCardsDiv) { console.error(`Container not found: .${containerClass} .placeholder-menu-items`); return; } const limit = 5; const promises = []; const cards = []; let counter = 0; const ctaCards = window.recommendedReadsCards.filter(card => card.extras && card.extras.type === 'cta'); let ctaCard = null; if (ctaCards.length > 0) { ctaCard = ctaCards.reduce((lowest, card) => !lowest || parseInt(card.extras.weight) < parseInt(lowest.extras.weight) ? card : lowest, null ); } if (ctaCard) { counter++; const newCard = createMenuElement(ctaCard); cards.push(newCard); if (ctaCard.imageUrl) { const promise = loadMenuImage(ctaCard.imageUrl) .then(thumbImg => { thumbImg.className = 'c-popular-resources__card__img'; newCard.prepend(thumbImg); }) .catch(error => console.error('Error loading image:', error)); promises.push(promise); } } window.recommendedReadsCards.forEach(card => { if (counter < limit && (!card.extras || card.extras.type !== 'cta' || card.id !== ctaCard.id)) { counter++; const newCard = createMenuElement(card); cards.push(newCard); if (card.extras.icon) { const promise = loadMenuImage(card.extras.icon) .then(thumbImg => { thumbImg.className = 'c-popular-resources__card__img'; newCard.prepend(thumbImg); }) .catch(error => console.error('Error loading image:', error)); promises.push(promise); } } }); Promise.all(promises) .then(() => { placeholderCardsDiv.innerHTML = ''; cards.forEach(card => { placeholderCardsDiv.appendChild(card); }); cards.forEach(card => { const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting && !entry.target.dataset.impressionLogged) { braze.logContentCardImpressions([card]); entry.target.dataset.impressionLogged = true; observer.disconnect(); } }); }, { threshold: 0.5 }); observer.observe(card); }); }) .catch(error => console.error('Error loading placeholder cards:', error)); }; const checkMenuCards = () => { if (contentCards && contentCards.length > 0) { window.recommendedReadsCards = contentCards.filter(card => card.extras && card.extras.tags && card.extras.tags.includes("popular-resources") ); processMenuCardsForContainer('c-nav-bar__desktop'); processMenuCardsForContainer('c-nav-bar__mobile'); } else { console.log("Waiting..") setTimeout(checkMenuCards, 1000); } }; const createMenuElement = (card) => { const newCard = document.createElement('a'); newCard.className = 'c-popular-resources__card'; newCard.href = card.url || '#'; newCard.dataset.cardId = card.id; newCard.dataset.impressionLogged = false; const cardTitle = document.createElement('p'); cardTitle.className = 'c-popular-resources__card__title'; cardTitle.textContent = card.title || ''; newCard.appendChild(cardTitle); newCard.addEventListener('click', () => handleMenuCardClick(card)); const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting && !entry.target.dataset.impressionLogged) { braze.logContentCardImpressions([card]); entry.target.dataset.impressionLogged = true; observer.disconnect(); } }); }, { threshold: 0.5 }); return newCard; }; const handleMenuCardClick = (card) => { event.preventDefault(); if (braze.logContentCardClick(card)) { setTimeout(() => { window.location.href = card.url; }, 500); } else { console.error("Error logging content card click."); } }; const loadMenuImage = src => new Promise((resolve, reject) => { const img = new Image(); img.onload = () => resolve(img); img.onerror = reject; img.src = src; }); checkMenuCards(); } </script> <!--bookshop-live end--> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--one-one-one__col-three"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Click-through demos</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/demo/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-item-click-through.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Interactive demos<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Discover product features with interactive, self-guided walkthroughs </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Have a read</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/blog/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-blog.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Blog<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Read our latest news in tech, product updates, and more </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link c-nav-block-and-link--support"> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Support</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/support/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Overview</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/help/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Help Center</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/help/manuals/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Manuals</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/kb/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Knowledge base</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/support/known-issues/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Known issues</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/faq/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">FAQs</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__mobile-bottom-button"> <!--bookshop-live name(structures/header/mobile-bottom-button)--> <a class="c-mobile-bottom-button " reseed-ignore href="/get/speak-with-sales/"> Speak with sales <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-mobile-bottom-button__logo"> <g clip-path="url(#clip0_1432_20992)"> <path d="M6.4682 0C4.22403 0 2.40479 1.81924 2.40479 4.06342V16.2541L6.4682 12.1907H10.5316C12.7758 12.1907 14.595 10.3715 14.595 8.12728V0H6.4682ZM10.5316 8.12706H6.4682V4.06342H10.5316V8.12684V8.12706ZM13.8882 11.7858H13.7443V11.7173H14.1052V11.7858H13.9613V12.1878H13.8882V11.7858ZM14.5198 11.8859L14.4238 12.1308H14.3325L14.2319 11.8676V12.1878H14.1567V11.7171H14.2458L14.3783 12.0758L14.5132 11.7171H14.5955V12.1878H14.52V11.8857L14.5198 11.8859Z" fill="white"/> </g> <defs> <clipPath id="clip0_1432_20992"> <rect width="16" height="16" fill="white" transform="translate(0.5)"/> </clipPath> </defs> </svg> </a> <!--bookshop-live end--> </div> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> </div> <div data-swiftype-index="false" class="c-nav-bar__desktop"> <a href="/" class="c-nav-bar__desktop__logo" reseed-ignore> <svg width="188" height="56" viewBox="0 0 188 56" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-nav-bar__desktop__logo__icon" aria-label="PaperCut logo" role="navigation"> <g clip-path="url(#clip0_1471_15015)"> <path d="M173.493 0C169.584 0 166.413 3.07813 166.413 6.8736V27.4906L173.493 20.617H180.574C184.483 20.617 187.654 17.5389 187.654 13.7434V0H173.497H173.493ZM180.574 13.7434H173.493V6.8736H180.574V13.7472V13.7434Z" fill="#27AA27"/> <path d="M143.177 32.3526V29.2251C143.373 29.1986 143.611 29.1758 143.826 29.1644C144.037 29.1492 144.241 29.1454 144.44 29.1454C145.57 29.1454 146.5 29.377 147.235 29.8438C147.97 30.3106 148.338 31.1456 148.338 32.3526V49.3146H144.659C144.061 49.3146 143.685 49.159 143.529 48.8439C143.373 48.5289 143.294 48.0735 143.294 47.4662L143.263 47.0639C143.001 47.3485 142.681 47.6446 142.301 47.9558C141.922 48.267 141.484 48.5593 140.988 48.825C140.491 49.0944 139.924 49.3146 139.283 49.4816C138.642 49.6524 137.911 49.7359 137.098 49.7359C134.533 49.7359 132.578 48.992 131.237 47.5079C129.896 46.0239 129.227 44.0199 129.227 41.4997L129.235 32.3488V29.2213C129.431 29.1948 129.665 29.172 129.88 29.1606C130.091 29.1454 130.299 29.1416 130.494 29.1416C131.624 29.1416 132.555 29.3732 133.29 29.84C134.025 30.3068 134.392 31.1419 134.392 32.3488V41.4579C134.392 42.7332 134.744 43.7163 135.459 44.407C136.175 45.1016 137.102 45.447 138.235 45.447C138.935 45.447 139.592 45.3141 140.202 45.0447C140.816 44.7752 141.34 44.3994 141.778 43.9212C142.215 43.4392 142.556 42.8812 142.806 42.2436C143.052 41.606 143.177 40.919 143.177 40.1827V32.3488V32.3526ZM123.75 48.0772C122.726 48.6314 121.611 49.102 120.391 49.4588C119.172 49.8156 117.885 49.994 116.525 49.994C114.402 49.994 112.459 49.6372 110.703 48.9198C108.948 48.2063 107.431 47.2081 106.156 45.929C104.882 44.6499 103.889 43.1431 103.181 41.4124C102.473 39.6779 102.117 37.7801 102.117 35.7192C102.117 33.6582 102.473 31.8288 103.181 30.0677C103.889 28.3066 104.889 26.7657 106.176 25.4486C107.466 24.1278 109.002 23.0841 110.785 22.3136C112.572 21.5431 114.539 21.1598 116.693 21.1598C118.081 21.1598 119.355 21.304 120.517 21.5924C121.678 21.8809 122.733 22.2718 123.683 22.769C124.633 23.2625 125.498 23.828 126.213 24.5225C126.51 24.811 126.921 25.2247 127.065 25.4069C127.23 25.6156 127.359 25.8472 127.456 26.1091C127.554 26.3709 127.574 26.6404 127.519 26.9175C127.433 27.3426 127.186 27.7373 126.772 28.1017C126.358 28.466 124.817 29.5591 124.196 29.8818C123.32 28.6938 122.307 27.7297 121.158 26.9934C119.965 26.2305 118.476 25.851 116.685 25.851C115.313 25.851 114.081 26.1166 112.986 26.6442C111.896 27.1756 110.961 27.8815 110.191 28.7659C109.421 29.6502 108.83 30.6826 108.428 31.8668C108.021 33.051 107.818 34.2921 107.818 35.5977C107.818 36.9034 108.021 38.1255 108.428 39.268C108.834 40.4104 109.417 41.4048 110.171 42.2436C110.926 43.0862 111.829 43.7542 112.881 44.2438C113.933 44.7334 115.113 44.9763 116.431 44.9763C117.635 44.9763 118.663 44.8397 119.52 44.5702C120.372 44.297 121.103 43.9592 121.705 43.5492C122.307 43.1431 122.812 42.7142 123.218 42.2626C123.625 41.8147 123.996 41.4276 124.332 41.1012C124.547 41.2454 125.666 42.0083 126.616 42.8585C126.811 43.0331 126.995 43.2039 127.155 43.386C127.316 43.5682 127.421 43.7428 127.472 43.9136C127.546 44.1603 127.562 44.3843 127.515 44.5816C127.468 44.779 127.37 45.0143 127.218 45.2838C127.136 45.4318 126.983 45.6292 126.76 45.8759C126.248 46.4376 124.825 47.4927 123.746 48.0772H123.75ZM99.3337 29.0809C99.0952 29.0581 98.6261 29.024 98.2234 29.024C97.3789 29.024 96.6282 29.1227 95.9714 29.32C95.3146 29.5174 94.7398 29.7603 94.2433 30.0412C93.7468 30.322 93.3167 30.6333 92.9531 30.9749C92.5895 31.3164 92.2884 31.6277 92.0578 31.9085C92.0578 31.9085 92.05 31.4645 91.9952 31.2329C91.8388 30.5991 91.4635 30.1133 90.8575 29.8058C90.2554 29.4984 89.5399 29.3428 88.7189 29.3428C88.4374 29.3428 88.1911 29.3504 87.9878 29.3618C87.7806 29.3732 87.6007 29.3921 87.4482 29.4187C87.2684 29.4453 87.112 29.468 86.9869 29.4946V49.3146H92.1477V38.5734C92.1477 37.8371 92.2845 37.1729 92.5621 36.577C92.8397 35.9811 93.2111 35.4725 93.6764 35.0474C94.1416 34.6223 94.6968 34.2959 95.338 34.072C95.9792 33.8442 96.6517 33.7304 97.3476 33.7304C97.8441 33.7304 98.2742 33.7607 98.6378 33.8139C99.0014 33.8708 99.3611 33.9695 99.7091 34.1099C99.8811 33.738 100.471 32.1135 100.632 31.5973C100.796 31.0811 100.843 30.5801 100.816 30.1892C100.796 29.9425 100.718 29.7413 100.577 29.5819C100.436 29.4225 100.256 29.3048 100.037 29.2213C99.8185 29.1416 99.5722 29.0961 99.3337 29.0733V29.0809ZM46.5879 43.8719C47.6083 44.8169 49.1527 45.6633 51.2248 45.6633C52.1592 45.6633 52.9881 45.4849 53.7192 45.132C54.4464 44.779 55.068 44.3121 55.5763 43.7314C56.0846 43.1507 56.4716 42.4941 56.7336 41.7578C56.9955 41.0215 57.1285 40.2586 57.1285 39.4653C57.1285 38.6151 57.0346 37.8257 56.843 37.0894C56.6515 36.353 56.3465 35.7078 55.9243 35.1575C55.502 34.6071 54.9547 34.1668 54.2861 33.8404C53.6136 33.514 52.7848 33.3508 51.7917 33.3508C51.0059 33.3508 50.2904 33.514 49.6492 33.8404C49.008 34.1668 48.4606 34.5843 48.0071 35.0929C47.5536 35.6015 47.2056 36.1595 46.9593 36.7705C46.713 37.3778 46.5879 37.9661 46.5879 38.5316V43.8719V43.8719ZM41.4701 29.4908C41.5991 29.468 41.7516 29.4415 41.9314 29.4149C42.0878 29.3921 42.2638 29.3732 42.471 29.358C42.6782 29.3466 42.9206 29.339 43.2021 29.339C44.0231 29.339 44.7386 29.4946 45.3407 29.802C45.9428 30.1095 46.322 30.5953 46.4784 31.2291C46.5097 31.3506 46.5253 31.529 46.5331 31.6732C46.7951 31.3886 47.1783 31.0697 47.5692 30.7585C47.9641 30.4473 48.4294 30.1626 48.9689 29.9083C49.5084 29.654 50.1183 29.4415 50.8065 29.2707C51.4907 29.0999 52.257 29.0164 53.1015 29.0164C54.6771 29.0164 56.0376 29.3124 57.191 29.9083C58.3444 30.5042 59.2983 31.2861 60.0568 32.2653C60.8153 33.2407 61.3822 34.3528 61.7615 35.5977C62.1407 36.8427 62.3284 38.1293 62.3284 39.4615C62.3284 41.0177 62.0938 42.3499 61.6285 43.4506C61.1633 44.5551 60.5807 45.5153 59.8809 46.3389C58.7158 47.6977 57.4373 48.6466 56.0533 49.1817C54.6692 49.7207 53.2461 49.9864 51.7878 49.9864C49.8955 49.9864 47.8351 49.2463 46.584 48.3657V55.2621C46.4589 55.3114 46.2204 55.3456 45.8685 55.3721C45.5166 55.3949 45.1296 55.4101 44.7034 55.4101C44.2772 55.4101 43.8667 55.3683 43.4797 55.2811C43.0887 55.1938 42.7446 55.0381 42.4436 54.8066C42.1425 54.5751 41.9041 54.2639 41.7281 53.8767C41.5522 53.4858 41.4662 52.9886 41.4662 52.3775V29.4908H41.4701ZM153.491 29.4035V25.3803C153.491 24.849 153.593 24.4163 153.796 24.0861C153.999 23.7559 154.265 23.494 154.594 23.3042C154.922 23.1106 155.289 22.9854 155.692 22.9209C156.099 22.8563 156.501 22.826 156.908 22.826C157.111 22.826 157.315 22.8298 157.514 22.8412C157.717 22.8525 157.905 22.8677 158.081 22.8905C158.284 22.9133 158.472 22.9322 158.652 22.955V29.4073H164.446L160.247 33.4837H158.652V42.1867C158.652 43.3177 158.847 44.1907 159.242 44.798C159.637 45.4052 160.302 45.7089 161.408 45.7089C161.78 45.7089 162.131 45.6481 162.46 45.5267C162.792 45.4052 163.089 45.2724 163.355 45.1282C163.621 44.9839 163.852 44.8283 164.051 44.6689C164.251 44.5095 164.387 44.388 164.469 44.3083C164.868 44.8966 165.173 45.4052 165.384 45.8341C165.595 46.263 165.701 46.6653 165.701 47.0449C165.701 47.3941 165.56 47.7395 165.283 48.0735C165.005 48.4113 164.614 48.7187 164.11 49.0033C163.605 49.2842 162.996 49.5157 162.28 49.6903C161.565 49.8649 160.931 49.9522 159.934 49.9522C158.937 49.9522 157.905 49.7435 157.119 49.4284C156.243 49.0755 155.536 48.5745 155 47.9216C154.461 47.2726 154.074 46.4869 153.843 45.5646C153.608 44.6461 153.495 43.6328 153.495 42.5283V33.4837H149.996V29.4073H153.495L153.491 29.4035ZM33.6155 42.2664C33.6155 42.775 33.4786 43.257 33.2011 43.7087C32.9235 44.1603 32.5677 44.5588 32.1298 44.8966C31.6919 45.2344 31.1876 45.5039 30.6206 45.7013C30.0537 45.8986 29.4634 45.9973 28.8495 45.9973C27.6258 45.9973 26.6992 45.7582 26.0737 45.2762C25.4481 44.7942 25.1353 44.13 25.1353 43.2798C25.1353 42.4296 25.4716 41.7312 26.1401 41.0936C26.8126 40.4559 27.9777 40.1371 29.6393 40.1371C29.9599 40.1371 30.347 40.1447 30.7966 40.1599C31.2501 40.1751 31.6802 40.1941 32.0868 40.2244C32.5833 40.2548 33.0916 40.2813 33.6155 40.3079V42.2626V42.2664ZM23.4385 29.9121C22.813 30.1968 22.3282 30.5042 21.9802 30.8268C21.6322 31.1494 21.4719 31.4721 21.4993 31.7909C21.5188 32.0186 21.644 32.3602 21.8864 32.8157C22.1249 33.2711 22.7152 34.0302 23.3838 34.6223C24.0523 34.1972 24.8265 33.8025 25.7022 33.4343C26.578 33.0662 27.7431 32.884 29.2014 32.884C30.5151 32.884 31.5785 33.1686 32.3957 33.7342C33.2128 34.2997 33.6194 35.0778 33.6194 36.0684V36.5352C33.0642 36.5086 32.5247 36.4783 32.0008 36.4517C31.5355 36.4251 31.0546 36.4024 30.5581 36.3872C30.0616 36.372 29.6119 36.3644 29.2014 36.3644C27.8604 36.3644 26.6367 36.52 25.5263 36.8313C24.4159 37.1425 23.4698 37.6017 22.6839 38.209C21.8981 38.8163 21.2843 39.5678 20.8464 40.4597C20.4085 41.3517 20.1895 42.3651 20.1895 43.4961C20.1895 44.6272 20.4007 45.5608 20.8229 46.3845C21.2452 47.2043 21.8003 47.8761 22.4845 48.3999C23.1687 48.9236 23.9272 49.3146 24.76 49.5689C25.5889 49.8232 26.4294 49.9522 27.2739 49.9522C28.6736 49.9522 29.9404 49.6979 31.0781 49.1893C32.2158 48.6807 33.0603 48.1 33.6155 47.4472C33.6155 48.0507 33.6937 48.5327 33.8501 48.8439C34.0065 49.159 34.3818 49.3146 34.98 49.3146H38.5574V35.9431C38.5574 34.8956 38.354 33.9277 37.9435 33.0358C37.5369 32.1439 36.9505 31.381 36.1959 30.7433C35.4374 30.1057 34.5264 29.6123 33.463 29.2593C32.3996 28.9063 31.211 28.7279 29.8973 28.7279C28.6736 28.7279 27.6024 28.8038 26.6836 28.9632C26.3082 29.0278 25.9485 29.0885 25.6123 29.1758C24.7874 29.3845 24.0641 29.6313 23.4385 29.9197V29.9121ZM19.4623 28.5723C19.1378 27.4375 18.5514 26.3709 17.7069 25.3765C16.8624 24.3821 15.7168 23.5471 14.2702 22.8677C12.8237 22.1883 10.9626 21.8505 8.68719 21.8505H3.41299C3.01029 21.8505 2.60369 21.8809 2.19708 21.9454C1.79438 22.0099 1.42686 22.139 1.09845 22.3288C0.770033 22.5185 0.504173 22.7804 0.300868 23.1106C0.097563 23.4408 -0.00408936 23.8735 -0.00408936 24.4049V49.3184H5.28965V41.6781H9.07816C10.3449 41.6781 11.6273 41.4883 12.9292 41.1088C14.2272 40.7292 15.4002 40.1371 16.4401 39.3325C17.4801 38.5278 18.3246 37.4955 18.9736 36.2316C19.6226 34.9715 19.9471 33.4571 19.9471 31.6884C19.9471 30.7433 19.7829 29.6996 19.4584 28.5647L19.4623 28.5723ZM12.7181 35.704C11.6938 36.6832 10.3175 37.1729 8.58945 37.1729H5.28965V26.3216H8.58945C10.2081 26.3216 11.5569 26.8378 12.6399 27.8664C13.719 28.8987 14.2585 30.2347 14.2585 31.8744C14.2585 33.514 13.7463 34.721 12.7181 35.7002V35.704ZM168.043 47.3561H167.324V47.0221H169.134V47.3561H168.414V49.3108H168.047V47.3561H168.043ZM171.206 47.8419L170.725 49.0337H170.268L169.763 47.7546V49.3108H169.384V47.0221H169.83L170.494 48.768L171.171 47.0221H171.581V49.3108H171.202V47.8419H171.206ZM81.3061 43.3671C81.4664 43.5113 82.3031 44.2742 82.9951 45.0864C83.1358 45.2534 83.2688 45.4166 83.3821 45.5836C83.4955 45.7544 83.562 45.91 83.5815 46.0581C83.6128 46.2706 83.5972 46.4566 83.5346 46.6198C83.4721 46.7792 83.3626 46.9614 83.2023 47.1701C83.1163 47.284 82.9677 47.432 82.7488 47.6104C81.6423 48.5251 80.2075 49.0717 78.8312 49.4816C77.6779 49.8194 76.3017 49.9902 74.6987 49.9902C73.0957 49.9902 71.5787 49.7207 70.2377 49.1855C68.8967 48.6466 67.7511 47.9065 66.805 46.9576C65.8588 46.0087 65.1277 44.8701 64.6195 43.5417C64.1073 42.2094 63.8532 40.7406 63.8532 39.1275C63.8532 37.6549 64.1073 36.2885 64.6195 35.0322C65.1277 33.7721 65.8432 32.6752 66.762 31.7415C67.6807 30.8078 68.7755 30.0715 70.0422 29.5326C71.309 28.9936 72.7165 28.7279 74.2608 28.7279C76.1257 28.7279 77.7092 29.0619 79.0072 29.7261C80.3052 30.3903 81.3452 31.2633 82.1349 32.3374C82.9208 33.4115 83.4916 34.6299 83.8396 35.9887C84.1875 37.3474 84.3635 38.7328 84.3635 40.1485V40.8696H69.057C69.057 41.606 69.2251 42.2702 69.5613 42.8661C69.8976 43.462 70.3354 43.9705 70.875 44.3956C71.4145 44.8207 72.0244 45.1471 72.7125 45.3711C73.3967 45.5988 74.0731 45.7089 74.7456 45.7089C75.7347 45.7089 76.6027 45.6178 77.3495 45.4318C78.0923 45.2496 78.7257 45.0371 79.2535 44.7942C79.7774 44.555 80.2075 44.3008 80.5437 44.0313C80.8799 43.7618 81.1341 43.5417 81.31 43.3709L81.3061 43.3671ZM79.0775 37.2564C79.0775 36.7478 78.9759 36.2392 78.7726 35.7268C78.5693 35.2182 78.2682 34.7589 77.8773 34.3452C77.4824 33.9353 76.9819 33.5937 76.3681 33.328C75.7543 33.0586 75.0545 32.9257 74.2686 32.9257C73.4241 32.9257 72.6734 33.0586 72.0166 33.328C71.3598 33.5975 70.8124 33.9353 70.3784 34.3452C69.9406 34.7551 69.6043 35.2144 69.3737 35.7268C69.1391 36.2354 69.0257 36.7478 69.0257 37.2564H79.0854H79.0775Z" fill="#3B3B3D"/> </g> <defs> <clipPath id="clip0_1471_15015"> <rect width="187.65" height="55.4139" fill="white"/> </clipPath> </defs> </svg> </a> <div class="c-nav-bar__desktop__wrapper"> <!--bookshop-live name(structures/header/desktop-nav-heading-item-group)--> <div class="c-desktop-nav-heading-item-group"> <div class="c-desktop-nav-heading-item-group__item" x-data="{ dropDownOpen: false}" x-on:click.outside="dropDownOpen = false"> <!--bookshop-live name(structures/header/desktop-nav-heading-item)--> <div class="desktop-nav-heading-item" x-on:click="dropDownOpen = ! dropDownOpen"> <button class="desktop-nav-heading-item__heading" x-bind:class="dropDownOpen ? 'desktop-nav-heading-item__heading--open' : ''"> Software </button> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" class="desktop-nav-heading-item__arrow" x-bind:class="dropDownOpen ? 'desktop-nav-heading-item__arrow--open' : ''"> <path d="M6.15948 8.60083L9.93336 4.42778C10.0222 4.32952 10.0222 4.17195 9.93336 4.07369C9.8445 3.97544 9.702 3.97544 9.61314 4.07369L6.00021 8.06877L2.38728 4.07369C2.29842 3.97544 2.15592 3.97544 2.06706 4.07369C2.02347 4.12189 2 4.18678 2 4.24981C2 4.31284 2.0218 4.37772 2.06706 4.42592L5.84094 8.59897C5.92812 8.69723 6.0723 8.69723 6.15948 8.60083Z" stroke-width="1.5"/> </svg> <div class="desktop-nav-heading-item__drop-down" x-show="dropDownOpen" x-cloak> <!--bookshop-live name(structures/header/menu-dropdown-box)--> <div class="dropdown-container-wrapper"> <div class="c-menu-dropdown-box" id="menu-dropdown"> <div class="c-menu-dropdown-box__subsection--one-one-one__col-one"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Our products</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/mf/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-mf.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut MF<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Powerful print management server for printers and MFDs </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/hive/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-hive.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Hive<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Complete cloud-native print management for business </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/ng/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-ng.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut NG<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">DIY print management server for everyone </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/pocket/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-pocket.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Pocket<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Cloud print management solution for businesses with simple needs </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-compare.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Compare features<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">PaperCut Product Suite comparison </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--one-one-one__col-two"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Free tools</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/free-software/mobility-print/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-mobility-print.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Mobility Print<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">A free Google Cloud Print alternative </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="https://qrdoc.io/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-qrdoc.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut QRdoc<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">The power of digital documents – on paper </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/views/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-views.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Views<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Real-time print analytics, insights and forecasts </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Sustainability</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/do-more/grows" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-grows.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">PaperCut Grows<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Grow your sustainability story. </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--one-one-one__col-three"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">In the percolator</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/percolator/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-percolator.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Projects in beta<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Features in progress </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Popular Features</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/do-more/print-rooms/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Print rooms</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">Track and manage all your printing activity </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/about/forest-positive/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Forest positive printing</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">Go further than waste reduction </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/do-more/print-deploy/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Print deploy</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">Print queues made easy </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/do-more/universal-print/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Microsoft universal print</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">Take control of your Universal Print environment </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__mobile-bottom-button"> <!--bookshop-live name(structures/header/mobile-bottom-button)--> <a class="c-mobile-bottom-button " reseed-ignore href="/get/speak-with-sales/"> Speak with sales <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-mobile-bottom-button__logo"> <g clip-path="url(#clip0_1432_20992)"> <path d="M6.4682 0C4.22403 0 2.40479 1.81924 2.40479 4.06342V16.2541L6.4682 12.1907H10.5316C12.7758 12.1907 14.595 10.3715 14.595 8.12728V0H6.4682ZM10.5316 8.12706H6.4682V4.06342H10.5316V8.12684V8.12706ZM13.8882 11.7858H13.7443V11.7173H14.1052V11.7858H13.9613V12.1878H13.8882V11.7858ZM14.5198 11.8859L14.4238 12.1308H14.3325L14.2319 11.8676V12.1878H14.1567V11.7171H14.2458L14.3783 12.0758L14.5132 11.7171H14.5955V12.1878H14.52V11.8857L14.5198 11.8859Z" fill="white"/> </g> <defs> <clipPath id="clip0_1432_20992"> <rect width="16" height="16" fill="white" transform="translate(0.5)"/> </clipPath> </defs> </svg> </a> <!--bookshop-live end--> </div> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> <div class="c-desktop-nav-heading-item-group__item" x-data="{ dropDownOpen: false}" x-on:click.outside="dropDownOpen = false"> <!--bookshop-live name(structures/header/desktop-nav-heading-item)--> <div class="desktop-nav-heading-item" x-on:click="dropDownOpen = ! dropDownOpen"> <button class="desktop-nav-heading-item__heading" x-bind:class="dropDownOpen ? 'desktop-nav-heading-item__heading--open' : ''"> Solutions </button> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" class="desktop-nav-heading-item__arrow" x-bind:class="dropDownOpen ? 'desktop-nav-heading-item__arrow--open' : ''"> <path d="M6.15948 8.60083L9.93336 4.42778C10.0222 4.32952 10.0222 4.17195 9.93336 4.07369C9.8445 3.97544 9.702 3.97544 9.61314 4.07369L6.00021 8.06877L2.38728 4.07369C2.29842 3.97544 2.15592 3.97544 2.06706 4.07369C2.02347 4.12189 2 4.18678 2 4.24981C2 4.31284 2.0218 4.37772 2.06706 4.42592L5.84094 8.59897C5.92812 8.69723 6.0723 8.69723 6.15948 8.60083Z" stroke-width="1.5"/> </svg> <div class="desktop-nav-heading-item__drop-down" x-show="dropDownOpen" x-cloak> <!--bookshop-live name(structures/header/menu-dropdown-box)--> <div class="dropdown-container-wrapper"> <div class="c-menu-dropdown-box" id="menu-dropdown"> <div class="c-menu-dropdown-box__subsection--three-one__col-one"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">By industry</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/k-12/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-k-12.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">High school / K-12</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/higher-education/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-higher-education.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Higher education</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/healthcare/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-health-care.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Healthcare</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/local-government/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-local-government.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Local government</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/legal/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-legal.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Legal</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/smb/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-smb.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">SMB</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/large-enterprise/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-enterprise.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Enterprise</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/co-working/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-co-working.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Coworking</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/industry/life-sciences/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-life-sciences.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Life sciences</p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--three-one__col-two"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">By topic</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/security/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-shield-security.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Print security</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/reduce-costs/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-money-coins.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Reduce costs</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/reduce-effort/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-workflow-circle.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Reduce effort</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/improve-user-experience/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-happy-smiley-face.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Improve user experience</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/hybrid-working/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-laptop.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">Hybrid work</p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--three-one__col-three"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">By job type</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/sys-admin/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-sys-admin-user.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">SysAdmin</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/it-manager/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-monitor-team.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">IT Manager</p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/solutions/smb-owner/" reseed-ignore class="c-sub-nav-label__primary-small-with-small-image"> <div class="c-sub-nav-label__primary-small-with-small-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-store-shopfront.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-small-with-small-image__content-container"> <p class="c-sub-nav-label__primary-small-with-small-image__content-container__heading">SMB Owner</p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--three-one__col-four"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">What our customers say</p> <!--bookshop-live name(structures/header/quote-nav-item)--> <a class="c-quote-nav-item" reseed-ignore href="/customer-stories/story/google/"> <div class="c-quote-nav-item__author-image" style=" background-image: url('https://cdn1.papercut.com/web/cloudcannon/ofer-bar-kakai-google-papercut.jpg'); background-size: cover; background-position: center;"> </div> <div class="c-quote-nav-item__quote-body"> <p class="c-quote-nav-item__quote-body__quote">“Sustainability is very important to Google nowadays,” says Ofer. “So the idea that we could literally save paper on printing was appealing to us from the get-go.”</p> <p class="c-quote-nav-item__quote-body__author-details">Ofer Bar-Zakai, Google, US</p> </div> </a> <!--bookshop-live end--> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/customer-stories/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Customer Stories</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">100 million delighted users and counting. Read their stories </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/resources/papercut-reviews/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Reviews</p> <p class="c-sub-nav-label__primary-no-image__content-container__description">See what our customers say </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__mobile-bottom-button"> <!--bookshop-live name(structures/header/mobile-bottom-button)--> <a class="c-mobile-bottom-button " reseed-ignore href="/get/speak-with-sales/"> Speak with sales <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-mobile-bottom-button__logo"> <g clip-path="url(#clip0_1432_20992)"> <path d="M6.4682 0C4.22403 0 2.40479 1.81924 2.40479 4.06342V16.2541L6.4682 12.1907H10.5316C12.7758 12.1907 14.595 10.3715 14.595 8.12728V0H6.4682ZM10.5316 8.12706H6.4682V4.06342H10.5316V8.12684V8.12706ZM13.8882 11.7858H13.7443V11.7173H14.1052V11.7858H13.9613V12.1878H13.8882V11.7858ZM14.5198 11.8859L14.4238 12.1308H14.3325L14.2319 11.8676V12.1878H14.1567V11.7171H14.2458L14.3783 12.0758L14.5132 11.7171H14.5955V12.1878H14.52V11.8857L14.5198 11.8859Z" fill="white"/> </g> <defs> <clipPath id="clip0_1432_20992"> <rect width="16" height="16" fill="white" transform="translate(0.5)"/> </clipPath> </defs> </svg> </a> <!--bookshop-live end--> </div> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> <div class="c-desktop-nav-heading-item-group__item" x-data="{ dropDownOpen: false}" x-on:click.outside="dropDownOpen = false"> <!--bookshop-live name(structures/header/desktop-nav-heading-item)--> <div class="desktop-nav-heading-item" x-on:click="dropDownOpen = ! dropDownOpen"> <button class="desktop-nav-heading-item__heading" x-bind:class="dropDownOpen ? 'desktop-nav-heading-item__heading--open' : ''"> Resources </button> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" class="desktop-nav-heading-item__arrow" x-bind:class="dropDownOpen ? 'desktop-nav-heading-item__arrow--open' : ''"> <path d="M6.15948 8.60083L9.93336 4.42778C10.0222 4.32952 10.0222 4.17195 9.93336 4.07369C9.8445 3.97544 9.702 3.97544 9.61314 4.07369L6.00021 8.06877L2.38728 4.07369C2.29842 3.97544 2.15592 3.97544 2.06706 4.07369C2.02347 4.12189 2 4.18678 2 4.24981C2 4.31284 2.0218 4.37772 2.06706 4.42592L5.84094 8.59897C5.92812 8.69723 6.0723 8.69723 6.15948 8.60083Z" stroke-width="1.5"/> </svg> <div class="desktop-nav-heading-item__drop-down" x-show="dropDownOpen" x-cloak> <!--bookshop-live name(structures/header/menu-dropdown-box)--> <div class="dropdown-container-wrapper"> <div class="c-menu-dropdown-box" id="menu-dropdown"> <div class="c-menu-dropdown-box__subsection--one-one-one__col-one"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Discover everything we do</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/the-complete-guide-to-windows-protected-print-wpp/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/img/icon/Icon-Light-mfp-printer-plus.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">WPP printing<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">The complete guide to Windows Protected Printing </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/easy-printing/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-easy-printing.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Easy printing<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">We’ve simplified printing for you and your end-users </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/cloud-and-print/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-cloud.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Cloud and print<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Review our full suite of management solutions for cloud </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/easy-scanning-and-capture/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-scanning.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Scanning<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">We’ve made scanning easier and more secure </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/discover/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-overview.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Overview<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Explore all our products, and find real-world examples </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> <ul class="c-nav-block-and-link__links"> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--one-one-one__col-two"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Popular resources</p> </div> <!--bookshop-live end--> <!--bookshop-live name(sections/popular-resources)--> <div class="c-popular-resources placeholder-menu-items"> <div class="c-popular-resources__placeholder"></div> <div class="c-popular-resources__placeholder"></div> <div class="c-popular-resources__placeholder"></div> <div class="c-popular-resources__placeholder"></div> <div class="c-popular-resources__placeholder"></div> </div> <div class="c-sub-nav-label"> <a href="/resources/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-book.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">View all resources</p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Reports, White Papers, Customer Stories, Ebooks and more </p> </div> </a> </div> <script defer> var menuCardsInit; if (menuCardsInit != true) { menuCardsInit = true; console.log("Running Menu Cards Initialization"); const processMenuCardsForContainer = (containerClass) => { const placeholderCardsDiv = document.querySelector(`.${containerClass} .placeholder-menu-items`); if (!placeholderCardsDiv) { console.error(`Container not found: .${containerClass} .placeholder-menu-items`); return; } const limit = 5; const promises = []; const cards = []; let counter = 0; const ctaCards = window.recommendedReadsCards.filter(card => card.extras && card.extras.type === 'cta'); let ctaCard = null; if (ctaCards.length > 0) { ctaCard = ctaCards.reduce((lowest, card) => !lowest || parseInt(card.extras.weight) < parseInt(lowest.extras.weight) ? card : lowest, null ); } if (ctaCard) { counter++; const newCard = createMenuElement(ctaCard); cards.push(newCard); if (ctaCard.imageUrl) { const promise = loadMenuImage(ctaCard.imageUrl) .then(thumbImg => { thumbImg.className = 'c-popular-resources__card__img'; newCard.prepend(thumbImg); }) .catch(error => console.error('Error loading image:', error)); promises.push(promise); } } window.recommendedReadsCards.forEach(card => { if (counter < limit && (!card.extras || card.extras.type !== 'cta' || card.id !== ctaCard.id)) { counter++; const newCard = createMenuElement(card); cards.push(newCard); if (card.extras.icon) { const promise = loadMenuImage(card.extras.icon) .then(thumbImg => { thumbImg.className = 'c-popular-resources__card__img'; newCard.prepend(thumbImg); }) .catch(error => console.error('Error loading image:', error)); promises.push(promise); } } }); Promise.all(promises) .then(() => { placeholderCardsDiv.innerHTML = ''; cards.forEach(card => { placeholderCardsDiv.appendChild(card); }); cards.forEach(card => { const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting && !entry.target.dataset.impressionLogged) { braze.logContentCardImpressions([card]); entry.target.dataset.impressionLogged = true; observer.disconnect(); } }); }, { threshold: 0.5 }); observer.observe(card); }); }) .catch(error => console.error('Error loading placeholder cards:', error)); }; const checkMenuCards = () => { if (contentCards && contentCards.length > 0) { window.recommendedReadsCards = contentCards.filter(card => card.extras && card.extras.tags && card.extras.tags.includes("popular-resources") ); processMenuCardsForContainer('c-nav-bar__desktop'); processMenuCardsForContainer('c-nav-bar__mobile'); } else { console.log("Waiting..") setTimeout(checkMenuCards, 1000); } }; const createMenuElement = (card) => { const newCard = document.createElement('a'); newCard.className = 'c-popular-resources__card'; newCard.href = card.url || '#'; newCard.dataset.cardId = card.id; newCard.dataset.impressionLogged = false; const cardTitle = document.createElement('p'); cardTitle.className = 'c-popular-resources__card__title'; cardTitle.textContent = card.title || ''; newCard.appendChild(cardTitle); newCard.addEventListener('click', () => handleMenuCardClick(card)); const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting && !entry.target.dataset.impressionLogged) { braze.logContentCardImpressions([card]); entry.target.dataset.impressionLogged = true; observer.disconnect(); } }); }, { threshold: 0.5 }); return newCard; }; const handleMenuCardClick = (card) => { event.preventDefault(); if (braze.logContentCardClick(card)) { setTimeout(() => { window.location.href = card.url; }, 500); } else { console.error("Error logging content card click."); } }; const loadMenuImage = src => new Promise((resolve, reject) => { const img = new Image(); img.onload = () => resolve(img); img.onerror = reject; img.src = src; }); checkMenuCards(); } </script> <!--bookshop-live end--> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__subsection--one-one-one__col-three"> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Click-through demos</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/products/demo/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-item-click-through.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Interactive demos<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Discover product features with interactive, self-guided walkthroughs </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link "> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Have a read</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/blog/" reseed-ignore class="c-sub-nav-label__primary-with-image"> <div class="c-sub-nav-label__primary-with-image__image-container"> <img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-blog.svg" alt="label icon"> </div> <div class="c-sub-nav-label__primary-with-image__content-container"> <p class="c-sub-nav-label__primary-with-image__content-container__heading">Blog<span class="c-sub-nav-label__primary-with-image__content-container__heading__postscript"></span></p> <p class="c-sub-nav-label__primary-with-image__content-container__description">Read our latest news in tech, product updates, and more </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/nav-block-and-link)--> <div class="c-nav-block-and-link c-nav-block-and-link--support"> <!--bookshop-live name(structures/header/drop-down-nav-heading)--> <div class="c-drop-down-nav-heading"> <p class="c-drop-down-nav-heading__heading">Support</p> </div> <!--bookshop-live end--> <ul class="c-nav-block-and-link__links"> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/support/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Overview</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/help/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Help Center</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/help/manuals/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Manuals</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/kb/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Knowledge base</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/support/known-issues/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">Known issues</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> <li class="c-nav-block-and-link__links__link-item"> <!--bookshop-live name(structures/header/sub-nav-label)--> <div class="c-sub-nav-label"> <a href="/faq/" reseed-ignore class="c-sub-nav-label__primary-no-image"> <div class="c-sub-nav-label__primary-no-image__content-container"> <p class="c-sub-nav-label__primary-no-image__content-container__heading">FAQs</p> <p class="c-sub-nav-label__primary-no-image__content-container__description"> </p> </div> </a> </div> <!--bookshop-live end--> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-menu-dropdown-box__mobile-bottom-button"> <!--bookshop-live name(structures/header/mobile-bottom-button)--> <a class="c-mobile-bottom-button " reseed-ignore href="/get/speak-with-sales/"> Speak with sales <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="c-mobile-bottom-button__logo"> <g clip-path="url(#clip0_1432_20992)"> <path d="M6.4682 0C4.22403 0 2.40479 1.81924 2.40479 4.06342V16.2541L6.4682 12.1907H10.5316C12.7758 12.1907 14.595 10.3715 14.595 8.12728V0H6.4682ZM10.5316 8.12706H6.4682V4.06342H10.5316V8.12684V8.12706ZM13.8882 11.7858H13.7443V11.7173H14.1052V11.7858H13.9613V12.1878H13.8882V11.7858ZM14.5198 11.8859L14.4238 12.1308H14.3325L14.2319 11.8676V12.1878H14.1567V11.7171H14.2458L14.3783 12.0758L14.5132 11.7171H14.5955V12.1878H14.52V11.8857L14.5198 11.8859Z" fill="white"/> </g> <defs> <clipPath id="clip0_1432_20992"> <rect width="16" height="16" fill="white" transform="translate(0.5)"/> </clipPath> </defs> </svg> </a> <!--bookshop-live end--> </div> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--" reseed-ignore href="https://www.papercut.com/get/speak-with-sales/"> CONTACT SALES </a> <!--bookshop-live end--> </div> </div> </div> <!--bookshop-live end--> </nav> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/header/header-spacer)--> <div class="c-header-spacer"> </div> <!--bookshop-live end--> </header> <main id="documentBody"><div x-data="{ open: true }"> <template data-swiftype-index="false" x-if="document.querySelector('.js-breadcrumbs') ? true : false"> <template x-teleport=".js-breadcrumbs"> <div class="c-breadcrumbs__links" x-show="open"> <ul class="c-breadcrumbs__links__list" id="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList"> <li class="c-breadcrumbs__links__list__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="/" itemprop="item" reseed-ignore> <span itemprop="name">Home</span> </a> <meta itemprop="position" content="1"> </li> <li class="c-breadcrumbs__links__list__separator">›</li> <li class="c-breadcrumbs__links__list__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="/products" reseed-ignore itemprop="item"> <span itemprop="name">Products</span> </a> <meta itemprop="position" content="1"> </li> <li class="c-breadcrumbs__links__list__separator">›</li> <li class="c-breadcrumbs__links__list__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <span itemprop="name">MF</span> <meta itemprop="position" content="2"> </li> </ul> </div> </template> </template> </div> <!--bookshop-live meta(version: "3.13.0" baseurl: "https://www.papercut.com/" copyright: "" title: "PaperCut")--> <!--bookshop-live name(__bookshop__subsequent) params(.: .Params.content_blocks)--> <!--bookshop-live name(page)--> <div class="components"> <div class="component component--white "> <!--bookshop-live name(sections/hero-banner-level1)--> <section id="-" class="c-sections-hero-banner-level1 c-sections-hero-banner-level1--background-color-F9F9FB primary-grey-050"> <div class="c-sections-hero-banner-level1__banner"> <div class="c-sections-hero-banner-level1__image-bg"> <img src alt> </div> <div class="c-sections-hero-banner-level1__content"> <img class="c-sections-hero-banner-level1__content__icon" src="https://cdn.papercut.com/web/img/products/mf/logo.svg" alt="PaperCut MF logo"> <h1 class="c-sections-hero-banner-level1__content__heading"><strong>Powerful</strong> print management for printers and MFDs</h1> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--primary" reseed-ignore href="https://www.papercut.com/get/speak-with-sales/" target="_blank" rel="noopener"> Speak with sales </a> <!--bookshop-live end--> </div> <div class="c-sections-hero-banner-level1__image "> <!--bookshop-live name(animated-svgs/svg)--> <!--bookshop-live name(animated-svgs/svg-mf-hero)--> <svg :class="classes" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1324 740.12"> <defs> <clipPath id="clip-path"> <path d="M1061.83 353.15c7.68 9.48 6.55 16.13 8 37.15 1.15 17.33-2.51 62.47 9.53 75.1s67 8.08 67 8.08l-7.22 24.83s-38.76-1.64-66.5-5.13c-19.06-2.4-22.84-17.71-25.08-57.56-3.7-65.43 3.86-89.34 3.86-89.34a19.55 19.55 0 0110.44 6.87" fill="none"/> </clipPath> <clipPath id="clip-path-2"> <path d="M1079.21 277a24.06 24.06 0 01-3.21 4.53l-2.1-27 1.4-2c10.32 13 8.52 16 3.91 24.48" fill="none"/> </clipPath> <clipPath id="clip-path-3"> <path d="M1050.24 240.77a32.65 32.65 0 0111.21 2c4.16 1.55 13.22 5.3 13.9 10.56 1.85 14.42-56.43 17.93-66.56 50.95-3.27 10.67-2.65 27.74-2.17 41.27.41 11.3 1.45 16.7-1.23 24.64-1.45 4.26-2.9 20.65-17.21 25.33-16.3 5.34-45.39 1.89-53.42-21.14a54.68 54.68 0 01-3.36-17.45v-.69a31.75 31.75 0 0111-24.34c9-8.06 22.64-3.6 27.37-11.3 6.19-10.08-7.72-22.76.61-33.87 12.7-16.94 31.55-8.43 40.25-12.76 10-5 5.35-15.47 16.61-25.07a35.58 35.58 0 0122.59-8.12z" fill="none"/> </clipPath> <clipPath id="clip-path-4"> <path d="M1205 682c6.34 4.15 35 14 35 14l-3.22 3.7-47.5-6.7-15.45-49.78 17.05-8.7s7.81 43.34 14.15 47.5" fill="none"/> </clipPath> <clipPath id="clip-path-5"> <path d="M1046.81 489.42l8.64 14h97.68s15.58 0 23 28.52c6.76 26 27.34 130.8 27.34 130.8l-32.17 7.75s-21.13-76.12-44.68-102c-12.94-14.25-40.63-13-68.25-11.7-22.61 1.05-45.19 2.1-59.57-5.39-12.25-6.38-17.29-14-11.1-36.72 4.84-17.8 7.83-32.5 7.83-32.5l35.92-3.06z" fill="none"/> </clipPath> <clipPath id="clip-path-6"> <path d="M1135.3 654.47s-11.74 44-9.88 48.83 26.49 20.08 26.49 20.08l-5 3.84-39-19.06 7.1-54.11z" fill="none"/> </clipPath> <clipPath id="clip-path-7"> <path d="M993.44 478.58c7 0 42.56.15 59.94 3.16 0 0-3 21.77 2.79 21.83 48.6.5 68.61 0 78.17 2.07 48.16 10.36 6.52 178.6 6.52 178.6h-35s13.63-112.28-.94-123.15-65.16-3.5-82.66-2.64-31.94-4.06-37.8-20 .38-38.93 7.76-59.87h1.2" fill="none"/> </clipPath> <clipPath id="clip-path-8"> <path d="M1056.48 310.44l-7.74 36.18 6.8 4.2-24.22 23.64-24-25.35 14.5-3.32s0-5.35.91-22c.7-12.8 4.28-34.7 4.28-34.7z" fill="none"/> </clipPath> <clipPath id="clip-path-9"> <path d="M1055.6 347.91a11.84 11.84 0 014.13 3.26c7.58 10.64 3 30 2.57 69.44-.24 20.33-1.3 57.77-1.3 57.77a3 3 0 01.26 2.67c-25.28-1.21-68.38.38-68.38.38s6.64-19.64 1.44-48.31c-4.22-23.27 1-78 1-78s4.18-8.76 32-9.45c4.6-.12 8.54-.21 11.94-.21 7.8 0 12.77.5 16.31 2.42" fill="none"/> </clipPath> <clipPath id="clip-path-10"> <path d="M1164.17 456.16a8.76 8.76 0 11-8.76-8.71 8.74 8.74 0 018.76 8.71" fill="none"/> </clipPath> <clipPath id="clip-path-11"> <path d="M1075.52 259.5l4.32 5.7-.9 43.36-.09.75c-1 15.79-8.57 20.53-26.12 18.34l-11.1-1.13-9.12-2.77.42-10.69a37.25 37.25 0 01-1.47-12c.24-6.15-10.35-42.22 33.17-42.22a96.52 96.52 0 0110.89.65" fill="none"/> </clipPath> <clipPath id="clip-path-12"> <path d="M1080.1 279.28c1.06 15.79 3.35 33.5 3.35 33.5l-8.48-1.73.89-43.09 3.93-4.79z" fill="none"/> </clipPath> <clipPath id="clip-path-13"> <path d="M1049.1 345.38c.32 4.19-.64 8.54-11.45 8.54-8.6 0-18-4.36-18.28-8.55s5.16-2.77 13.74-3.41c2.55-.19 5-.33 7.12-.33 5.08 0 8.65.81 8.87 3.75" fill="none"/> </clipPath> <clipPath id="clip-path-14"> <path d="M1053.41 242.76a30.85 30.85 0 017.53.94c16.76 4.18 18.88 15.28 18.88 15.28a16.76 16.76 0 01-4.21 12.8 13.26 13.26 0 01-14 4.9c-9.54-2.1-13.14-1.47-15.21 1.29-1.32 1.75.3 3.57.63 7.68.65 8-4.21 16.71-10.46 20.6s-7.26 3.33-9.89 6.46c-5.76 6.86 4.74 21.12-.41 28.13-5 6.85-16 3.55-27.66 10.5-1.36.81-14.7-3.3-14.7-3.3s11.68-32.81 13.4-33.83 30.59-59.46 30.59-59.46 10-12 25.51-12" fill="none"/> </clipPath> <clipPath id="clip-path-15"> <path d="M1041.84 353.58l-1.56 13.28c-2.52 1.05-30.93-19.27-30.93-19.27l8.89-3.65s15.6 9.9 23.6 9.64" fill="none"/> </clipPath> <clipPath id="clip-path-16"> <path d="M1054.82 347.46s-3.92 17.77-6.27 17.91l-5.28-12c5.7-.82 5.88-8.64 5.88-8.64z" fill="none"/> </clipPath> <clipPath id="clip-path-17"> <path d="M1059.06 480.94c12.48.63 34 1.08 34 1.08l-5.39 16.24s-8.46 1-29.1.63c-1.54 0-4.36-.16-6.21-.19l.62-17.91c2.64 0 4.76.08 6.1.15" fill="none"/> </clipPath> <clipPath id="clip-path-18"> <path d="M1008 354.88c6.38 3.89 13.42 20.8 13.42 20.8s-13 78.87-1 91.5 44.14 12.82 44.14 12.82l-10.47 18.31s-17 .56-44.74-2.92c-19.07-2.4-23.11-19.94-25.36-59.78-3.69-65.44 11.34-80.43 11.34-80.43a9.6 9.6 0 016.25-2.25 12.31 12.31 0 016.45 2" fill="none"/> </clipPath> <clipPath id="clip-path-19"> <path d="M1070.19 480.57s-9 1.28-9.73 8.42c-.37 3.47-.39 9.27-.39 9.27l-20.55-.25s-1.24-4.1 2.72-14.54c1.67-4.4 8.53-6.12 8.53-6.12z" fill="none"/> </clipPath> <clipPath id="clip-path-20"> <path d="M1211.9 428a2.37 2.37 0 012.29 3l-19.87 67.2h-118.74l20.27-68.54a2.38 2.38 0 012.29-1.7z" fill="none"/> </clipPath> <clipPath id="clip-path-21"> <path d="M1158.15 463.14a8.68 8.68 0 11-8.68-8.63 8.65 8.65 0 018.68 8.63" fill="none"/> </clipPath> <clipPath id="clip-path-22"> <path d="M1193.72 498.26v3.39a1.8 1.8 0 01-1.8 1.79h-140.37a1.88 1.88 0 01-1.88-1.86v-3.32z" fill="none"/> </clipPath> <clipPath id="clip-path-23"> <path d="M1054.29 490.68a3.09 3.09 0 11-3.09-3.07 3.09 3.09 0 013.09 3.07" fill="none"/> </clipPath> <clipPath id="clip-path-24"> <path d="M1054.37 484s1 15.39 6.79 15.45c48.35.5 64.83 3.43 74.35 5.49 47.91 10.34 5.89 181 5.89 181h-34.79s13.55-112-.95-122.83-64.82-3.5-82.23-2.64-31.77-4.05-37.61-19.94.39-38.84 7.72-59.73h1.2c7 0 42.34.15 59.63 3.16" fill="none"/> </clipPath> <clipPath id="clip-path-25"> <path d="M910.45 479.44h260.9v208.94h-260.9z" fill="none"/> </clipPath> <clipPath id="clip-path-26"> <path d="M1016.46 515.59c11.92 9 9.5 14.19 20.58 21.25 14 8.93 28.43 7.41 41.5 5.89 11.33-1.32 21.66-2.63 29.84 2.86 19.28 13 17.94 58-5.49 84.39-27.32 30.78-84.26 35.81-125 15.88V500.11c13.85 2 28.17 7.58 38.57 15.48" fill="none"/> </clipPath> <clipPath id="clip-path-27"> <path d="M910.45 486.37h224.2v184.27h-224.2z" fill="none"/> </clipPath> </defs> <title>PaperCut MF product illustration</title> <g id="Layer_2" data-name="Layer 2"> <g id="Printer_Background" data-name="Printer & Background"> <path id="cloud" d="M1153.71 148.86l-8 8a55.23 55.23 0 008-8zM1166.34 117.47l-51.07 51.08c1.38-.07 2.75-.15 4.09-.32l46.4-46.39c.24-1.44.45-2.84.58-4.37zM1165.27 99.8l-68.87 68.87h3.77l65.66-65.67c-.17-1.07-.34-2.15-.56-3.2zM1160.42 85.89l-82.78 82.78h3.78l80.19-80.19c-.39-.87-.77-1.75-1.19-2.59zM1153 74.61l-94.06 94.06h3.77l92-92c-.59-.67-1.18-1.38-1.71-2.06zM1143.25 65.55l-103.12 103.12h3.78l101.45-101.45c-.7-.56-1.36-1.14-2.11-1.67zM1131 59l-109.62 109.67h3.77l108.59-108.59c-.89-.4-1.81-.71-2.74-1.08zM1115.47 55.82l-112.85 112.85h3.78L1119 56.06c-1.16-.14-2.34-.19-3.53-.24zM1104.86 47.68l-121 121h3.78l118.4-118.4c-.36-.89-.79-1.74-1.18-2.6zM1098.1 35.68l-133 133h3.78L1099.61 38c-.48-.82-1-1.57-1.51-2.32zM1089.79 25.23L946.66 168.37c1.17.13 2.38.15 3.58.19l141.35-141.35q-.88-1-1.8-1.98zM1080 16.29L931.84 164.43c.89.39 1.81.72 2.72 1.06L1082.06 18c-.69-.58-1.37-1.16-2.06-1.71zM1068.57 8.94L920.13 157.39c.7.55 1.38 1.14 2.11 1.66L1071 10.32c-.82-.46-1.61-.95-2.43-1.38zM1055.28 3.48L910.74 148c.55.71 1.16 1.36 1.74 2L1058.15 4.39c-.94-.33-1.91-.61-2.87-.91zM1039.66.35L903.74 136.27c.39.87.75 1.75 1.18 2.59L1043 .77c-1.1-.15-2.21-.32-3.34-.42zM1020.24 1L899.4 121.85c.18 1.07.38 2.12.61 3.17L1024.56.46c-1.45.15-2.89.32-4.32.54zM998 8.24a80.06 80.06 0 00-9.24 5.46L967.55 35a84.83 84.83 0 00-5.72 9.5zM946.49 56l-47.19 47.19c-.21 1.42-.4 2.84-.51 4.3l51.71-51.72c-1.34.05-2.69.09-4.01.23zM909.64 77.88l12.52-12.52a55.09 55.09 0 00-12.52 12.52z" fill="#96cce8"/> <path fill="#ebf3e0" d="M408.87 391.2c0 186.44 151.14 337.58 337.58 337.58S1084 577.64 1084 391.2 932.89 53.61 746.45 53.61 408.87 204.75 408.87 391.2"/> <path fill="#96cae5" d="M926.6 536.91h160.41V715.9H926.6z"/> <ellipse cx="656.19" cy="720.49" fill="#eee" rx="656.19" ry="12.39"/> <path fill="#a1ca38" d="M1276.69 374.33a3.67 3.67 0 00-.13-6.87l-13.17-4.64a1.47 1.47 0 01-.89-.85l-5.15-13a3.66 3.66 0 00-6.86.13l-4.66 13.17a1.46 1.46 0 01-.84.88l-13 5.16a3.81 3.81 0 00.13 6.87l13.17 4.65a1.45 1.45 0 01.87.84l5.16 13a3.66 3.66 0 006.86-.13l4.66-13.17a1.48 1.48 0 01.85-.88z"/> <path fill="#27a527" d="M1322.74 321.87a2 2 0 00-.07-3.75l-7.19-2.54a.85.85 0 01-.49-.46l-2.81-7.09a2 2 0 00-3.74.07l-2.55 7.19a.78.78 0 01-.46.48l-7.09 2.82a2.08 2.08 0 00.07 3.75l7.19 2.54a.78.78 0 01.48.46l2.82 7.08a2 2 0 003.74-.07l2.54-7.19a.82.82 0 01.47-.48z"/> <path fill="#b5d699" d="M1305.22 256.53a1.56 1.56 0 000-2.93l-5.62-2a.64.64 0 01-.38-.36l-2.19-5.54a1.56 1.56 0 00-2.93.06l-2 5.62a.63.63 0 01-.36.37l-5.54 2.2a1.59 1.59 0 00-.89 1.48 1.63 1.63 0 001 1.45l5.61 2a.6.6 0 01.37.36l2.2 5.53a1.56 1.56 0 002.93 0l2-5.62a.62.62 0 01.37-.37z"/> <path fill="#d9d9d9" d="M304.04 352.08h97.7v2.99h-97.7z" transform="rotate(-180 352.89 353.575)"/> <path fill="#8c8c8c" d="M265.76 709.68l13.37 5.97V355l-13.37.47v354.21z"/> <path d="M281.17 372.37h228.4v343.28H279.1V374.44a2.07 2.07 0 012.07-2.07z" fill="#cdcbcb"/> <path d="M388.53 352.2v-18.36a6.48 6.48 0 016.49-6.48h91.21a23.34 23.34 0 0123.34 23.33v49.84c0 .07-.1 27.9-.1 27.9H279.1V355h106.64a2.79 2.79 0 002.79-2.8z" fill="#cdcbcb"/> <path d="M279.1 369.93h230.47v2.43H279.1z" fill="gray"/> <path d="M360.96 587.12h66.33v2.72h-66.33z" fill="#e5e5e5" transform="rotate(-180 394.13 588.475)"/> <path d="M360.96 618.71h66.33v2.72h-66.33z" fill="#e5e5e5" transform="rotate(-180 394.13 620.065)"/> <path d="M360.96 650.29h66.33v2.72h-66.33z" fill="#e5e5e5" transform="rotate(-180 394.13 651.655)"/> <path d="M360.96 681.88h66.33v2.72h-66.33z" fill="#e5e5e5" transform="rotate(-180 394.13 683.24)"/> <rect width="65.29" height="28.33" x="304.04" y="377.59" fill="#d5e7f6" rx="13.03"/> <circle cx="292.68" cy="398.94" r="5.35" fill="#d5e7f6"/> <path d="M286.47 386.35h12.83v3.31h-12.83z" fill="#d5e7f6" transform="rotate(-180 292.885 388)"/> <path d="M286.47 379.22h12.83v3.31h-12.83z" fill="#d5e7f6" transform="rotate(-180 292.885 380.87)"/> <path d="M279.13 511.09h230.02v2.43H279.13zM279.13 553.05h230.02v2.43H279.13z" fill="gray"/> <path fill="#a6a6a6" d="M282.76 344.65a5.05 5.05 0 015.06-5h64.49a22.61 22.61 0 0120.1-12.24h84.52v17.29H282.76z"/> <path fill="#d8d6d6" d="M377.92 478.75v-48.67a10.17 10.17 0 0110.17-10.17h121.48v58.84z"/> <path d="M175.15 704.39l-16.71 1.07-2.54-19.12 18.22 2 1.03 16.05zM79.91 704.72l-17.91.21s2.17-13.6 1.82-18.08c-.2-2.54 18.52-1.74 17.92 1.74-.98 5.41-1.83 16.13-1.83 16.13z" fill="#00b79c"/> <path d="M116.07 709.88c-5.37-4.18-27.57-5-32.08-6.46a7.16 7.16 0 01-3.26-1.7 18.29 18.29 0 01-9.28 1.79c-7.17-.33-9.49-2.59-9.49-2.59-.56.67-1.7 13.59-1.7 13.59 1.16.63 7 1.4 15.87 2.32l.15-.91 1.75.26C81.84 716.7 93 718 96 718.26c12.86 1 21.42 1.39 24 .41 0 0 1.13-4.86-3.93-8.79z" fill="#4b4a4b"/> <path fill="#b3b2b5" d="M155.3 692.17s-17.42-161.09-36.21-212.67H117L82.26 692.17l-22-.65c-2-12.46 4.51-186.55 11.53-262.33 0-4.06.08-17.28.08-17.28h95.19s16.94 162.23 8.52 280.26z"/> <path d="M79.3 440.48c6.42 0 12.31-4.75 15.69-12.51h1.43c-3.53 8.83-10 14.28-17.12 14.28a14 14 0 01-2.41-.23v-1.81a12.69 12.69 0 002.41.27zM166 440.48c-6.43 0-12.32-4.75-15.69-12.51h-1.43c3.53 8.83 10 14.28 17.12 14.28a13.74 13.74 0 002.4-.23l.06-1.81a12.69 12.69 0 01-2.46.27z" fill="gray"/> <path d="M168.4 425.76c.42 4.63.91 10.18 1.43 16.49-12.41-.57-32.12-2.84-39.56-9.2-5.51-4.7-17.74-7.51-29.81-9.19 27.05-2.14 57.54.66 67.94 1.9z" fill="#333" opacity=".2"/> <g id="swipe-arm"> <g opacity="0.14"> <path d="M192.83 341.14c13.39 13.93 39.27 12.59 64 17.72 8.53 1.78 14.58 4.65 18.84 7.65l-.25 1.08s-57.48-4.67-69-6.87c-8-1.53-31.53-23.71-45.13-37.1 12.4 1.09 19.61 5.1 31.54 17.52z" fill="#333"/> </g> <path d="M297.83 365.87s10 0 9.81-.05c4.33.23 7.83 2 8.72 1 1.19-1.24-.41-1.7-1.71-2.2a43 43 0 00-11-2.74c-.84-.06-.69-.48-1.56-.83.69 1.95-4.38 4.57-4.26 4.82z" fill="#f7b2a1"/> <path fill="#6a7885" d="M324.17 400.19l-23.68-32.93L323.12 351l23.68 32.93zM304 367.84l20.72 28.81 18.53-13.32-20.72-28.81z"/> <path d="M267.11 350.42c5.6 1.32 14.31 7.26 30.27 7.72a40.24 40.24 0 0012.48-2.14 33.53 33.53 0 019.33 0c2.17.26 5.36 1.63 5.46 3 0 .59-.71.44-1.29.46.83.11 2.09.69 1.94 2.06 0 .2-.31.29-.75.32.75.21 1.12.55.75 1.27s-2.86.58-6.79-.43c-1.32-.33-4.27-.62-9.63 0 0 0-5.17 1.81-8.78 2.79-3.14.85-12.68.2-14.55 0 0 0-20-4.21-22.16-4.6z" fill="#f7b2a1"/> <path d="M168.85 260.91s43.43 71.23 56.88 76.53 53.68 12.71 53.68 12.71l-4 17.44s-57.48-4.67-69-6.87-55.16-47.17-55.16-47.17l-8.76-48.95 2.06-16.24s16.78 1.11 24.3 12.55z" fill="#98d100"/> <path d="M304.64 362.91h38.02v25.35h-38.02z" fill="#fff" transform="rotate(54.28 323.64171115 375.55842967)"/> </g> <path d="M152.82 180.75l.67 29.77s7.47 1.44 7.84 1.33-1.78-14.4-3.24-30.61z" fill="#f7b2a1"/> <path d="M116 176.12c-1.09 4.2-2 8.39-2.7 12.35h-5.9a13.27 13.27 0 00-.82 6.42c1.25 13.33 4.34 40.61 1.74 53.71l-16.21.68c4.32 9.19 18.28 15.58 29.11 15.58a28.25 28.25 0 0025.23-15.7l-11.66-.64v-15.13h.26l.77-.07c12.07-.68 22.09-3.75 22.09-23.06l.07-5.34v-28.8z" fill="#f7b2a1"/> <path d="M84.63 248.4l12.52-.25a30.23 30.23 0 0024.41 11.14c16.38-.45 22.14-10.91 22.14-10.91l8.49.37 18.45 40.61L182.19 428S108 417.1 70.58 434.62c0 0-.07-86-.07-119.26 0-37.05 13.59-66.96 14.12-66.96z" fill="#98d100"/> <g opacity=".14"> <path d="M70.52 353.67c.14-19.66.3-38.31.45-50.2v-.36c10 6.82 20.42 37.5 20.45 50.65.06 30-6.3 53-19.6 80.29-.43.18-.85.37-1.27.57.03 0 0-43.79-.03-80.95z" fill="#333"/> </g> <path fill="#008c3a" d="M85.91 304.15l-1 .07-.21-4.74 5.29-.4c5.29-.41 23.53.27 23.53.27l.21 4.78c-5.23-.13-22.25-.37-27.82.02z"/> <path d="M42.22 380.4h62.07v79.8H42.22z" opacity=".3" transform="rotate(-121.66 73.2606058 420.30404639)"/> <path fill="#00b936" d="M40.63 383.39h62.07v79.8H40.63z" transform="rotate(-121.66 71.66871647 423.2911589)"/> <path d="M53.38 408.45l13.45 29.92s1.54 3 2.78 5c1.87 3.1 14.67 11.51 14.68 11.75a1.17 1.17 0 01-.26.63c-1.47 1.45-4.86.42-6.66-1 1.09 3.21.43 6.34-3.43 8.51L70.56 465c-4.74 2.17-7.62-1.93-9.37-5.42s-.89-9.36-3.11-14.28S43 421.25 43 421.25z" fill="#f7b2a1"/> <path d="M51.46 279.9c7.47-22.46 14.31-28.22 31.6-31.38h9l-8.84 61.17S52.64 369.53 52 381.26 69 437 69 437l-15.63 8.35c-5.53-11.12-16.4-32.65-22.77-50.07a45.45 45.45 0 01-1.4-26.74z" fill="#98d100"/> <path d="M100.26 717.32c11.39 1.07 17.77.35 19.84 0a6 6 0 01-.11 1.32c-2.61 1-11.17.56-24-.41C93 718 81.84 716.7 78 716.18l-1.75-.26-.15.91c-8.88-.92-14.71-1.69-15.87-2.32l.22-2.36c12.08 2.23 26.03 3.85 39.81 5.17z" fill="#666"/> <path d="M211.45 708.21c-5.62-3.84-27.83-3.3-32.42-4.45a7.14 7.14 0 01-3.36-1.49 18.36 18.36 0 01-9.15 2.36c-7.18.12-9.63-2-9.63-2-.52.7-.85 13.67-.85 13.67 1.19.55 7.06 1 16 1.32l.09-.92s.9.09 1.77.15c3.83.29 15 .92 18 1 12.9.18 21.46.06 24-1.08.01-.03.84-4.95-4.45-8.56z" fill="#4b4a4b"/> <path d="M196.14 716.62c11.43.36 17.76-.75 19.8-1.2a6.72 6.72 0 010 1.32c-2.55 1.14-11.11 1.26-24 1.08-3 0-14.19-.67-18-1-.87-.06-1.77-.15-1.77-.15l-.09.92c-8.92-.36-14.79-.77-16-1.32 0 0 0-1 .07-2.37 12.13 1.51 26.15 2.28 39.99 2.72z" fill="#666"/> <path d="M168.21 165c-.93-11.27-31.15-9.56-39.83-2.08a8.15 8.15 0 00-7.25-2.82c-4.76.39-7.15 2.91-8.28 6.35a5.27 5.27 0 00-5.73-1.69c-6.47 1.76-5.65 11.07-3.87 24.27 1.6 11.87 2.65 24.64 3.25 25.35 1.93 2.27 3.3-3.71 2.85-6.15-.69-3.68-2.18-5.94-.64-8.74s4.07-2 5.67-.2c.82.92 2 3.78 3.2 3.59s-2-10.71-1.58-17.67c.47-8.67 34.55-4.86 43.47-5.66 0 .01 9.99.77 8.74-14.55z" fill="#4b4a4b"/> <path fill="#2da34a" d="M545.43 259.93h213.56v455.73H545.43z"/> <path d="M576.93 354.88h12.55v4.75h-12.55zM612.77 354.88h12.55v4.75h-12.55zM648.62 354.88h12.55v4.75h-12.55zM684.46 354.88h12.55v4.75h-12.55zM720.3 354.88h12.55v4.75H720.3z" fill="#3cb04a"/> <path d="M576.93 333.73h12.55v21.15h-12.55zM612.77 333.73h12.55v21.15h-12.55zM648.62 333.73h12.55v21.15h-12.55zM684.46 333.73h12.55v21.15h-12.55zM720.3 333.73h12.55v21.15H720.3z" fill="#9dcf9f"/> <path d="M576.96 398.31h12.55v4.75h-12.55zM612.81 398.31h12.55v4.75h-12.55zM648.65 398.31h12.55v4.75h-12.55zM684.49 398.31h12.55v4.75h-12.55zM720.34 398.31h12.55v4.75h-12.55z" fill="#3cb04a"/> <path d="M576.96 377.16h12.55v21.15h-12.55zM612.81 377.16h12.55v21.15h-12.55zM648.65 377.16h12.55v21.15h-12.55zM684.49 377.16h12.55v21.15h-12.55zM720.34 377.16h12.55v21.15h-12.55z" fill="#9dcf9f"/> <path d="M576.96 441.74h12.55v4.75h-12.55zM612.81 441.74h12.55v4.75h-12.55zM648.65 441.74h12.55v4.75h-12.55zM684.49 441.74h12.55v4.75h-12.55zM720.34 441.74h12.55v4.75h-12.55z" fill="#3cb04a"/> <path d="M576.96 420.59h12.55v21.15h-12.55zM612.81 420.59h12.55v21.15h-12.55zM648.65 420.59h12.55v21.15h-12.55zM684.49 420.59h12.55v21.15h-12.55zM720.34 420.59h12.55v21.15h-12.55z" fill="#9dcf9f"/> <path d="M576.96 485.17h12.55v4.75h-12.55zM612.81 485.17h12.55v4.75h-12.55zM648.65 485.17h12.55v4.75h-12.55zM684.49 485.17h12.55v4.75h-12.55zM720.34 485.17h12.55v4.75h-12.55z" fill="#3cb04a"/> <path d="M576.96 464.02h12.55v21.15h-12.55zM612.81 464.02h12.55v21.15h-12.55zM648.65 464.02h12.55v21.15h-12.55zM684.49 464.02h12.55v21.15h-12.55zM720.34 464.02h12.55v21.15h-12.55z" fill="#9dcf9f"/> <path d="M576.96 528.6h12.55v4.75h-12.55zM612.81 528.6h12.55v4.75h-12.55zM648.65 528.6h12.55v4.75h-12.55zM684.49 528.6h12.55v4.75h-12.55zM720.34 528.6h12.55v4.75h-12.55z" fill="#3cb04a"/> <path d="M576.96 507.46h12.55v21.15h-12.55zM612.81 507.46h12.55v21.15h-12.55zM648.65 507.46h12.55v21.15h-12.55zM684.49 507.46h12.55v21.15h-12.55zM720.34 507.46h12.55v21.15h-12.55z" fill="#9dcf9f"/> <path d="M576.96 572.03h12.55v4.75h-12.55zM612.81 572.03h12.55v4.75h-12.55zM648.65 572.03h12.55v4.75h-12.55zM684.49 572.03h12.55v4.75h-12.55zM720.34 572.03h12.55v4.75h-12.55z" fill="#3cb04a"/> <path d="M576.96 550.89h12.55v21.15h-12.55zM612.81 550.89h12.55v21.15h-12.55zM648.65 550.89h12.55v21.15h-12.55zM684.49 550.89h12.55v21.15h-12.55zM720.34 550.89h12.55v21.15h-12.55z" fill="#9dcf9f"/> <path d="M576.96 615.46h12.55v4.75h-12.55zM612.81 615.46h12.55v4.75h-12.55zM648.65 615.46h12.55v4.75h-12.55zM684.49 615.46h12.55v4.75h-12.55zM720.34 615.46h12.55v4.75h-12.55z" fill="#3cb04a"/> <path d="M576.96 594.32h12.55v21.15h-12.55zM612.81 594.32h12.55v21.15h-12.55zM648.65 594.32h12.55v21.15h-12.55zM684.49 594.32h12.55v21.15h-12.55zM720.34 594.32h12.55v21.15h-12.55z" fill="#9dcf9f"/> <path d="M576.96 658.89h12.55v4.75h-12.55zM612.81 658.89h12.55v4.75h-12.55zM648.65 658.89h12.55v4.75h-12.55zM684.49 658.89h12.55v4.75h-12.55zM720.34 658.89h12.55v4.75h-12.55z" fill="#3cb04a"/> <path d="M576.96 637.75h12.55v21.15h-12.55zM612.81 637.75h12.55v21.15h-12.55zM648.65 637.75h12.55v21.15h-12.55zM684.49 637.75h12.55v21.15h-12.55zM720.34 637.75h12.55v21.15h-12.55z" fill="#9dcf9f"/> <path d="M576.96 681.2h48.39v34.46h-48.39zM636.04 681.2h38.77v34.46h-38.77zM684.49 681.2h48.39v34.46h-48.39z" fill="#3cb04a"/> <path fill="#61b867" d="M654.13 681.18h1.58v34.46h-1.58z"/> <path d="M665.63 296.21h67.22v6.74h-67.22zM576.93 296.21h67.22v6.74h-67.22z" fill="#3cb04a"/> <circle cx="654.89" cy="299.58" r="13.66" fill="#3cb04a"/> <path fill="#97c65d" d="M759.63 214.29H928.8v501.05H759.63z"/> <path d="M794.69 269.77h15.15v6.57h-15.15zM837.96 269.77h15.15v6.57h-15.15zM881.22 269.77h15.15v6.57h-15.15z" fill="#68ab9e"/> <path d="M794.69 240.51h15.15v29.27h-15.15zM837.96 240.51h15.15v29.27h-15.15zM881.22 240.51h15.15v29.27h-15.15z" fill="#c0dbd5"/> <path d="M794.69 329.89h15.15v6.57h-15.15zM837.96 329.89h15.15v6.57h-15.15zM881.22 329.89h15.15v6.57h-15.15z" fill="#68ab9e"/> <path d="M794.69 300.62h15.15v29.27h-15.15zM837.96 300.62h15.15v29.27h-15.15zM881.22 300.62h15.15v29.27h-15.15z" fill="#c0dbd5"/> <path d="M794.69 390h15.15v6.57h-15.15zM837.96 390h15.15v6.57h-15.15zM881.22 390h15.15v6.57h-15.15z" fill="#68ab9e"/> <path d="M794.69 360.73h15.15V390h-15.15zM837.96 360.73h15.15V390h-15.15zM881.22 360.73h15.15V390h-15.15z" fill="#c0dbd5"/> <path d="M794.69 450.11h15.15v6.57h-15.15zM837.96 450.11h15.15v6.57h-15.15zM881.22 450.11h15.15v6.57h-15.15z" fill="#68ab9e"/> <path d="M794.69 420.85h15.15v29.27h-15.15zM837.96 420.85h15.15v29.27h-15.15zM881.22 420.85h15.15v29.27h-15.15z" fill="#c0dbd5"/> <path d="M794.69 510.23h15.15v6.57h-15.15zM837.96 510.23h15.15v6.57h-15.15zM881.22 510.23h15.15v6.57h-15.15z" fill="#68ab9e"/> <path d="M794.69 480.96h15.15v29.27h-15.15zM837.96 480.96h15.15v29.27h-15.15zM881.22 480.96h15.15v29.27h-15.15z" fill="#c0dbd5"/> <path d="M794.69 570.34h15.15v6.57h-15.15zM837.96 570.34h15.15v6.57h-15.15zM881.22 570.34h15.15v6.57h-15.15z" fill="#68ab9e"/> <path d="M794.69 541.07h15.15v29.27h-15.15zM837.96 541.07h15.15v29.27h-15.15zM881.22 541.07h15.15v29.27h-15.15z" fill="#c0dbd5"/> <path d="M794.69 630.45h15.15v6.57h-15.15zM837.96 630.45h15.15v6.57h-15.15zM881.22 630.45h15.15v6.57h-15.15z" fill="#68ab9e"/> <path d="M794.69 601.19h15.15v29.27h-15.15zM837.96 601.19h15.15v29.27h-15.15zM881.22 601.19h15.15v29.27h-15.15z" fill="#c0dbd5"/> <path d="M789.96 667.65h34.54v47.7h-34.54zM865.86 667.65h34.54v47.7h-34.54zM832.13 667.65h27.67v47.7h-27.67z" fill="#68ab9e"/> <path fill="#8ac3b9" d="M845.04 667.62h1.13v47.7h-1.13z"/> <circle cx="502.04" cy="625.9" r="45.1" fill="#89c141"/> <path d="M504.46 714.73v-94.52a1.81 1.81 0 00-3.61 0v94.52z" fill="#558a40"/> <path d="M540.94 691.48c-5.68 5.68-21.09 11.87-26.77 6.18s.5-21.08 6.18-26.77a14.56 14.56 0 0120.59 20.59z" fill="#89c141"/> <path d="M536.06 675.57a1.8 1.8 0 00-2.55 0l-31.23 31.23v5.09l33.78-33.78a1.8 1.8 0 000-2.54z" fill="#558a40"/> <g clip-path="url(#clip-path)"> <path d="M1033.61 333.38h125.62v177.83h-125.62z" fill="#3180b0"/> </g> <g clip-path="url(#clip-path-2)"> <path d="M1061.01 239.58h34.78v54.8h-34.78z" fill="#1c1446"/> </g> <g clip-path="url(#clip-path-3)"> <path d="M918.51 227.87h169.78V410.6H918.51z" fill="#1c1446"/> </g> <g clip-path="url(#clip-path-4)"> <path d="M1160.93 621.65h92.02v91h-92.02z" fill="#ddc4b0"/> </g> <g clip-path="url(#clip-path-5)"> <path d="M972.16 466.2h244.22v217.2H972.16z" fill="#4b4a4b"/> </g> <g clip-path="url(#clip-path-6)"> <path d="M1095.04 641.15h69.77v98.96h-69.77z" fill="#ddc4b0"/> </g> <g clip-path="url(#clip-path-7)"> <path fill="#59595c" d="M969.26 465.68h201.22v231.46H969.26z"/> </g> <g clip-path="url(#clip-path-8)"> <path d="M994.47 276.17h74.91v111.19h-74.91z" fill="#ddc4b0"/> </g> <g clip-path="url(#clip-path-9)"> <path d="M979.78 332.59h97.2v161.74h-97.2z" fill="#3180b0"/> </g> <g clip-path="url(#clip-path-10)"> <path d="M1133.75 434.56h43.32v43.22h-43.32z" fill="#fff"/> </g> <g clip-path="url(#clip-path-11)"> <path d="M1017.6 245.95h75.14v95.1h-75.14z" fill="#ddc4b0"/> </g> <g clip-path="url(#clip-path-12)"> <path d="M1062.08 250.27h34.26v75.4h-34.26z" fill="#ddc4b0"/> </g> <g clip-path="url(#clip-path-13)"> <path d="M1006.46 328.73h55.59v38.09h-55.59z" fill="#ddc4b0"/> </g> <g clip-path="url(#clip-path-14)"> <path d="M971.01 229.86h121.76v134.48H971.01z" fill="#1c1446"/> </g> <g clip-path="url(#clip-path-15)"> <path d="M996.45 331.04h58.29v48.76h-58.29z" fill="#86b1db"/> </g> <g clip-path="url(#clip-path-16)"> <path d="M1030.37 331.79h37.34v46.48h-37.34z" fill="#86b1db"/> </g> <g clip-path="url(#clip-path-17)"> <path d="M1039.45 467.89h66.49v43.97h-66.49z" fill="#ddc4b0"/> </g> <g clip-path="url(#clip-path-18)"> <path d="M970.51 340h106.96v171.21H970.51z" fill="#3180b0"/> </g> <g clip-path="url(#clip-path-19)"> <path d="M1026.44 464.45h56.65v46.71h-56.65z" fill="#86b1db"/> </g> <g clip-path="url(#clip-path-20)"> <path fill="#8a8a8a" d="M1062.68 415.12h164.51v96.05h-164.51z"/> </g> <g clip-path="url(#clip-path-21)"> <path d="M1127.89 441.61h43.16v43.06h-43.16z" fill="#fff"/> </g> <g clip-path="url(#clip-path-22)"> <path d="M1036.78 485.37h169.83v30.96h-169.83z" fill="gray"/> </g> <g clip-path="url(#clip-path-23)"> <path d="M1035.21 474.72h31.98v31.95h-31.98z" fill="#fff"/> </g> <g clip-path="url(#clip-path-24)"> <g clip-path="url(#clip-path-25)"> <g clip-path="url(#clip-path-26)"> <g clip-path="url(#clip-path-27)" opacity=".1"> <path d="M910.45 486.37h224.21v184.27H910.45z" fill="#333"/> </g> </g> </g> </g> </g> </g> </svg> <style lang="scss" scoped> @keyframes clouds { from { opacity: 0; transform: translate(-300px); } 1% { opacity: 1; } 80% { opacity: 1; } to { transform: translateX(0); opacity: 0; } } @keyframes mf-arm { 0% { transform: rotate(18deg); } 100% { transform: rotate(0deg); } } #swipe-arm { transform-origin: 51px 162px; transform: rotate(18deg); } .anim #swipe-arm { animation: mf-arm 1s forwards; } #cloud { opacity: 0; } .anim #cloud { animation: clouds 12s linear; } </style> <script> export default { data() { return { classes: [], }; }, methods: { loaded() { setTimeout(() => this.classes.push("anim"), 2); }, }, created() { window.addEventListener("load", this.loaded); }, }; </script> <!--bookshop-live end--> <!--bookshop-live end--> </div> </div> </section> <script> console.log("Experiment Script") function waitForBraze(callback) { if (typeof braze !== 'undefined' && braze.getFeatureFlag) { callback(); } else { setTimeout(function() { waitForBraze(callback); }, 100); } } function runExperiment(experimentId) { const featureFlag = braze.getFeatureFlag(experimentId); braze.logFeatureFlagImpression(experimentId); const variantSection = document.getElementById(`${experimentId}-variant`); const controlSection = document.getElementById(`${experimentId}-control`); console.log(featureFlag) if (featureFlag?.enabled) { console.log("Experiment: Variant A") if (variantSection) { variantSection.style.display = "block"; } if (controlSection) { controlSection.style.display = "none"; } } } const executedExperiments = {}; waitForBraze(function() { braze.subscribeToFeatureFlagsUpdates(() => { if ("" && "") { const experimentId = ""; console.log(experimentId) if (!executedExperiments[experimentId]) { runExperiment(experimentId); executedExperiments[experimentId] = true; } } }); }); </script> <!--bookshop-live end--> </div> <div class="component component--white component--sticky "> <!--bookshop-live name(sections/breadcrumbs)--> <div class="c-breadcrumbs--outer c-breadcrumbs--sticky c-breadcrumbs--background-grey"> <nav class="c-breadcrumbs c-breadcrumbs--inner c-breadcrumbs--sticky js-breadcrumbs"> </nav> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/content-with-large-overhanging-image)--> <section> <div class="c-content-with-large-overhanging-image c-content-with-large-overhanging-image--background-color-FFFFFF white"> <div class="c-content-with-large-overhanging-image__content"> <div class="c-content-with-large-overhanging-image__text"> <h2 class="c-content-with-large-overhanging-image__text-heading">Software that uses the power of your devices for good — easy, secure, and waste-free printing</h2> <div class="c-content-with-large-overhanging-image__button"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--plain-link" reseed-ignore href="https://demo.papercut.com/user" target="_blank" rel="noopener"> Live demo > </a> <!--bookshop-live end--> </div> </div> <div class="c-content-with-large-overhanging-image__image"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--dashboard%402x.webp" alt> </div> </div> </div> <div class="c-content-with-large-overhanging-image__under-overhang c-content-with-large-overhanging-image--overhang-background-color-F9F9FB primary-grey-050" style="height: 100px;"></div> </section> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/left-right-three-tile-and-image)--> <div class="c-sections-left-right-three-tile-and-image c-sections-left-right-three-tile-and-image--background-color-F9F9FB primary-grey-050"> <div class="c-sections-left-right-three-tile-and-image__body c-sections-left-right-three-tile-and-image__body--right "> <div class="c-sections-left-right-three-tile-and-image__body__heading"> <p class="c-sections-left-right-three-tile-and-image__body__heading__section-heading"> Easy printing </p> <h4>Enable printing that just works on every platform</h4> <p class="c-sections-left-right-three-tile-and-image__body__heading__heading-paragraph"> PaperCut MF fits in with your print environment, supporting <a href="https://www.papercut.com/products/mf/supported-devices/">devices</a> you already have. Configure things exactly to your liking, and we’ll make sure the printing part simply happens, every single time. </p> </div> <div class="c-sections-left-right-three-tile-and-image__body__tile-container"> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/byod-devices.svg" alt="Laptop and phone icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Mobile and BYOD printing</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Managed and BYOD systems are all covered. Print from Chromebooks, Android, macOS, iOS, and Windows devices.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/cog-automate-repeat.svg" alt="Person and a tick icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Automated print queues</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Push the right print queues and printer drivers to roaming users no matter where they go, all automatically.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/swipe-card-rfid.svg" alt="Smily face icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Convenient print release</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Print to one queue and pick up at any printer with the simple ‘tap and release’ workflow powered by Find-Me printing.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> </div> <div class="c-sections-left-right-three-tile-and-image__image c-sections-left-right-three-tile-and-image__image--left "> <img src="https://cdn.papercut.com/web/img/products/mf/feature--print-deploy%402x.webp" alt> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/left-right-three-tile-and-image)--> <div class="c-sections-left-right-three-tile-and-image c-sections-left-right-three-tile-and-image--background-color-FFFFFF white"> <div class="c-sections-left-right-three-tile-and-image__body c-sections-left-right-three-tile-and-image__body--left "> <div class="c-sections-left-right-three-tile-and-image__body__heading"> <p class="c-sections-left-right-three-tile-and-image__body__heading__section-heading"> Secure printing </p> <h4>Protect data before, during, and after printing</h4> <p class="c-sections-left-right-three-tile-and-image__body__heading__heading-paragraph"> PaperCut MF’s security puts peace of mind center stage. Physical measures protect documents throughout their entire lifecycle – and end-to-end encryption keeps data as breach-proof as possible. </p> </div> <div class="c-sections-left-right-three-tile-and-image__body__tile-container"> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/lock-with-key.svg" alt="Key and lock icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Before: Access control</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Authorize users to control who, when, and how they print. Link with AD, eDirectory, LDAP, or Cloud directories.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/swipe-card-rfid.svg" alt="Person and a tick icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">During: Secure release</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Leverage the combination of identity cards and embedded MFD software for quick ’tap and release’ of print jobs.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/shield-security.svg" alt="Smily face icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">After: Watermarking</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Bring back document ownership. Promote responsible document handling by applying a username watermark or a digital signature.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> </div> <div class="c-sections-left-right-three-tile-and-image__image c-sections-left-right-three-tile-and-image__image--right "> <img src="https://cdn.papercut.com/web/img/products/mf/feature--watermarking%402x.webp" alt> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/left-right-three-tile-and-image)--> <div class="c-sections-left-right-three-tile-and-image c-sections-left-right-three-tile-and-image--background-color-E7F6E9 primary-green-050"> <div class="c-sections-left-right-three-tile-and-image__body c-sections-left-right-three-tile-and-image__body--right "> <div class="c-sections-left-right-three-tile-and-image__body__heading"> <p class="c-sections-left-right-three-tile-and-image__body__heading__section-heading"> Sustainable printing </p> <h4>Shrink your footprint and your bills</h4> <p class="c-sections-left-right-three-tile-and-image__body__heading__heading-paragraph"> Give back to the earth and your printing budget. PaperCut MF boasts eco-friendly policies to help you use less paper, save on toner, recover costs, and make sustainable habits the status quo. Our sustainability program PaperCut Grows turns your printing into tree planting for a Forest Positive impact on the environment. </p> </div> <div class="c-sections-left-right-three-tile-and-image__body__tile-container"> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/bell-notification-alert.svg" alt="Ringing bell icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Forest Positive printing</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Reduce print waste with PaperCut MF or PaperCut Hive then transform your essential documents into a <a href="https://www.papercut.com/about/forest-positive"> Forest Positive </a> force for the environment by planting trees with our <a href="https://www.papercut.com/products/do-more/grows"> PaperCut Grows </a> program.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/decrease-paper-jobs-doc.svg" alt="decrease paper doc icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Zero uncollected print jobs</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Make the overflowing recycling bin a thing of the past with Secure Print Release. Did you know that up to 12% of print jobs are uncollected?</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/graph-data-tracking.svg" alt="ninja icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Actionable reports</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Get full print visibility to unlock in-depth insights and stats – how many trees have you printed?</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> </div> <div class="c-sections-left-right-three-tile-and-image__image c-sections-left-right-three-tile-and-image__image--left "> <img src="https://storage.googleapis.com/cdn1.papercut.com/web/img/illustrations.webp/Sustainable-printing-2.webp" alt> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/left-right-three-tile-and-image)--> <div class="c-sections-left-right-three-tile-and-image c-sections-left-right-three-tile-and-image--background-color-F9F9FB primary-grey-050"> <div class="c-sections-left-right-three-tile-and-image__body c-sections-left-right-three-tile-and-image__body--left "> <div class="c-sections-left-right-three-tile-and-image__body__heading"> <p class="c-sections-left-right-three-tile-and-image__body__heading__section-heading"> Featureful printing </p> <h4>Scan and digitize documents to do more with your day</h4> <p class="c-sections-left-right-three-tile-and-image__body__heading__heading-paragraph"> Harnessing cutting-edge cloud and document processing tech, PaperCut MF makes MFD scanning simpler, smarter, and more business-integrated than ever to give you more information, more readily. </p> </div> <div class="c-sections-left-right-three-tile-and-image__body__tile-container"> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/duo-location-pin.svg" alt="Pin drop location icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Any and every destination</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">One-touch scan to home folders, email, or cloud storage accounts like Google Drive, OneDrive, Sharepoint, Box.net, and Dropbox.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/ocr-magnifying-glass.svg" alt="Magnifying glass icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Smarter digitized documents</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Activate optical character recognition (OCR) and image processing to make your documents more useful by making them text searchable and editable.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-none c-simple-card--button--padding-none " style="--border-radius: 0px"> <div> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/charity-world-care.svg" alt="World in hand icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-size c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h6 c-heading--3B3B3D">Universally user friendly</h6> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Enjoy a consistent, modern, and easy-to-use scanning interface – regardless of MFD brand and model. Your roaming profiles personalize every device.</div> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> </div> <div class="c-sections-left-right-three-tile-and-image__image c-sections-left-right-three-tile-and-image__image--right "> <img src="https://cdn.papercut.com/web/img/products/mf/feature_featureful_scanning_2x.webp" alt> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/three-tile-carousel)--> <div class="c-three-tile-carousel" x-init=" $nextTick(() => { setupCarousel(true); setTimeout(function() { carouselImageHeight = ((document.getElementsByClassName('active-tile')[0].querySelector('.c-carousel-tile').querySelector('.c-carousel-tile__image-container').offsetHeight - 28) / 2).toString(10) + 'px'; }, 500); }) " @resize.window=" tempWidth = (window.innerWidth > 0) ? window.innerWidth : screen.width; if(screenSize != tempWidth) { containerSize = document.getElementsByClassName('c-three-tile-carousel')[0].offsetWidth; resizeCarousel(); setTimeout(function() { carouselImageHeight = ((document.getElementsByClassName('active-tile')[0].querySelector('.c-carousel-tile').querySelector('.c-carousel-tile__image-container').offsetHeight - 28) / 2).toString(10) + 'px'; console.log(carouselImageHeight); console.log(document.getElementsByClassName('active-tile')[0].querySelector('.c-carousel-tile').querySelector('.c-carousel-tile__image-container').offsetHeight); }, 100); } " x-data="carouselTiles"> <div class="c-three-tile-carousel__title-container"> <h2 class="c-three-tile-carousel__title-container__heading">Let's dive deep...</h2> <p class="c-three-tile-carousel__title-container__subheading"></p> <p class="c-three-tile-carousel__title-container__paragraph"> Learn about the key features of PaperCut MF, and <a href="https://cdn.papercut.com/web/marketing/collateral/papercut-mf-brochure-a4-2019-07-31.pdf" target="_blank" rel="noopener noreferrer nofollow"> check out the product brochure </a> for even more. </p> </div> <div class="c-three-tile-carousel__tile-container--wrapper"> <div class="c-three-tile-carousel__tile-container" id="carouselTiles" x-init="carouselContainer = $el" :style="{transform: `translate(-${position}px)`}"> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--mobility-print-cloud-print%402x.webp" alt=" Mobility print screen " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Mobility Print</h4> <p class="c-carousel-tile__body-container__body-text"> Quickly enable visitor/guest, BYOD, and mobile printing. Mobility Print makes this once-daunting task incredibly easy — no more users struggling with printer drivers. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--print-deploy%402x.webp" alt=" Print deploy screen " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Printer driver deployment</h4> <p class="c-carousel-tile__body-container__body-text"> Easily manage printer drivers across complex networks with Print Deploy. It’s an awesomely queue deployment tool that gets the right printer drivers and print queues to the right person in the right location, automatically. Start with a single zone, add more with the Advanced Print Enablement Pack. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--multisite-server-diagram%402x.webp" alt=" Site server and office network map " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Resilient by design</h4> <p class="c-carousel-tile__body-container__body-text"> Start out with something simple and get going in minutes, or level-up with automatic backups, high-hitting availability, clustering, and site servers. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--embedded-brands%402x.webp" alt=" Printer surrounded by embedded brands " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Scalability</h4> <p class="c-carousel-tile__body-container__body-text"> Go from 5 to 500,000 users without a hitch, and mix your fleet with support for 25 different printer brands — more than any other solution. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--fully-supported%402x.webp" alt=" People crowding around one laptop " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Fully supported</h4> <p class="c-carousel-tile__body-container__body-text"> Optimize and learn on the fly with 700+ online knowledgebase articles, how-to videos, online help centers, and timely expertise from real PaperCutters and partners via phone, live chat, or email. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--os-environment%402x.webp" alt=" Server and cloud directory logos " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Freedom of choice</h4> <p class="c-carousel-tile__body-container__body-text"> Pick any operating system and any hosting environment (<a href="https://www.papercut.com/products/mf/mf-cloud/"> on-site or self-managed in the cloud </a>) – all synced against a local identity source or cloud directory like Google Sync and Microsoft Azure Active Directory </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--universal-print-hero%402x.webp" alt=" Universal Print for Microsoft 365 " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Universal Print for Microsoft 365</h4> <p class="c-carousel-tile__body-container__body-text"> Seamless connector integration makes managing <a href="https://www.papercut.com/products/do-more/universal-print/"> Universal Print </a> jobs a breeze, and unlocks the print management powers you know and love on this new infrastructure. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--reporting%402x.webp" alt=" Executive summary report " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Reporting that reaps rewards</h4> <p class="c-carousel-tile__body-container__body-text"> Utilize 75+ built-in reports, or create your own custom reports to unlock even more cost-cutting, waste-reducing insights. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--language%402x.webp" alt=" Languages list for the MF login page " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Available in your language</h4> <p class="c-carousel-tile__body-container__body-text"> Interface translated into dozens of languages. A truly global product. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--billing%402x.webp" alt=" Languages list for the MF login page " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Printer control screen</h4> <p class="c-carousel-tile__body-container__body-text"> Bill printing back to clients or projects either at the MFD or by using an intuitive pop-up client to quickly allocate print costs - ideal for professional organizations (projects) or for education sites (faculty or departments). </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/mf/feature--advanced-scripting%402x.webp" alt=" MF script " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Advanced scripting</h4> <p class="c-carousel-tile__body-container__body-text"> Doesn’t quite do what you want out of the box? Geek out and make it with advanced scripting. Dozens of pre-written recipes to get you started. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/feature--integrations%402x.webp" alt=" Integrations tiles for MF " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Integrations</h4> <p class="c-carousel-tile__body-container__body-text"> PaperCut has you covered with over a 100 integrations across the most popular payment gateways, document storage systems, and accounting systems. </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/mf--scan-actions%402x.webp" alt=" Printer screen " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Whitepaper on Cloud Services Security in PaperCut MF</h4> <p class="c-carousel-tile__body-container__body-text"> <a href="https://www.papercut.com/resources/white_papers/protecting-papercut-ng-mf-printing-and-beyond/"> Cloud security whitepaper </a> </p> </div> </div> <!--bookshop-live end--> </div> <div class="c-three-tile-carousel__tile-container__tile" :id="$id('slide')"> <!--bookshop-live name(simple/three-tile-carousel-tile)--> <div class="c-carousel-tile"> <div class="c-carousel-tile__image-container"> <img src="https://cdn.papercut.com/web/img/products/mf/dashboard.webp" alt=" Forest positive screen " class="c-carousel-tile__image-container__image"> </div> <div class="c-carousel-tile__body-container"> <h4 class="c-carousel-tile__body-container__title">Plant more than you print</h4> <p class="c-carousel-tile__body-container__body-text"> Join our sustainability program PaperCut Grows to make your essential documents Forest Positive by planting more trees than your printing consumes </p> </div> </div> <!--bookshop-live end--> </div> </div> <div class="c-three-tile-carousel__tile-container__navigation" :style="{top: carouselImageHeight }"> <div class="c-three-tile-carousel__tile-container__navigation__wrapper"> <button class="c-three-tile-carousel__tile-container__navigation__arrow c-three-tile-carousel__tile-container__navigation__arrow--left" x-on:click="carouselNavBack()"> <img src="https://cdn.papercut.com/web/img/icon/mono-regular/positive/arrow-thin-left.svg" alt="Arrow icon left"> </button> <button class="c-three-tile-carousel__tile-container__navigation__arrow c-three-tile-carousel__tile-container__navigation__arrow--right" x-on:click="carouselNavForward()"> <img src="https://cdn.papercut.com/web/img/icon/mono-regular/positive/arrow-thin.svg" alt="Arrow icon right"> </button> </div> </div> </div> <div class="c-three-tile-carousel__slide-selector"> <button x-on:click="carouselManualNavigation(1)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(2)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(3)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(4)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(5)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(6)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(7)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(8)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(9)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(10)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(11)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(12)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(13)" class="c-three-tile-carousel__slide-selector__selector"></button> <button x-on:click="carouselManualNavigation(14)" class="c-three-tile-carousel__slide-selector__selector"></button> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/card-layout--column-choice)--> <section class="c-card-layout--column-choice c-card-layout--column-choice--background-color-F9F9FB primary-grey-050 "> <div class="c-card-layout--column-choice__heading"> <!--bookshop-live name(sections/heading-with-content)--> <div class="c-heading-with-content--background-color- c-heading-with-content--padding-top- c-heading-with-content--padding-bottom- c-heading-with-content c-heading-with-content--center"> <div class="c-heading-with-content__heading "> <!--bookshop-live name(generic/heading)--> <h2 class="c-heading c-heading--h2 c-heading--" id="extra-print-management-powers">Extra print management powers <span class></span></h2> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> </div> <div class="c-card-layout--column-choice__cards c-card-layout--column-choice__cards__default-grid-columns c-card-layout--column-choice__cards__default-grid-columns--three-column "> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--center c-simple-card--button--card-shadow-none c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <img src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/mf/mf_selfhost.webp" alt class="c-simple-card--button__image"> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--19892B">Cloud hosting PaperCut MF</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Deciding how and where your print management solution can be hosted can create more questions than answers. Gain more insight to how PaperCut MF’s versatile hosting options can help you get the most out of managing your printing.</div> <!--bookshop-live end--> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/products/mf/mf-cloud/" target="_blank" rel="noopener"> More about cloud hosting </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--center c-simple-card--button--card-shadow-none c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <img src="https://cdn.papercut.com/web/img/products/mf/extra--third-party-illo.webp" alt class="c-simple-card--button__image"> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--19892B">Third-party integrations</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Do more with PaperCut MF. Anything from student payment gateways through to integrating with a legal practice management system, plus 100s more! Many of them have been developed in cooperation with our customers and partners.</div> <!--bookshop-live end--> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/discover/integrations-and-customizations/" target="_blank" rel="noopener"> Learn about our integrations & customizations </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--center c-simple-card--button--card-shadow-none c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <img src="https://storage.googleapis.com/cdn1.papercut.com/web/img/illustrations.webp/Support%202.svg" alt="Support" class="c-simple-card--button__image"> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--19892B">Support</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Our support is so good it should be a feature — with a geeky interface :-) Our team is full of SysAdmins and a network of local PaperCut experts. With this, our Help Centers, and our knowledgebase, we’re geared to help.</div> <!--bookshop-live end--> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/support/#papercut-mf" target="_blank" rel="noopener"> Stump our support </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> </div> </section> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/left-right-block)--> <div class="c-sections-left-right-block c-sections-left-right-block--background-color-F9F9FB primary-grey-050 " x-data="{ shown: true }"> <div class="c-sections-left-right-block__container-left" :class="shown ? 'c-sections-left-right-block__container-left--animate' : ''"> <div class="c-sections-left-right-block__content"> <div class="c-sections-left-right-block__content__left "> <!--bookshop-live name(generic/image)--> <div class="c-image " style="--image-background-color: "> <img class="c-image__image " src="https://storage.googleapis.com/cdn1.papercut.com/web/resources/g2-report/G2%20Sprint%202024/g2-spring-Homepage-3452x21.webp" alt="Leader in print management"> </div> <!--bookshop-live end--> </div> <div class="c-sections-left-right-block__content__right"> <!--bookshop-live name(generic/heading)--> <h3 class="c-heading c-heading--h2 c-heading--3B3B3D"><strong>PaperCut ranked #1 in Print Management</strong></h3> <!--bookshop-live end--> <div class="c-sections-left-right-block__body-text"> Compare ratings for each primary feature and learn how PaperCut can help you save. </div> <div class="c-sections-left-right-block__button"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--primary" reseed-ignore href="https://www.papercut.com/resources/reports/grid-report-for-print-management-spring-2024/"> Get Report </a> <!--bookshop-live end--> </div> </div> </div> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/customer-story-with-CTA)--> <div class="c-customer-story-with-CTA c-customer-story-with-CTA--background-color-FFFFFF white"> <div class="c-customer-story-with-CTA__coloured-section"></div> <div class="c-customer-story-with-CTA__content"> <!--bookshop-live name(simple/card--clickable-large-image)--> <a href="https://www.papercut.com/resources/customer_stories/" class="c-card--clickable-large-image"> <div class="c-card--clickable-large-image__image-container"><img src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/mf/semester_at_sea1.webp" alt="Shipboard" class="c-card--clickable-large-image__image-container__image"></div> <div class="c-card--clickable-large-image__content"> </div> </a> <!--bookshop-live end--> <div class="c-customer-story-with-CTA__content__CTA"> <!--bookshop-live name(generic/heading)--> <h2 class="c-heading c-heading--h2 c-heading--3B3B3D" id="the-proof-in-the-pudding">The proof in the pudding <span class></span></h2> <!--bookshop-live end--> <p class="c-customer-story-with-CTA__content__CTA__text">"The benefit of PaperCut is really in its ease of use. It’s the right choice if you are looking for something with ease of application and an easy user interface." - C.Y. Tung, co-founder of the Institute for Shipboard Education</p> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--primary" reseed-ignore href="https://www.papercut.com/resources/customer_stories/" target="_blank" rel="noopener"> Read our customer stories </a> <!--bookshop-live end--> </div> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/callout-panel-with-illustration)--> <section class="c-callout-panel-with-illustration"> <div class="c-callout-panel-with-illustration__content"> <div class="c-callout-panel-with-illustration__content__cta"> <h3 class="c-callout-panel-with-illustration__content__cta__heading" id="how-to-buy-papercut-mf">How to buy PaperCut MF</h3> <p class="c-callout-panel-with-illustration__content__cta__body-text"></p><p>For the best possible customer experience, we sell PaperCut MF through our certified network of partners who guide you in the selection and configuration of PaperCut MF.</p> <p>Let us help put you in touch with the right partner in your local region.</p> <p>And remember, for every new PaperCut order we plant a tree on your behalf.</p> <p></p> <div class="c-callout-panel-with-illustration__content__cta__buttons"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--primary" reseed-ignore href="https://www.papercut.com/products/mf/how-to-get/"> Find out how </a> <!--bookshop-live end--> </div> </div> <img class="c-callout-panel-with-illustration__content__primary-image" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/illustrations.webp/How-to-Buy-1.webp" alt="How to buy PaperCut MF"> </div> <img class="c-callout-panel-with-illustration__decorative-images c-callout-panel-with-illustration__decorative-images--1" src="https://cdn.papercut.com/web/img/flair/square-stripe-teal.png"> <img class="c-callout-panel-with-illustration__decorative-images c-callout-panel-with-illustration__decorative-images--2" src="https://cdn.papercut.com/web/img/flair/half-circle-solid-brand.png"> </section> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/accordion-collection)--> <section class="c-accordion-collection c-accordion-collection--background-color-F9F9FB primary-grey-050"> <div class="c-accordion-collection__heading"> <h2>PaperCut MF FAQs</h2> <p>All the things you want to know about PaperCut MF.</p> </div> <div class="c-accordion-collection__body"> <div class="c-accordion-collection__body__accordions"> <!--bookshop-live name(simple/accordion-without-icon)--> <div class="c-simple-accordion-without-icon"> <details class="c-simple-accordion-without-icon__accordion-body"> <summary class="c-simple-accordion-without-icon__accordion-body__heading"> What does PaperCut MF do? <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--vertical"></span> <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--horizontal"></span> </summary> <div class="c-simple-accordion-without-icon__accordion-body__body-content">All good FAQs should start with a question that's best answered with a 500 page novel! The short answer is that PaperCut MF enables user and device-level management and control for all your printers and multifunctional devices (that is, MFDs - copy, print, fax, and scan). <br><br> PaperCut MF is typically used to: <ul> <li>Track and control all print, copy, fax, and scan activity on MFDs.</li> <li>Manage user access rights to devices based on function, for example, 'marketing', 'administration', and 'finance'.</li> <li>Implement copy quotas, charges, and per-page costs.</li> <li>Enhance document security with Find-Me print release at both MFDs and printers.</li> <li>Enhance device security with managed access to your MF devices via user ID or building access cards.</li> <li>Allow for cash payment of print, copy, scan, or fax — for pay-for-print environments.</li> </ul> <p>PaperCut MF was originally an extension of the popular print software application <a href="https://www.papercut.com/products/ng/#commercial">PaperCut NG </a>and built on this with embedded software and hardware support. PaperCut MF software may be integrated with 3rd party, off-the-shelf copy controllers and card readers.</p><br> <p>For a deeper dive into the features and capabilities of PaperCut MF, <a target="_blank" href="https://cdn.papercut.com/web/marketing/collateral/papercut-mf-brochure-a4-2019-07-31.pdf">check out the product brochure</a>.</p></div> </details> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/accordion-without-icon)--> <div class="c-simple-accordion-without-icon"> <details class="c-simple-accordion-without-icon__accordion-body"> <summary class="c-simple-accordion-without-icon__accordion-body__heading"> How does PaperCut MF differ from PaperCut NG? <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--vertical"></span> <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--horizontal"></span> </summary> <div class="c-simple-accordion-without-icon__accordion-body__body-content">PaperCut MF and NG are very similar in core features and, at a technical level, share the same code base. But PaperCut MF has the additional ability to integrate directly with Multifunction Devices (MFDs) and other hardware to deliver extra features. The embedded software available with PaperCut MF runs on the MFD and allows you to track and control printing, copying, faxing, and scanning.<br><br> Extra capabilities include: <ul> <li>Track and control access with user ID authentication right at the device.</li> <li>Create a consistent user experience on the screen across all your devices. (Co-branded for your organization if you'd like.)</li> <li>Use network card readers to facilitate <a href="https://www.papercut.com/discover/print-security/secure-print-release/#printed-security-leaks-be-gone">secure print release</a> and <a href="https://www.papercut.com/discover/print-security/secure-print-release/#logging-if-the-value-of-logging-is-still-unclear-think-about-flying-without-black-boxes">Find-Me printing</a> at any copier or MFD via card swipe.</li> <li>Enable users to reload their PaperCut MF user account in pay-per-print environments by integrating with cash payment hardware.</li> <li>A few other complex integration areas that are too obscure to list here in an FAQ!</li> </ul> <p>All other features, including general print tracking, print quotas, rules-based printing, and driverless web print, etc. are identical on both PaperCut MF and PaperCut NG.</p></div> </details> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/accordion-without-icon)--> <div class="c-simple-accordion-without-icon"> <details class="c-simple-accordion-without-icon__accordion-body"> <summary class="c-simple-accordion-without-icon__accordion-body__heading"> Why is copier control in a different edition? <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--vertical"></span> <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--horizontal"></span> </summary> <div class="c-simple-accordion-without-icon__accordion-body__body-content">Part of the power of PaperCut NG is the simplicity and ease of use for anyone who wants to control their printing costs and reduce waste. It's distributed online and can be installed and supported by any network administrator, with the main level of integration at the Operating System level.<br><br> As we integrate at the firmware level with dozens of MFD manufacturer platforms, the complexity of the solution has increased. Often the setup requires specialist expertise and an up-to-date knowledge of current MFD hardware. And, to support the MFD and printer manufacturers, PaperCut must also ensure a correct notification and acceptance procedure is followed before any device can be loaded with the PaperCut embedded software.<br><br> So, rather than have one solution that introduces that complexity to people who may not ever need it, we created PaperCut MF and a clear separation between the two products. To help make PaperCut MF as straightforward for customers as PaperCut NG, we have extended our network of reseller and support experts to ensure the best configuration and installation experience.<br><br> The two products are complementary, however, and many PaperCut MF customers have evolved their installation from PaperCut NG. Migration between editions is very easy and your data and settings are maintained in the upgrade.</div> </details> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/accordion-without-icon)--> <div class="c-simple-accordion-without-icon"> <details class="c-simple-accordion-without-icon__accordion-body"> <summary class="c-simple-accordion-without-icon__accordion-body__heading"> I'm running PaperCut NG. What do I need to do to use the PaperCut MF functionality? <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--vertical"></span> <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--horizontal"></span> </summary> <div class="c-simple-accordion-without-icon__accordion-body__body-content"><br><p>Many of our users first implement PaperCut NG, our print-only edition, as the first phase of their deployment. PaperCut MF's setup on the other hand is a bit more involved (see <a href="https://www.papercut.com/faq/">other FAQs</a> for why). The process of converting an existing PaperCut NG install across to PaperCut MF can be summarized as follows: </p><br> <p><b>Obtaining a License:</b></p> <p>Please contact us as a first step with the following information:</p> <ul> <li>That you're an existing PaperCut NG user.</li> <li>Where you obtained your license, direct from PaperCut or via a reseller?</li> <li>Where are you located? (country and region)</li> <li>What type of MFDs or copiers do you want to manage? How many?</li> <li>How will users access the MFDs, log in, account code or card?</li> <li>Do you have a preference to deal with any particular Authorized Solution Center (ASC) or reseller?</li> <li>What industry are you in? Education, Business, Professional Services etc.</li> </ul> <p>We'll put you in touch with the closest and most qualified ASC and work with them to give you a recommended path forward. On the licensing side, there is no need to purchase a whole new license. You'll get a credit for your existing PaperCut NG license. (See the <a href="https://www.papercut.com/products/mf/how-to-get/#faq">pricing FAQs for PaperCut MF</a> for the details.)</p><br> <p><b>The Technical Upgrade Path</b></p> <p>It's very straightforward to convert an existing PaperCut NG installation to PaperCut MF without any loss of data or settings. Because the two editions share an identical code base, all data is compatible. In many cases the conversion is a simple install-over-the-top process as outlined <a href="https://www.papercut.com/kb/Main/Upgrading">here</a>. Because you already have the printing and server-side install up and going, your chosen PaperCut MF reseller or Authorized Solution Center will focus on the copier integration installation side of the installation. The new MFD devices will appear in the PaperCut Admin web interface just like your normal printers and you can then take over their management.</p></div> </details> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/accordion-without-icon)--> <div class="c-simple-accordion-without-icon"> <details class="c-simple-accordion-without-icon__accordion-body"> <summary class="c-simple-accordion-without-icon__accordion-body__heading"> What does it mean to be a vendor agnostic/vendor neutral solution? <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--vertical"></span> <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--horizontal"></span> </summary> <div class="c-simple-accordion-without-icon__accordion-body__body-content">PaperCut is vendor agnostic/neutral, which means that we endeavor to support as many operating systems, platforms, and devices as possible. This position is part of our core development philosophy and ensures that you as the PaperCut user have choice. We surveyed our user base a few years back and the overwhelming voice was that our vendor neutral position is important. It means that you have the ability to change operating systems, printer brands, MFD makes, etc. with minimal impact on PaperCut and its core features. That is, your implementation can remain intact. This, however, is at times a difficult position for us. Aside from the engineering investment required to develop across multiple environments in parallel, we're also under pressure at times from organizations that would prefer to 'lock-in' to a particular environment or hardware/device. We've committed to remain neutral and will continue to support an open approach to infrastructure, hardware, and other services. Please note that a vendor neutral approach does not mean that all embedded offerings are created equal. We are reliant on the quality and feature-set of the underlying device (MFD) firmware and supporting SDK used to create our embedded software. In this regard some manufacturers can claim better integration and a fuller feature set, thereby setting their devices apart. In every case we strive to supply the very best user experience at the device.</div> </details> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/accordion-without-icon)--> <div class="c-simple-accordion-without-icon"> <details class="c-simple-accordion-without-icon__accordion-body"> <summary class="c-simple-accordion-without-icon__accordion-body__heading"> Are copier/MFD interfaces available in languages other than English? <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--vertical"></span> <span class="c-simple-accordion-without-icon__accordion-body__heading__icon--horizontal"></span> </summary> <div class="c-simple-accordion-without-icon__accordion-body__body-content">Yes. Where possible we support the same set of languages the PaperCut Admin web interface supports. (Over 30 languages so far…)There are however some caveats to this: <ul> <li>Some embedded/onboard solutions can't support Asian or full Unicode character sets. Contact your PaperCut ASC for more information.</li> <li>Many copier control hardware terminals have fixed interfaces and only support English.</li> <li>Right-to-left languages such as Hebrew may have screen layouts more suitable to left-to-right text.</li> </ul></div> </details> </div> <!--bookshop-live end--> </div> </div> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--plain-link" reseed-ignore href="https://www.papercut.com/faq/#faq-list"> For more FAQs go here > </a> <!--bookshop-live end--> </section> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/roadmap)--> <div class="c-sections-roadmap c-sections-roadmap--background-color-F9F9FB primary-grey-050"> <div class="c-sections-roadmap__content"> <h2>Always Innovating</h2> <p class="c-sections-roadmap__subheading">It's not what the software does today, it's what it will do tomorrow. We've been innovating for over 20 years.</p> <p>At PaperCut we don't just sit back and smell the coffee...we consume it in copious amounts, but there’s a good reason for it. We use this as our fuel to keep making better and better products with a vision to help our customers achieve their goals!</p> </div> <div class="c-sections-roadmap__timeline"> <div class="c-sections-roadmap__roadmap-item"> <p class="c-sections-roadmap__item-date">1999</p> <div class="c-sections-roadmap__item-content"> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/rocket.svg" alt="Icon of a rocket"> <h4>PaperCut MF first released</h4> <p>Launched cross platform support for multifunction printers</p> </div> </div> <div class="c-sections-roadmap__roadmap-item"> <p class="c-sections-roadmap__item-date">Apr 2021</p> <div class="c-sections-roadmap__item-content"> <img src="https://cdn.papercut.com/web/products/ng-mf/release-collateral/21.x/logos/PaperCut-MF-21.0-Logo-Horizontal-RGB-Primary.png" alt="PaperCut MF logo with 21.0"> <h4></h4> <p>More ways to sync users, scan to fax for Healthcare, plus support for Microsoft Universal Print out of beta. <a href="https://www.papercut.com/products/mf/latest-features/21-0/">Details</a></p> </div> </div> <div class="c-sections-roadmap__roadmap-item"> <p class="c-sections-roadmap__item-date">Jun 2022</p> <div class="c-sections-roadmap__item-content"> <img src="https://cdn.papercut.com/web/products/ng-mf/release-collateral/22.x/logos/PaperCut-MF-22.0-Logo-Horizontal-RGB-Primary.png" alt="PaperCut MF logo with 22.0"> <h4></h4> <p>Forest Positive printing with PaperCut Grows, scan compression options, improved accessibility, improved embedded apps for Ricoh and Kyocera. <a href="https://www.papercut.com/products/mf/latest-features/22-0/">Details</a></p> </div> </div> <div class="c-sections-roadmap__roadmap-item"> <p class="c-sections-roadmap__item-date">Jun 2023</p> <div class="c-sections-roadmap__item-content"> <img src="https://cdn.papercut.com/web/products/ng-mf/release-collateral/22.x/logos/Master-Logo_PaperCut-22.1-MF-Horizontal-Logo-RGB.png" alt="PaperCut MF with 22.1"> <h4></h4> <p>We have introduced additional layers of security to PaperCut MF to protect customers against potential cybersecurity threats <a href="https://www.papercut.com/products/mf/latest-features/22-1/">Details</a></p> </div> </div> <div class="c-sections-roadmap__roadmap-item"> <p class="c-sections-roadmap__item-date">Oct 2023</p> <div class="c-sections-roadmap__item-content"> <img src="https://cdn1.papercut.com/web/products/ng-mf/release-collateral/23.x/PaperCut-23.0-MF-Horizontal-Logo-RGB.png" alt="PaperCut MF with 22.1"> <h4></h4> <p>Virtual Desktop Infrastructure (VDI) support for the world's most popular platforms, architecture security improvements and Multi-Factor Authentication support for Azure AD. <a href="https://www.papercut.com/products/mf/latest-features/23-0">Details</a></p> </div> </div> <div class="c-sections-roadmap__roadmap-item"> <p class="c-sections-roadmap__item-date">Jun 2024</p> <div class="c-sections-roadmap__item-content"> <img src="https://cdn1.papercut.com/web/products/ng-mf/release-collateral/24.x/PaperCut-24.0-MF-Horizontal-Logo-RGB.png" alt> <h4></h4> <p>New unified subscription pricing for PaperCut MF and PaperCut Hive, to make it easier to meet organizations wherever they are in their Cloud hosting journey. <a href="https://www.papercut.com/products/mf/latest-features/24-0">Details</a></p> </div> </div> <div class="c-sections-roadmap__roadmap-item c-sections-roadmap__roadmap-item--active"> <p class="c-sections-roadmap__item-date">Dec 2024</p> <div class="c-sections-roadmap__item-content"> <img src="https://storage.googleapis.com/cdn1.papercut.com/web/cloudcannon/uploads/PaperCut-24.1-MF-Horizontal-Logo-RGB.png" alt> <h4></h4> <p>Up your scanning game with new reports and Scan Archiving. Print Deploy has a new client view with the option to deploy queues to individual computers. We've also added support for Windows Protected Print. <a href="https://www.papercut.com/products/mf/latest-features/24-1">Details</a></p> </div> </div> <div class="c-sections-roadmap__roadmap-item"> <div class="c-sections-roadmap__pulsing-circle"></div> <p class="c-sections-roadmap__item-date">Coming soon</p> <div class="c-sections-roadmap__item-content"> <img src="https://cdn.papercut.com/web/img/products/mf/logo.svg" alt="PaperCut MF logo"> <h4></h4> <p>Check out <a href="https://www.papercut.com/products/percolator/" target="_blank">The Percolator</a></p> </div> </div> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/card-layout--column-choice)--> <section class="c-card-layout--column-choice c-card-layout--column-choice--background-color-FFFFFF white "> <div class="c-card-layout--column-choice__heading"> <!--bookshop-live name(sections/heading-with-content)--> <div class="c-heading-with-content--background-color- c-heading-with-content--padding-top-small c-heading-with-content--padding-bottom-small c-heading-with-content c-heading-with-content--center"> <div class="c-heading-with-content__heading c-heading-with-content__heading--50 "> <!--bookshop-live name(generic/heading)--> <h2 class="c-heading c-heading--h2 c-heading--" id="well-done-youve-got-this-far">Well done! You've got this far <span class></span></h2> <!--bookshop-live end--> </div> <p class="c-heading-with-content__body-content c-heading-with-content__body-content--green "> Now let's go deep into the details... </p> </div> <!--bookshop-live end--> </div> <div class="c-card-layout--column-choice__cards c-card-layout--column-choice__cards__default-grid-columns c-card-layout--column-choice__cards__default-grid-columns--three-column "> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <a class="c-simple-card--button__card--link" href="https://cdn.papercut.com/docs/portal/marketing/collateral/papercut-mf-top-10-reasons-a4-2019-09-25.pdf"> <img src="https://cdn.papercut.com/web/img/products/mf/logo.svg" alt="PaperCut MF logo" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">PaperCut MF Top 10</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Discover ten great reasons to use PaperCut MF in your organization.</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://cdn.papercut.com/docs/portal/marketing/collateral/papercut-mf-top-10-reasons-a4-2019-09-25.pdf" target="_blank" rel="noopener"> Read the brochure </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 8px"> <div> <a class="c-simple-card--button__card--link" href="https://www.papercut.com/support/resources/manuals/ng-mf/"> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/book-manual.svg" alt="Book icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">Help Center</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Learn how to install, configure, and administer PaperCut MF.</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/support/resources/manuals/ng-mf/" target="_blank" rel="noopener"> Open the Help Center </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <a class="c-simple-card--button__card--link" href="https://www.papercut.com/kb/"> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/user-brain-think.svg" alt="human brain icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">Knowledge base</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Search the most comprehensive resource of articles, answers, and information about PaperCut.</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/kb/" target="_blank" rel="noopener"> View the KB </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <a class="c-simple-card--button__card--link" href="https://www.papercut.com/resources/customer_stories/"> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/speech-bubble-heart.svg" alt="Heart in a speech bubble icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">Customer stories</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Over 100 million users in more than 100 countries. Here’s what a few have to say…</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/resources/customer_stories/" target="_blank" rel="noopener"> See the smiles </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <a class="c-simple-card--button__card--link" href="https://www.papercut.com/products/percolator/"> <img src="https://cdn.papercut.com/web/img/products/percolator/logo.svg" alt="PaperCut Percolator Icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">Percolator (Beta) program</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">What’s brewing? Visit our Percolator to find out what projects are in our beta program and how you can get involved.</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/products/percolator/" target="_blank" rel="noopener"> Guinea pig help </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <a class="c-simple-card--button__card--link" href="https://www.papercut.com/discover/integrations-and-customizations/"> <img src="https://cdn.papercut.com/web/img/icon/duo-light/positive/puzzle.svg" alt="Puzzle piece Icon" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">Integrations</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">PaperCut has you covered with over a 100 integrations across the most popular payment gateways, document storage systems, and accounting systems.</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/discover/integrations-and-customizations/" target="_blank" rel="noopener"> Do more </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <a class="c-simple-card--button__card--link" href="https://www.papercut.com/products/do-more/grows"> <img src="https://cdn.papercut.com/img/products/grows/icon.png" alt="PaperCut Grows logo" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">PaperCut Grows</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Our sustainability program makes your hard copy output Forest Positive by planting more trees than used by your printing.</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/products/do-more/grows" target="_blank" rel="noopener"> Find out more </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <a class="c-simple-card--button__card--link" href="https://www.papercut.com/products/free-software/mobility-print/"> <img src="https://cdn.papercut.com/web/img/products/mobility-print/logo.svg" alt="PaperCut Mobility Print logo" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">Mobility Print</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Enables printing from any BYO device (Chromebooks, Android, iPads, iPhones, Macs, and Windows) and now anywhere over the internet on Chromebooks.</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/products/free-software/mobility-print/" target="_blank" rel="noopener"> Boost it up </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> <!--bookshop-live name(simple/card--button)--> <div class="c-simple-card--button c-simple-card--button--background-color-none c-simple-card--button--border-none c-simple-card--button--card-shadow-large c-simple-card--button--padding-small c-simple-card--button--top-padding-small " style="--border-radius: 4px"> <div> <a class="c-simple-card--button__card--link" href="https://www.papercut.com/products/ng/#commercial"> <img src="https://cdn.papercut.com/web/img/products/ng/logo.svg" alt="PaperCut NG logo" class="c-simple-card--button__icon c-simple-card--button__icon--reduce-margin "> <!--bookshop-live name(generic/heading)--> <h5 class="c-heading c-heading--h5 c-heading--3B3B3D">PaperCut NG</h5> <!--bookshop-live end--> <!--bookshop-live name(generic/body-text)--> <div class="c-body-text c-body-text--text-size-base c-body-text--text-color-3B3B3D">Not ready for PaperCut MF? Get up and running fast with print management and PaperCut NG. Try it for 40 days free!</div> <!--bookshop-live end--> </a> </div> <footer class="c-simple-card--button__footer"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--animated-link" reseed-ignore href="https://www.papercut.com/products/ng/#commercial" target="_blank" rel="noopener"> PaperCut NG in detail </a> <!--bookshop-live end--> </footer> </div> <!--bookshop-live end--> </div> </section> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/left-right-block)--> <div class="c-sections-left-right-block c-sections-left-right-block--background-color-FFFFFF white " x-data="{ shown: true }"> <div class="c-sections-left-right-block__container-right" :class="shown ? 'c-sections-left-right-block__container-right--animate' : ''"> <div class="c-sections-left-right-block__content"> <div class="c-sections-left-right-block__content__left"> <!--bookshop-live name(generic/heading)--> <h3 class="c-heading c-heading--h2 c-heading--3B3B3D">It just works</h3> <!--bookshop-live end--> <div class="c-sections-left-right-block__body-green-text"> It doesn’t matter what size your organization is, what printers you use, or what operating system your users prefer — PaperCut MF is for you. </div> <div class="c-sections-left-right-block__body-text"> That’s because we take a cross-platform, vendor-neutral approach to technology and device support to deliver a print management solution that just works. </div> <div class="c-sections-left-right-block__button"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--primary" reseed-ignore href="https://www.papercut.com/products/mf/supported-devices/"> View supported devices </a> <!--bookshop-live end--> </div> </div> <div class="c-sections-left-right-block__content__right "> <!--bookshop-live name(generic/image)--> <div class="c-image " style="--image-background-color: "> <img class="c-image__image " src="https://cdn.papercut.com/web/img/products/mf/home-feature--product%402x.webp" alt="Person using a mobile device at the printer"> </div> <!--bookshop-live end--> </div> </div> </div> </div> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/supported-devices)--> <section class="c-supported-devices c-supported-devices--background-color- (( if eq .padding_top true }} c-supported-devices--top-padding"> <div class="c-supported-devices__collection"> <div class="c-supported-devices__collection__content"> <p class="c-supported-devices__collection__content--header">ANY BRAND</p> <div class="c-supported-devices__collection__images"> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/brother/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/brother.svg" alt="Brother Logo" role="Brother Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/canon/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/canon.svg" alt="Canon Logo" role="Canon Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/epson/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/epson.svg" alt="Epson Logo" role="Epson Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/fujifilm-business-innovation/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/fujifilm.svg" alt="Fujifilm Business Innovation Logo" role="Fujifilm Business Innovation Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/hp/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/hp.svg" alt="HP Logo" role="HP Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/konica-minolta/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/konicaminolta.svg" alt="Konica Minolta Logo" role="Konica Minolta Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/kyocera/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/kyocera.svg" alt="Kyocera Logo" role="Kyocera Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/lexmark/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/lexmark.svg" alt="Lexmark Logo" role="Lexmark Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/muratec/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/muratec.svg" alt="Muratec Logo" role="Muratec Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/nashuatec/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/nashuatec.svg" alt="Nashuatec Logo" role="Nashuatec Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/oki/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/oki.svg" alt="Oki Logo" role="Oki Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/olivetti/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/olivetti.svg" alt="Olivetti Logo" role="Olivetti Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/riso/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/riso.svg" alt="Riso Logo" role="Riso Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/ricoh/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/ricoh.svg" alt="Ricoh Logo" role="Ricoh Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/sharp/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/sharp.svg" alt="Sharp Logo" role="Sharp Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/sindoh/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/sindoh.svg" alt="Sindoh Logo" role="Sindoh Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/toshiba/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/toshiba.svg" alt="Toshiba Logo" role="Toshiba Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/utax/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/utax.svg" alt="Utax Logo" role="Utax Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/triumph-adler/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/triumphadler.svg" alt="Triumph Adler Logo" role="Triumph Adler Logo"> </a> <a class="c-supported-devices__collection__image" href="https://www.papercut.com/products/mf/supported-devices/xerox/"> <img class="c-supported-devices__logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/color-brand-logos/xerox.svg" alt="Xerox Logo" role="Xerox Logo"> </a> </div> </div> </div> <div class="c-supported-devices__collection"> <div class="c-supported-devices__collection__content c-supported-devices__collection__content--platform"> <p class="c-supported-devices__collection__content--header">ANY PLATFORM</p> <div class="c-supported-devices__collection__images"> <img class="c-supported-devices__image c-supported-devices__image--platform" alt="Apple Logo" role="Apple Logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/platform-logos/apple.svg"> <img class="c-supported-devices__image c-supported-devices__image--platform" alt="Windows Logo" role="Windows Logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/platform-logos/windows.svg"> <img class="c-supported-devices__image c-supported-devices__image--platform" alt="Linux Logo" role="Linux Logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/platform-logos/linux.svg"> <img class="c-supported-devices__image c-supported-devices__image--platform" alt="Android Logo" role="Android Logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/platform-logos/android.svg"> <img class="c-supported-devices__image c-supported-devices__image--platform" alt="Chrome Logo" role="Chrome Logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/platform-logos/chrome.svg"> <img class="c-supported-devices__image c-supported-devices__image--platform" alt="GCP Logo" role="GCP Logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/platform-logos/google_cloud.svg"> <img class="c-supported-devices__image c-supported-devices__image--platform" alt="AWS Logo" role="AWS Logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/platform-logos/aws.svg"> <img class="c-supported-devices__image c-supported-devices__image--platform" alt="Azure Logo" role="Azure Logo" src="https://storage.googleapis.com/cdn1.papercut.com/web/img/products/supported-devices/platform-logos/azure.svg"> </div> </div> </div> </section> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/hubspot-form-right-column)--> <section class="c-hubspot-form-right-column c-hubspot-form-right-column--background-color-F9F9FB primary-grey-050" id="hubspot-form"> <div class="c-hubspot-form-right-column__content-block c-hubspot-form-right-column__content-block--content_padding_top "> <!--bookshop-live name(generic/heading)--> <h2 class="c-heading c-heading--h2 c-heading--3B3B3D" id="want-to-get-going">Want to get going? <span class></span></h2> <!--bookshop-live end--> <div class="c-hubspot-form-right-column__description">Of course you do!<br><br>One of our customer care team will get in touch to work out the best way to get PaperCut MF into your organisation. </div> <img src="https://cdn.papercut.com/web/img/products/mf/papercut_illo_how_to_buy_mf_v1.webp" alt="Illustration with person holding PaperCut symbol on a plate" class="c-hubspot-form-right-column__image"> </div> <div class="c-hubspot-form-right-column__hubspot-form"> <!--bookshop-live name(simple/hubspot-form)--> <div class="c-hubspot-form c-hubspot-form--background-color-FFFFFF white c-hubspot-form--text-grey c-hubspot-form--left " style=" --form-padding: 48px; --hbs-form-shadow: var(--shadow--medium) ;"> <div class="c-hubspot-form__form --hubspot-form-text-grey"> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script> <script> hbspt.forms.create({ region: "na1", portalId: "8186336", formId: "e17d8ba4-9960-4b92-9d47-e3cd5468b721", onFormSubmit: function ($form) { const emailInput = $form.querySelector('input[type="email"]'); const emailValue = emailInput ? emailInput.value : null; if (typeof braze !== 'undefined' && emailValue) { braze.getUser().addAlias(emailValue, 'email'); } else if (!emailValue) { console.error('Email field is empty or not found. Cannot add Braze alias.'); } else { console.error('Braze is not initialized. Cannot add alias.'); } } }); </script> </div> <p class="c-hubspot-form__terms c-hubspot-form__terms--text-grey">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply.</p> </div> <!--bookshop-live end--> </div> </section> <!--bookshop-live end--> </div> <div class="component component--white "> <!--bookshop-live name(sections/footer-cta)--> <section class="c-footer-cta c-footer-cta--background-color-19892B bg-accessible-green"> <div class="c-footer-cta__container "> <div class="c-footer-cta__container__content"> <h2 class="c-footer-cta__container__content__heading">Want to experience PaperCut MF?</h2> <p class="c-footer-cta__container__content__description">Reach out to us, and we'll put you in touch with our awesome partners.</p> </div> <div class="c-footer-cta__container__links"> <a class="c-footer-cta__container__links__link c-footer-cta__container__links__link--white" href="https://www.papercut.com/products/mf/how-to-get/">Get started</a> </div> </div> </section> <!--bookshop-live end--> </div> </div> <!--bookshop-live end--> <div class="c-help-menu" x-data="helpMenuPlusChat" x-init="$store.chat.chatOpen && openChat()"> <button class="c-help-menu__icon" @click="($store.chat.chatOpened || $store.chat.chatOpenedNoResponse) ? $store.chat.chatOpen ? closeChat() : openChat() : switchState()"> <img x-show="!$store.chat.chatOpened" class="c-help-menu__icon__image c-help-menu__icon__image--close" :src="(helpMenuOpen || $store.chat.chatOpenedNoResponse) ? 'https://storage.googleapis.com/cdn1.papercut.com/web/cloudcannon/uploads/close-icon.svg' : 'https://storage.googleapis.com/cdn1.papercut.com/web/cloudcannon/uploads/question-icon.svg'"> <img x-show="$store.chat.chatOpened" class="c-help-menu__icon__image" :src="$store.chat.chatOpen ? 'https://storage.googleapis.com/cdn1.papercut.com/web/cloudcannon/uploads/close-icon.svg' : 'https://storage.googleapis.com/cdn1.papercut.com/web/cloudcannon/uploads/conversation-speech-bubble.svg'"> <div x-show="unread > 0" x-cloak x-text="unread" class="c-help-menu__icon__unread-indicator"></div> </button> <div class="c-help-menu__background-image c-help-menu__background-image--2" :class="helpMenuOpen && 'c-help-menu__background-image--visible'"> <svg width="61" height="66" viewBox="0 0 61 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <path x-init="path = $el" class="path" d="M1 65C6.50667 43.461 28.2711 4.99886 60 1" stroke="#8EC641" stroke-width="2" stroke-linecap="round" stroke-dasharray="4 4"/> </svg> </div> <div class="c-help-menu__pill-buttons c-help-menu__pill-buttons--2" :class="helpMenuOpen && 'c-help-menu__pill-buttons--visible'" style="--pills: 2"> <button class="c-help-menu__pill-buttons__button c-help-menu__pill-buttons__button--middle" :class="helpMenuOpen && 'c-help-menu__pill-buttons__button--middle--visible'" @click.stop="window.innerWidth < 1024 ? window.location.href = 'https://www.papercut.com/support' : $store.supportNav.navOpen = true, switchState()"> Support </button> <button class="c-help-menu__pill-buttons__button c-help-menu__pill-buttons__button--bottom" :class="helpMenuOpen && 'c-help-menu__pill-buttons__button--bottom--visible'" @click="openChat(), switchState()"> Sales </button> </div> </div> </main> <!--bookshop-live meta(version: "3.13.0" baseurl: "https://www.papercut.com/" copyright: "" title: "PaperCut")--> <!--bookshop-live name(__bookshop__subsequent) params(.: (dict "_live_render" false))--> <!--bookshop-live name(structures/footer)--> <footer data-swiftype-index="false" class="c-footer"> <div class="c-footer__information"> <div class="c-footer__information__links"> <a class="c-footer__information__links__link" href="https://www.papercut.com/" aria-label="PaperCut logo" role="navigation"> <svg width="188" height="56" viewBox="0 0 188 56" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_1393_12942)"> <path d="M173.493 0C169.584 0 166.413 3.07813 166.413 6.8736V27.4906L173.493 20.617H180.574C184.483 20.617 187.654 17.5389 187.654 13.7434V0H173.497H173.493ZM180.574 13.7434H173.493V6.8736H180.574V13.7472V13.7434Z" fill="#27AA27"/> <path d="M143.177 32.3526V29.2251C143.373 29.1986 143.611 29.1758 143.826 29.1644C144.037 29.1492 144.241 29.1454 144.44 29.1454C145.57 29.1454 146.5 29.377 147.235 29.8438C147.97 30.3106 148.338 31.1456 148.338 32.3526V49.3146H144.659C144.061 49.3146 143.685 49.159 143.529 48.8439C143.373 48.5289 143.294 48.0735 143.294 47.4662L143.263 47.0639C143.001 47.3485 142.681 47.6446 142.301 47.9558C141.922 48.267 141.484 48.5593 140.988 48.825C140.491 49.0944 139.924 49.3146 139.283 49.4816C138.642 49.6524 137.911 49.7359 137.098 49.7359C134.533 49.7359 132.578 48.992 131.237 47.5079C129.896 46.0239 129.227 44.0199 129.227 41.4997L129.235 32.3488V29.2213C129.431 29.1948 129.665 29.172 129.88 29.1606C130.091 29.1454 130.299 29.1416 130.494 29.1416C131.624 29.1416 132.555 29.3732 133.29 29.84C134.025 30.3068 134.392 31.1419 134.392 32.3488V41.4579C134.392 42.7332 134.744 43.7162 135.459 44.407C136.175 45.1016 137.102 45.447 138.235 45.447C138.935 45.447 139.592 45.3141 140.202 45.0447C140.816 44.7752 141.34 44.3994 141.778 43.9212C142.215 43.4392 142.556 42.8812 142.806 42.2436C143.052 41.606 143.177 40.919 143.177 40.1827V32.3488V32.3526ZM123.75 48.0772C122.726 48.6314 121.611 49.102 120.391 49.4588C119.172 49.8156 117.885 49.994 116.525 49.994C114.402 49.994 112.459 49.6372 110.703 48.9198C108.948 48.2063 107.431 47.2081 106.156 45.929C104.882 44.6499 103.889 43.1431 103.181 41.4124C102.473 39.6779 102.117 37.7801 102.117 35.7192C102.117 33.6582 102.473 31.8288 103.181 30.0677C103.889 28.3066 104.889 26.7657 106.176 25.4486C107.466 24.1278 109.002 23.0841 110.785 22.3136C112.572 21.5431 114.539 21.1598 116.693 21.1598C118.081 21.1598 119.355 21.304 120.517 21.5924C121.678 21.8809 122.733 22.2718 123.683 22.769C124.633 23.2624 125.498 23.828 126.213 24.5225C126.51 24.811 126.921 25.2247 127.065 25.4069C127.229 25.6156 127.359 25.8472 127.456 26.1091C127.554 26.3709 127.574 26.6404 127.519 26.9175C127.433 27.3426 127.186 27.7373 126.772 28.1017C126.358 28.466 124.817 29.5591 124.196 29.8818C123.32 28.6938 122.307 27.7297 121.158 26.9934C119.965 26.2305 118.476 25.851 116.685 25.851C115.313 25.851 114.081 26.1166 112.986 26.6442C111.896 27.1756 110.961 27.8815 110.191 28.7659C109.421 29.6502 108.83 30.6826 108.428 31.8668C108.021 33.051 107.818 34.2921 107.818 35.5977C107.818 36.9034 108.021 38.1255 108.428 39.268C108.834 40.4104 109.417 41.4048 110.171 42.2436C110.926 43.0862 111.829 43.7542 112.881 44.2438C113.933 44.7334 115.113 44.9763 116.431 44.9763C117.635 44.9763 118.663 44.8397 119.52 44.5702C120.372 44.297 121.103 43.9592 121.705 43.5492C122.307 43.1431 122.812 42.7142 123.218 42.2626C123.625 41.8147 123.996 41.4276 124.332 41.1012C124.547 41.2454 125.666 42.0083 126.616 42.8585C126.811 43.0331 126.995 43.2039 127.155 43.386C127.316 43.5682 127.421 43.7428 127.472 43.9136C127.546 44.1603 127.562 44.3843 127.515 44.5816C127.468 44.779 127.37 45.0143 127.218 45.2838C127.136 45.4318 126.983 45.6292 126.76 45.8759C126.248 46.4376 124.825 47.4927 123.746 48.0772H123.75ZM99.3337 29.0809C99.0952 29.0581 98.6261 29.024 98.2234 29.024C97.3789 29.024 96.6282 29.1227 95.9714 29.32C95.3146 29.5174 94.7398 29.7603 94.2433 30.0412C93.7468 30.322 93.3167 30.6333 92.9531 30.9748C92.5895 31.3164 92.2885 31.6277 92.0578 31.9085C92.0578 31.9085 92.05 31.4645 91.9952 31.2329C91.8388 30.5991 91.4635 30.1133 90.8575 29.8058C90.2554 29.4984 89.5399 29.3428 88.7189 29.3428C88.4374 29.3428 88.1911 29.3504 87.9878 29.3618C87.7806 29.3732 87.6007 29.3921 87.4482 29.4187C87.2684 29.4453 87.112 29.468 86.9869 29.4946V49.3146H92.1477V38.5734C92.1477 37.8371 92.2845 37.1729 92.5621 36.577C92.8397 35.9811 93.2111 35.4725 93.6764 35.0474C94.1416 34.6223 94.6968 34.2959 95.338 34.072C95.9792 33.8442 96.6517 33.7304 97.3476 33.7304C97.8441 33.7304 98.2742 33.7607 98.6378 33.8139C99.0014 33.8708 99.3611 33.9695 99.7091 34.1099C99.8811 33.738 100.471 32.1135 100.632 31.5973C100.796 31.0811 100.843 30.5801 100.816 30.1892C100.796 29.9425 100.718 29.7413 100.577 29.5819C100.436 29.4225 100.256 29.3048 100.037 29.2213C99.8185 29.1416 99.5722 29.0961 99.3337 29.0733V29.0809ZM46.5879 43.8719C47.6083 44.8169 49.1527 45.6633 51.2248 45.6633C52.1592 45.6633 52.9881 45.4849 53.7192 45.132C54.4464 44.779 55.068 44.3121 55.5763 43.7314C56.0846 43.1507 56.4716 42.4941 56.7336 41.7578C56.9955 41.0215 57.1285 40.2586 57.1285 39.4653C57.1285 38.6151 57.0346 37.8257 56.843 37.0894C56.6515 36.353 56.3465 35.7078 55.9243 35.1575C55.502 34.6071 54.9547 34.1668 54.2861 33.8404C53.6136 33.514 52.7848 33.3508 51.7917 33.3508C51.0059 33.3508 50.2904 33.514 49.6492 33.8404C49.008 34.1668 48.4606 34.5843 48.0071 35.0929C47.5536 35.6015 47.2056 36.1595 46.9593 36.7705C46.713 37.3778 46.5879 37.9661 46.5879 38.5316V43.8719ZM41.4701 29.4908C41.5991 29.468 41.7516 29.4415 41.9314 29.4149C42.0878 29.3921 42.2638 29.3732 42.471 29.358C42.6782 29.3466 42.9206 29.339 43.2021 29.339C44.0231 29.339 44.7386 29.4946 45.3407 29.802C45.9428 30.1095 46.322 30.5953 46.4784 31.2291C46.5097 31.3506 46.5253 31.529 46.5331 31.6732C46.7951 31.3886 47.1783 31.0697 47.5692 30.7585C47.9641 30.4473 48.4294 30.1626 48.9689 29.9083C49.5084 29.654 50.1183 29.4415 50.8065 29.2707C51.4907 29.0999 52.257 29.0164 53.1015 29.0164C54.6771 29.0164 56.0376 29.3124 57.191 29.9083C58.3444 30.5042 59.2983 31.2861 60.0568 32.2653C60.8153 33.2407 61.3822 34.3528 61.7615 35.5977C62.1407 36.8426 62.3284 38.1293 62.3284 39.4615C62.3284 41.0177 62.0938 42.3499 61.6285 43.4506C61.1633 44.555 60.5807 45.5153 59.8809 46.3389C58.7158 47.6977 57.4373 48.6466 56.0533 49.1817C54.6692 49.7207 53.2461 49.9864 51.7878 49.9864C49.8955 49.9864 47.8351 49.2463 46.584 48.3657V55.2621C46.4589 55.3114 46.2204 55.3456 45.8685 55.3721C45.5166 55.3949 45.1296 55.4101 44.7034 55.4101C44.2772 55.4101 43.8667 55.3683 43.4797 55.281C43.0887 55.1938 42.7446 55.0381 42.4436 54.8066C42.1426 54.5751 41.9041 54.2639 41.7281 53.8767C41.5522 53.4858 41.4662 52.9886 41.4662 52.3775V29.4908H41.4701ZM153.491 29.4035V25.3803C153.491 24.849 153.593 24.4163 153.796 24.0861C153.999 23.7559 154.265 23.494 154.594 23.3042C154.922 23.1106 155.289 22.9854 155.692 22.9209C156.099 22.8563 156.501 22.826 156.908 22.826C157.111 22.826 157.315 22.8298 157.514 22.8412C157.717 22.8525 157.905 22.8677 158.081 22.8905C158.284 22.9133 158.472 22.9322 158.652 22.955V29.4073H164.446L160.247 33.4837H158.652V42.1867C158.652 43.3177 158.847 44.1907 159.242 44.798C159.637 45.4052 160.302 45.7089 161.408 45.7089C161.78 45.7089 162.131 45.6481 162.46 45.5267C162.792 45.4052 163.089 45.2724 163.355 45.1282C163.621 44.9839 163.852 44.8283 164.051 44.6689C164.251 44.5095 164.387 44.388 164.469 44.3083C164.868 44.8966 165.173 45.4052 165.384 45.8341C165.595 46.263 165.701 46.6653 165.701 47.0449C165.701 47.3941 165.56 47.7395 165.283 48.0735C165.005 48.4112 164.614 48.7187 164.11 49.0033C163.605 49.2842 162.995 49.5157 162.28 49.6903C161.565 49.8649 160.931 49.9522 159.934 49.9522C158.937 49.9522 157.905 49.7435 157.119 49.4284C156.243 49.0755 155.536 48.5745 155 47.9216C154.461 47.2726 154.074 46.4869 153.843 45.5646C153.608 44.6461 153.495 43.6327 153.495 42.5283V33.4837H149.996V29.4073H153.495L153.491 29.4035ZM33.6155 42.2664C33.6155 42.775 33.4786 43.257 33.201 43.7087C32.9235 44.1603 32.5677 44.5588 32.1298 44.8966C31.6919 45.2344 31.1876 45.5039 30.6206 45.7013C30.0537 45.8986 29.4634 45.9973 28.8495 45.9973C27.6258 45.9973 26.6992 45.7582 26.0737 45.2762C25.4481 44.7942 25.1353 44.13 25.1353 43.2798C25.1353 42.4296 25.4716 41.7312 26.1401 41.0936C26.8126 40.4559 27.9777 40.1371 29.6393 40.1371C29.9599 40.1371 30.347 40.1447 30.7966 40.1599C31.2501 40.1751 31.6802 40.1941 32.0868 40.2244C32.5833 40.2548 33.0916 40.2813 33.6155 40.3079V42.2626V42.2664ZM23.4385 29.9121C22.813 30.1968 22.3282 30.5042 21.9802 30.8268C21.6322 31.1494 21.4719 31.4721 21.4993 31.7909C21.5188 32.0186 21.644 32.3602 21.8864 32.8157C22.1248 33.2711 22.7152 34.0302 23.3838 34.6223C24.0523 34.1972 24.8265 33.8025 25.7022 33.4343C26.578 33.0662 27.7431 32.884 29.2014 32.884C30.5151 32.884 31.5785 33.1686 32.3957 33.7342C33.2128 34.2997 33.6194 35.0778 33.6194 36.0684V36.5352C33.0642 36.5086 32.5247 36.4783 32.0008 36.4517C31.5355 36.4251 31.0546 36.4024 30.5581 36.3872C30.0616 36.372 29.6119 36.3644 29.2014 36.3644C27.8604 36.3644 26.6367 36.52 25.5263 36.8313C24.4159 37.1425 23.4698 37.6017 22.6839 38.209C21.8981 38.8163 21.2843 39.5678 20.8464 40.4597C20.4085 41.3517 20.1895 42.3651 20.1895 43.4961C20.1895 44.6272 20.4007 45.5608 20.8229 46.3845C21.2452 47.2043 21.8003 47.8761 22.4845 48.3999C23.1687 48.9236 23.9272 49.3146 24.76 49.5689C25.5889 49.8232 26.4294 49.9522 27.2739 49.9522C28.6736 49.9522 29.9404 49.6979 31.0781 49.1893C32.2158 48.6807 33.0603 48.1 33.6155 47.4472C33.6155 48.0507 33.6937 48.5327 33.8501 48.8439C34.0065 49.159 34.3818 49.3146 34.98 49.3146H38.5574V35.9431C38.5574 34.8956 38.354 33.9277 37.9435 33.0358C37.5369 32.1439 36.9505 31.381 36.1959 30.7433C35.4374 30.1057 34.5264 29.6123 33.463 29.2593C32.3996 28.9063 31.211 28.7279 29.8973 28.7279C28.6736 28.7279 27.6024 28.8038 26.6836 28.9632C26.3082 29.0278 25.9485 29.0885 25.6123 29.1758C24.7874 29.3845 24.0641 29.6313 23.4385 29.9197V29.9121ZM19.4623 28.5723C19.1378 27.4375 18.5514 26.3709 17.7069 25.3765C16.8624 24.3821 15.7168 23.5471 14.2702 22.8677C12.8237 22.1883 10.9626 21.8505 8.68719 21.8505H3.41299C3.01029 21.8505 2.60369 21.8809 2.19708 21.9454C1.79438 22.0099 1.42686 22.139 1.09845 22.3288C0.770033 22.5185 0.504173 22.7804 0.300868 23.1106C0.097563 23.4408 -0.00408936 23.8735 -0.00408936 24.4049V49.3184H5.28965V41.6781H9.07816C10.3449 41.6781 11.6273 41.4883 12.9292 41.1088C14.2272 40.7292 15.4002 40.1371 16.4401 39.3325C17.4801 38.5278 18.3246 37.4955 18.9736 36.2316C19.6226 34.9715 19.9471 33.4571 19.9471 31.6884C19.9471 30.7433 19.7829 29.6996 19.4584 28.5647L19.4623 28.5723ZM12.7181 35.704C11.6938 36.6832 10.3175 37.1729 8.58945 37.1729H5.28965V26.3216H8.58945C10.2081 26.3216 11.5569 26.8378 12.6399 27.8664C13.719 28.8987 14.2585 30.2347 14.2585 31.8744C14.2585 33.514 13.7463 34.721 12.7181 35.7002V35.704ZM168.043 47.3561H167.324V47.0221H169.134V47.3561H168.414V49.3108H168.047V47.3561H168.043ZM171.206 47.8419L170.725 49.0337H170.268L169.763 47.7546V49.3108H169.384V47.0221H169.83L170.494 48.768L171.171 47.0221H171.581V49.3108H171.202V47.8419H171.206ZM81.3061 43.3671C81.4664 43.5113 82.3031 44.2742 82.9951 45.0864C83.1358 45.2534 83.2688 45.4166 83.3821 45.5836C83.4955 45.7544 83.562 45.91 83.5815 46.0581C83.6128 46.2706 83.5972 46.4566 83.5346 46.6198C83.4721 46.7792 83.3626 46.9614 83.2023 47.1701C83.1163 47.284 82.9677 47.432 82.7488 47.6104C81.6423 48.5251 80.2075 49.0717 78.8312 49.4816C77.6779 49.8194 76.3017 49.9902 74.6987 49.9902C73.0957 49.9902 71.5787 49.7207 70.2377 49.1855C68.8967 48.6466 67.7511 47.9065 66.805 46.9576C65.8588 46.0087 65.1277 44.8701 64.6195 43.5417C64.1073 42.2094 63.8532 40.7406 63.8532 39.1275C63.8532 37.6549 64.1073 36.2885 64.6195 35.0322C65.1277 33.7721 65.8432 32.6752 66.762 31.7415C67.6807 30.8078 68.7755 30.0715 70.0422 29.5326C71.309 28.9936 72.7165 28.7279 74.2608 28.7279C76.1257 28.7279 77.7092 29.0619 79.0072 29.7261C80.3052 30.3903 81.3452 31.2633 82.1349 32.3374C82.9208 33.4115 83.4916 34.6299 83.8396 35.9887C84.1875 37.3474 84.3635 38.7328 84.3635 40.1485V40.8696H69.057C69.057 41.606 69.2251 42.2702 69.5613 42.8661C69.8976 43.462 70.3354 43.9705 70.875 44.3956C71.4145 44.8207 72.0244 45.1471 72.7125 45.3711C73.3967 45.5988 74.0731 45.7089 74.7456 45.7089C75.7347 45.7089 76.6027 45.6178 77.3495 45.4318C78.0923 45.2496 78.7257 45.0371 79.2535 44.7942C79.7774 44.555 80.2075 44.3008 80.5437 44.0313C80.8799 43.7618 81.1341 43.5417 81.31 43.3709L81.3061 43.3671ZM79.0775 37.2564C79.0775 36.7478 78.9759 36.2392 78.7726 35.7268C78.5693 35.2182 78.2682 34.7589 77.8773 34.3452C77.4824 33.9353 76.9819 33.5937 76.3681 33.328C75.7543 33.0586 75.0545 32.9257 74.2686 32.9257C73.4241 32.9257 72.6734 33.0586 72.0166 33.328C71.3598 33.5975 70.8124 33.9353 70.3784 34.3452C69.9406 34.7551 69.6043 35.2144 69.3737 35.7268C69.1391 36.2354 69.0257 36.7478 69.0257 37.2564H79.0854H79.0775Z" fill="white"/> </g> <defs> <clipPath id="clip0_1393_12942"> <rect width="187.65" height="55.4139" fill="white"/> </clipPath> </defs> </svg> </a> <!--bookshop-live name(simple/svg-icon-group)--> <div class="c-svg-icon-group" style="--svg-gap: 25px;"> <!--bookshop-live name(generic/svg-icon)--> <div class="c-svg-icon"> <a class="c-svg-icon__link" href="https://www.linkedin.com/company/papercut-software/" target="_blank" rel="noopener" aria-label="Social media icon"> <img src="https://cdn1.papercut.com/uploads/linkedIn.svg" alt> </a> </div> <!--bookshop-live end--> <!--bookshop-live name(generic/svg-icon)--> <div class="c-svg-icon"> <a class="c-svg-icon__link" href="https://twitter.com/papercutdev" target="_blank" rel="noopener" aria-label="Social media icon"> <img src="https://cdn1.papercut.com/uploads/twitter-x-white-16px.svg" alt> </a> </div> <!--bookshop-live end--> <!--bookshop-live name(generic/svg-icon)--> <div class="c-svg-icon"> <a class="c-svg-icon__link" href="https://www.facebook.com/PaperCutSoftware/" target="_blank" rel="noopener" aria-label="Social media icon"> <img src="https://cdn1.papercut.com/uploads/facebook.svg" alt> </a> </div> <!--bookshop-live end--> <!--bookshop-live name(generic/svg-icon)--> <div class="c-svg-icon"> <a class="c-svg-icon__link" href="https://community.spiceworks.com/pages/papercut" target="_blank" rel="noopener" aria-label="Social media icon"> <img src="https://cdn1.papercut.com/uploads/spiceworks.svg" alt> </a> </div> <!--bookshop-live end--> <!--bookshop-live name(generic/svg-icon)--> <div class="c-svg-icon"> <a class="c-svg-icon__link" href="https://www.youtube.com/papercutsoftware" target="_blank" rel="noopener" aria-label="Social media icon"> <img src="https://cdn1.papercut.com/uploads/youtube.svg" alt> </a> </div> <!--bookshop-live end--> </div> <!--bookshop-live end--> </div> <!--bookshop-live name(simple/hubspot-form)--> <div class="c-hubspot-form c-hubspot-form--background-color- c-hubspot-form--text-white c-hubspot-form-- " style=" --form-padding: px; --hbs-form-shadow: var(--shadow--none) ;"> <!--bookshop-live name(generic/heading)--> <p class="c-heading c-heading--h5 c-heading--">Subscribe to PaperCut communications</p> <!--bookshop-live end--> <div class="c-hubspot-form__form --hubspot-form-text-white"> <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script> <script> hbspt.forms.create({ region: "na1", portalId: "8186336", formId: "525b820a-c332-44a2-b743-cfacfa396ead", onFormSubmit: function ($form) { const emailInput = $form.querySelector('input[type="email"]'); const emailValue = emailInput ? emailInput.value : null; if (typeof braze !== 'undefined' && emailValue) { braze.getUser().addAlias(emailValue, 'email'); } else if (!emailValue) { console.error('Email field is empty or not found. Cannot add Braze alias.'); } else { console.error('Braze is not initialized. Cannot add alias.'); } } }); </script> </div> <p class="c-hubspot-form__terms c-hubspot-form__terms--text-white">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply.</p> </div> <!--bookshop-live end--> </div> <!--bookshop-live name(structures/footer/footer-navigation)--> <section class="c-footer-navigation"> <div class="c-footer-navigation__two-column"> <div class="c-footer-navigation__two-column__column"> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Products</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/mf/" reseed-ignore>PaperCut MF</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/ng/" reseed-ignore>PaperCut NG</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/hive/" reseed-ignore>PaperCut Hive</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/pocket/" reseed-ignore>PaperCut Pocket</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/" reseed-ignore>Product overview</a> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">Products</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/products/" reseed-ignore>Product overview</a> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Free Tools</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/free-software/mobility-print/" reseed-ignore>PaperCut Mobility Print</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/views/" reseed-ignore>PaperCut Views</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="https://qrdoc.io/#/" target="_blank" rel="noopener" reseed-ignore>PaperCut QRDoc</a> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Beta</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/percolator/" reseed-ignore>In the Percolator</a> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-footer-navigation__two-column__column"> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Solutions for Industries</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/k-12/" reseed-ignore>High school/K-12</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/higher-education/" reseed-ignore>Higher education</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/healthcare/" reseed-ignore>Healthcare</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/co-working/" reseed-ignore>Coworking</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/life-sciences/" reseed-ignore>Life sciences</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/legal/" reseed-ignore>Legal</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/smb/" reseed-ignore>Small businesses</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/large-enterprise/" reseed-ignore>Large enterprise</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/industry/local-government/" reseed-ignore>Local government</a> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">Solutions for Industries</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/k-12/" reseed-ignore>High school/K-12</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/higher-education/" reseed-ignore>Higher education</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/healthcare/" reseed-ignore>Healthcare</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/co-working/" reseed-ignore>Coworking</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/life-sciences/" reseed-ignore>Life sciences</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/legal/" reseed-ignore>Legal</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/smb/" reseed-ignore>Small businesses</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/large-enterprise/" reseed-ignore>Large enterprise</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/industry/local-government/" reseed-ignore>Local government</a> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">What our customers say</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/customer-stories/" reseed-ignore>Customer stories</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/testimonials/" reseed-ignore>Testimonials</a> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">What our customers say</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/customer-stories/" reseed-ignore>Customer stories</a> </li> </ul> </div> <!--bookshop-live end--> </div> </div> <div class="c-footer-navigation__two-column"> <div class="c-footer-navigation__two-column__column"> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Support</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/contact/" reseed-ignore>Support overview</a> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">Support</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/contact/" reseed-ignore>Support overview</a> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Learn more</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/demo/" reseed-ignore>Interactive demos</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/blog/" reseed-ignore>Blog</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/resources/" reseed-ignore>Resources</a> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">Learn more</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/blog/" reseed-ignore>Blog</a> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Discover</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/" reseed-ignore>Discover overview</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/the-complete-guide-to-windows-protected-print-wpp/" reseed-ignore>WPP printing</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/cloud-and-print/" reseed-ignore>Cloud and print</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/easy-printing/" reseed-ignore>Easy printing</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/easy-scanning-and-capture/" reseed-ignore>Scanning</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/print-security/" reseed-ignore>Print security</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/integrations-and-customizations/" reseed-ignore>Integrations</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/products-at-a-glance/" reseed-ignore>Products at a glance</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/about/forest-positive/" reseed-ignore>Forest positive</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/discover/best-practices/" reseed-ignore>Best practices</a> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">Discover</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/discover/" reseed-ignore>Discover overview</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/discover/the-complete-guide-to-windows-protected-print-wpp/" reseed-ignore>WPP printing</a> </li> </ul> </div> <!--bookshop-live end--> </div> <div class="c-footer-navigation__two-column__column"> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Get PaperCut</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/get/speak-with-sales/" reseed-ignore>Contact Sales</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/book-a-demo/" reseed-ignore>Book a demo</a><span class="c-footer-link-group__link-list__item__link--postscript">new!</span> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/products/how-to-get/" reseed-ignore>How to buy</a> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">Get PaperCut</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/get/speak-with-sales/" reseed-ignore>Contact Sales</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/book-a-demo/" reseed-ignore>Book a demo<span class="c-footer-link-group__link-list__item__link--postscript">new!</span></a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/products/how-to-get/" reseed-ignore>How to buy</a> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">About</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/about/" reseed-ignore>About us</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/about/life-at-papercut/" reseed-ignore>Careers</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/about/b-corp/" reseed-ignore>B Corp</a> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">About</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/about/" reseed-ignore>About us</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/about/life-at-papercut/" reseed-ignore>Careers</a> </li> </ul> </div> <!--bookshop-live end--> <!--bookshop-live name(structures/footer/footer-navigation/footer-link-group)--> <div class="c-footer-link-group c-footer-link-group--desktop"> <p class="c-footer-link-group__heading">Misc</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/resellers/" reseed-ignore>Become a PaperCut Reseller</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link" href="/privacy-policy/" reseed-ignore>Privacy policy</a> </li> <li class="c-footer-link-group__link-list__item"> <button class="c-footer-link-group__link-list__item__link c-footer-link-group__link-list__item__link--cookies" onClick="(function(){ var _hsp = window._hsp = window._hsp || []; _hsp.push(['showBanner']); if (((document.getElementById('hs-eu-cookie-confirmation') && (document.getElementById('hs-eu-cookie-confirmation').style.display == 'none')) || !document.getElementById('hs-eu-cookie-confirmation')) && ((document.getElementById('hs-modal') && (document.getElementById('hs-modal').style.display == 'none')) || !document.getElementById('hs-modal'))) { document.getElementById('c-footer-link-group__link-list__cookie-policy').style.display = 'grid'; } })()"> Cookie settings </button> <div id="c-footer-link-group__link-list__cookie-policy" class="c-footer-link-group__link-list__cookie-policy" x-data> <div class="c-footer-link-group__link-list__cookie-policy__wording"><p>Hey there! <strong>We use cookies</strong>. Why? They let us personalize content, track usage, and analyze data on our end to improve your experience. To learn more about the different cookies we’re using, check out<a href="https://www.papercut.com/privacy-policy/" target="_blank"> our Privacy Policy. </a></p></div> <a class="c-generic-link c-generic-link--primary" reseed-ignore @click="document.getElementById('c-footer-link-group__link-list__cookie-policy').style.display = 'none';"> OK, I understand </a> </div> </li> </ul> </div> <div class="c-footer-link-group c-footer-link-group--mobile"> <p class="c-footer-link-group__heading">Misc</p> <ul class="c-footer-link-group__link-list"> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/resellers/" reseed-ignore>Become a PaperCut Reseller</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href="/privacy-policy/" reseed-ignore>Privacy policy</a> </li> <li class="c-footer-link-group__link-list__item"> <a class="c-footer-link-group__link-list__item__link " href reseed-ignore>Cookie settings</a> </li> </ul> </div> <!--bookshop-live end--> </div> </div> </section> <!--bookshop-live end--> <div class="c-footer__logos"> <!--bookshop-live name(structures/footer/footer-logos)--> <div class="c-footer-logos" style="--svg-gap: 25px;"> <!--bookshop-live name(generic/svg-icon)--> <div class="c-svg-icon"> <img src="https://storage.googleapis.com/cdn1.papercut.com/web/cloudcannon/uploads/ISO.svg" alt aria-label="Social media icon"> </div> <!--bookshop-live end--> <!--bookshop-live name(generic/svg-icon)--> <div class="c-svg-icon"> <a class="c-svg-icon__link" href="https://www.bcorporation.net/en-us/find-a-b-corp/company/paper-cut-software-international-pty-ltd/" target="_blank" rel="noopener" aria-label="Social media icon"> <img src="https://storage.googleapis.com/cdn1.papercut.com/web/cloudcannon/uploads/B-Corp.svg" alt> </a> </div> <!--bookshop-live end--> </div> <!--bookshop-live end--> </div> <div class="c-footer__copyright"> <p>PaperCut, the P symbol, and PaperCut products are trademarks of the PaperCut group of companies.</p> <p>© PaperCut Software Pty Ltd</p> </div> <!--bookshop-live name(sections/floating-box-with-cta)--> <div id="floatingbox" style="display: none;"> <div class="c-floating-box"> <p class="c-floating-box__subheading">Survey</p> <a id="floatingboxcross" type="button" class="c-floating-box__cross" href="#"><img src="https://cdn1.papercut.com/web/img/icon/mono-regular/positive/close.svg"></a> <div class="c-floating-box__heading"><!--bookshop-live name(generic/heading)--> <h6 class="c-heading c-heading--h3 c-heading--">Share your thoughts</h6> <!--bookshop-live end--></div> <p class="c-floating-box__body-content">How easy was it to find what you were looking for on our website?</p> <div id="floatingboxcta" class="c-floating-box__button"> <!--bookshop-live name(generic/link)--> <a class="c-generic-link c-generic-link--primary" reseed-ignore href="https://www.surveymonkey.com/r/7JGTRRS"> Submit now </a> <!--bookshop-live end--> </div> </div> </div> <script type="text/JavaScript"> var currenturl = window.location.href; var hasSeenPopup = readCookie("pc_nps"); var sessionCurrentDate = Date.now(); var sessionStartDate = parseInt(readCookie("pc_session_start")); var sessionTime = (sessionCurrentDate - sessionStartDate) / 1000; const targetDiv = document.getElementById("floatingbox"); const btn = document.getElementById("floatingboxcross"); const ctaButton = document.getElementById("floatingboxcta"); btn.onclick = function () { closeButton(); }; ctaButton.onclick = function () { closeButton(); window.location.href = "https://www.google.com"; }; window.addEventListener('load', (event) => { togglePopup(); }); function togglePopup() { hasSeenPopup = readCookie("pc_nps"); if ((hasSeenPopup == "false") && (sessionTime > 90)) { targetDiv.style.display = "block"; } else { targetDiv.style.display = "none"; } } function closeButton() { createCookie("pc_nps",true,90) togglePopup(); } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } </script> <!--bookshop-live end--> </footer> <!--bookshop-live end--> <script> (function(){ const bookshopLiveSetup = (CloudCannon) => { CloudCannon.enableEvents(); CloudCannon?.setLoading?.("Loading Bookshop Live Editing"); let triggeredLoad = false; const whenLoaded = () => { triggeredLoad = true; CloudCannon?.setLoading?.(false); } setTimeout(() => { if (!triggeredLoad) { CloudCannon?.setLoading?.("Error Loading Bookshop Live Editing"); setTimeout(() => { if (!triggeredLoad) { whenLoaded() } }, 2000); } }, 12000); const head = document.querySelector('head'); const script = document.createElement('script'); script.src = `/_cloudcannon/bookshop-live.js`; script.onload = function() { window.bookshopLive = new window.BookshopLive({ remoteGlobals: [], loadedFn: whenLoaded, }); const updateBookshopLive = async () => { const frontMatter = await CloudCannon.value({ keepMarkdownAsHTML: false, preferBlobs: true }); const options = window.bookshopLiveOptions || {}; const rendered = await window.bookshopLive.update(frontMatter, options); if (rendered) CloudCannon?.refreshInterface?.(); } document.addEventListener('cloudcannon:update', updateBookshopLive); updateBookshopLive(); } head.appendChild(script); } document.addEventListener('cloudcannon:load', function (e) { bookshopLiveSetup(e.detail.CloudCannon); }); })(); </script> </body> </html>