www.papercut.com
Open in
urlscan Pro
34.95.115.145
Public Scan
URL:
https://www.papercut.com/search/?q=ricoh
Submission: On March 21 via manual from US — Scanned from DE
Submission: On March 21 via manual from US — Scanned from DE
Form analysis
5 forms found in the DOM<form class="aa-Form" action="" novalidate="" role="search">
<div class="aa-InputWrapperPrefix"><label class="aa-Label" for="autocomplete-0-input" id="autocomplete-0-label"><button class="aa-SubmitButton" type="submit" title="Submit"><svg width="20" height="21" viewBox="0 0 20 21" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M19.75 19.1164L14.5 13.8333C15.75 12.3239 16.375 10.5629 16.375 8.6761C16.375 4.1478 12.75 0.5 8.25 0.5C3.625 0.5 0 4.1478 0 8.6761C0 13.2044 3.625 16.8522 8.125 16.8522C10 16.8522 11.75 16.2233 13.25 14.9654L18.5 20.2484C18.625 20.3742 18.875 20.5 19.125 20.5C19.375 20.5 19.625 20.3742 19.75 20.2484C19.875 20.1226 20 19.8711 20 19.6195C20 19.4937 19.875 19.2421 19.75 19.1164ZM8.125 15.0912C4.625 15.0912 1.75 12.1981 1.75 8.6761C1.75 5.15409 4.625 2.26101 8.125 2.26101C11.625 2.26101 14.5 5.15409 14.5 8.6761C14.5 12.3239 11.75 15.0912 8.125 15.0912Z"
fill="#19892B"></path>
</svg></button></label>
<div class="aa-LoadingIndicator" hidden=""><svg class="aa-LoadingIcon" viewBox="0 0 100 100" width="20" height="20">
<circle cx="50" cy="50" fill="none" r="35" stroke="currentColor" stroke-dasharray="164.93361431346415 56.97787143782138" stroke-width="6">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;90 50 50;180 50 50;360 50 50" keyTimes="0;0.40;0.65;1"></animateTransform>
</circle>
</svg></div>
</div>
<div class="aa-InputWrapper"><input class="aa-Input" aria-autocomplete="both" aria-labelledby="autocomplete-0-label" id="autocomplete-0-input" autocomplete="off" autocorrect="off" autocapitalize="off" enterkeyhint="search" spellcheck="false"
placeholder="Search our articles, products, knowledge base..." maxlength="512" type="search"></div>
<div class="aa-InputWrapperSuffix"><button class="aa-ClearButton" type="reset" title="Clear" hidden=""><svg class="aa-ClearIcon" viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path
d="M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z">
</path>
</svg></button></div>
</form>
<form id="section-filter-small" class="search-panel__filters__section-filter-small" x-data="{
open: false,
toggle() {
if (this.open) {
return this.close()
}
this.$refs.button.focus()
this.open = true
},
close(focusAfter) {
if (! this.open) return
this.open = false
focusAfter && focusAfter.focus()
}
}" x-on:keydown.escape.prevent.stop="close($refs.button)" x-on:focusin.window="! $refs.panel.contains($event.target) && close()" x-id="['sections-dropdown-button']">
<div class="search-panel__filters__section-filter-small__label" x-on:click="toggle()" x-on:click.outside="close($refs.button)">
<p class="search-panel__filters__section-filter-small__label__value" x-text="sections">Website (All)</p>
<button class="search-panel__filters__section-filter-small__label__button" x-ref="button" :aria-expanded="open" :aria-controls="$id('sections-dropdown-button')" type="button" aria-expanded="false" aria-controls="sections-dropdown-button-1">
<img class="search-panel__filters__section-filter-small__label__button__arrow" :class="open ? 'search-panel__filters__section-filter-small__label__button__arrow--open' : ''" src="https://cdn1.papercut.com/search/dropdown-arrow.svg" alt="">
</button>
</div>
<ul class="search-panel__filters__section-filter-small__list" x-ref="panel" x-show="open" x-transition.origin.top.left="" :id="$id('dropdown-button')" id="dropdown-button-1" style="display: none;">
<li class="search-panel__filters__section-filter-small__list__item">
<input class="search-panel__filters__section-filter-small__list__item__input" type="radio" id="section-filter-small-all" name="product" value="All" @click="search_heading = 'our website'; sections = 'Website (All)'"
:checked="sections == 'Website (All)' ? true : false" checked="checked">
<label class="search-panel__filters__section-filter-small__list__item__label" for="section-filter-small-all">Website (All)</label>
</li>
<li class="search-panel__filters__section-filter-small__list__item">
<input class="search-panel__filters__section-filter-small__list__item__input" type="radio" id="section-filter-small-Documentation" name="product" value="kb,known-issues,help,"
@click="search_heading = 'Documentation'; sections = 'Documentation'" :checked="sections == 'Documentation' ? true : false">
<label class="search-panel__filters__section-filter-small__list__item__label" for="section-filter-small-Documentation">Documentation</label>
</li>
</ul>
</form>
<form id="product-filter" class="search-panel__filters__product-filter" x-data="{
products: [],
open: false,
toggle() {
if (this.open) {
return this.close()
}
this.$refs.button.focus()
this.open = true
},
close(focusAfter) {
if (! this.open) return
this.open = false
focusAfter && focusAfter.focus()
}
}" x-init="
if (new URL(window.location).searchParams.has('products')) {
products = new URL(window.location).searchParams.get('products').split(',')
}" x-on:click="toggle()" x-on:click.outside="close($refs.button)" x-on:keydown.escape.prevent.stop="close($refs.button)" x-on:focusin.window="! $refs.panel.contains($event.target) && close()" x-id="['dropdown-button']">
<div class="search-panel__filters__product-filter__label">
<div>
<p class="search-panel__filters__product-filter__label__value" x-show="products.length > 0" style="display: none;"><span x-text="products.length">0</span> Product<span x-show="products.length > 1" style="display: none;">s</span> Selected</p>
</div>
<button class="search-panel__filters__product-filter__label__button" x-ref="button" :aria-expanded="open" :aria-controls="$id('dropdown-button')" type="button" aria-expanded="false" aria-controls="dropdown-button-2">
<img class="search-panel__filters__product-filter__label__button__arrow" :class="open ? 'search-panel__filters__product-filter__button__arrow--open' : ''" src="https://cdn1.papercut.com/search/dropdown-arrow.svg" alt="">
</button>
</div>
<div class="search-panel__filters__product-filter__list" x-ref="panel" x-show="open" x-transition.origin.top.left="" :id="$id('dropdown-button')" id="dropdown-button-2" style="display: none;">
<div class="search-panel__filters__product-filter__list__item">
<input class="search-panel__filters__product-filter__list__item__input" type="checkbox" id="PaperCut NG" name="product" value="NG" x-model="products">
<img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-ng.svg" alt="" class="search-panel__filters__product-filter__list__item__image">
<label class="search-panel__filters__product-filter__list__item__label" for="PaperCut NG">PaperCut NG</label>
</div>
<div class="search-panel__filters__product-filter__list__item">
<input class="search-panel__filters__product-filter__list__item__input" type="checkbox" id="PaperCut MF" name="product" value="MF" x-model="products">
<img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-mf.svg" alt="" class="search-panel__filters__product-filter__list__item__image">
<label class="search-panel__filters__product-filter__list__item__label" for="PaperCut MF">PaperCut MF</label>
</div>
<div class="search-panel__filters__product-filter__list__item">
<input class="search-panel__filters__product-filter__list__item__input" type="checkbox" id="PaperCut Hive" name="product" value="Hive" x-model="products">
<img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-hive.svg" alt="" class="search-panel__filters__product-filter__list__item__image">
<label class="search-panel__filters__product-filter__list__item__label" for="PaperCut Hive">PaperCut Hive</label>
</div>
<div class="search-panel__filters__product-filter__list__item">
<input class="search-panel__filters__product-filter__list__item__input" type="checkbox" id="PaperCut Pocket" name="product" value="Pocket" x-model="products">
<img src="https://cdn.papercut.com/web/cloudcannon/navigation/nav-icon-pocket.svg" alt="" class="search-panel__filters__product-filter__list__item__image">
<label class="search-panel__filters__product-filter__list__item__label" for="PaperCut Pocket">PaperCut Pocket</label>
</div>
</div>
</form>
<form class="aa-Form" action="" novalidate="" role="search">
<div class="aa-InputWrapperPrefix"><label class="aa-Label" for="autocomplete-1-input" id="autocomplete-1-label"><button class="aa-SubmitButton" type="submit" title="Submit"><svg class="aa-SubmitIcon" viewBox="0 0 24 24" width="20" height="20"
fill="currentColor">
<path
d="M16.041 15.856c-0.034 0.026-0.067 0.055-0.099 0.087s-0.060 0.064-0.087 0.099c-1.258 1.213-2.969 1.958-4.855 1.958-1.933 0-3.682-0.782-4.95-2.050s-2.050-3.017-2.050-4.95 0.782-3.682 2.050-4.95 3.017-2.050 4.95-2.050 3.682 0.782 4.95 2.050 2.050 3.017 2.050 4.95c0 1.886-0.745 3.597-1.959 4.856zM21.707 20.293l-3.675-3.675c1.231-1.54 1.968-3.493 1.968-5.618 0-2.485-1.008-4.736-2.636-6.364s-3.879-2.636-6.364-2.636-4.736 1.008-6.364 2.636-2.636 3.879-2.636 6.364 1.008 4.736 2.636 6.364 3.879 2.636 6.364 2.636c2.125 0 4.078-0.737 5.618-1.968l3.675 3.675c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414z">
</path>
</svg></button></label>
<div class="aa-LoadingIndicator" hidden=""><svg class="aa-LoadingIcon" viewBox="0 0 100 100" width="20" height="20">
<circle cx="50" cy="50" fill="none" r="35" stroke="currentColor" stroke-dasharray="164.93361431346415 56.97787143782138" stroke-width="6">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;90 50 50;180 50 50;360 50 50" keyTimes="0;0.40;0.65;1"></animateTransform>
</circle>
</svg></div>
</div>
<div class="aa-InputWrapper"><input class="aa-Input" aria-autocomplete="both" aria-labelledby="autocomplete-1-label" id="autocomplete-1-input" autocomplete="off" autocorrect="off" autocapitalize="off" enterkeyhint="search" spellcheck="false"
placeholder="Search our articles, products, knowledge base..." maxlength="512" type="search"></div>
<div class="aa-InputWrapperSuffix"><button class="aa-ClearButton" type="reset" title="Clear"><svg class="aa-ClearIcon" viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
<path
d="M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z">
</path>
</svg></button></div>
</form>
POST https://forms.hsforms.com/submissions/v3/public/submit/formsnext/multipart/8186336/525b820a-c332-44a2-b743-cfacfa396ead
<form id="hsForm_525b820a-c332-44a2-b743-cfacfa396ead" method="POST" accept-charset="UTF-8" enctype="multipart/form-data" novalidate=""
action="https://forms.hsforms.com/submissions/v3/public/submit/formsnext/multipart/8186336/525b820a-c332-44a2-b743-cfacfa396ead"
class="hs-form-private hsForm_525b820a-c332-44a2-b743-cfacfa396ead hs-form-525b820a-c332-44a2-b743-cfacfa396ead hs-form-525b820a-c332-44a2-b743-cfacfa396ead_cf4daa16-280b-4e51-8572-5142abc4b213 hs-form stacked"
target="target_iframe_525b820a-c332-44a2-b743-cfacfa396ead" data-instance-id="cf4daa16-280b-4e51-8572-5142abc4b213" data-form-id="525b820a-c332-44a2-b743-cfacfa396ead" data-portal-id="8186336"
data-test-id="hsForm_525b820a-c332-44a2-b743-cfacfa396ead">
<div class="hs_email hs-email hs-fieldtype-text field hs-form-field"><label id="label-email-525b820a-c332-44a2-b743-cfacfa396ead" class="" placeholder="Enter your " for="email-525b820a-c332-44a2-b743-cfacfa396ead"><span></span></label>
<legend class="hs-field-desc" style="display: none;"></legend>
<div class="input"><input id="email-525b820a-c332-44a2-b743-cfacfa396ead" name="email" required="" placeholder="Email*" type="email" class="hs-input" inputmode="email" autocomplete="email" value=""></div>
</div>
<div class="hs_amplitude_device_id hs-amplitude_device_id hs-fieldtype-text field hs-form-field" style="display: none;"><label id="label-amplitude_device_id-525b820a-c332-44a2-b743-cfacfa396ead" class="" placeholder="Enter your Amplitude Device ID"
for="amplitude_device_id-525b820a-c332-44a2-b743-cfacfa396ead"><span>Amplitude Device ID</span></label>
<legend class="hs-field-desc" style="display: none;"></legend>
<div class="input"><input name="amplitude_device_id" class="hs-input" type="hidden" value=""></div>
</div>
<div class="legal-consent-container">
<div>
<div class="hs-dependent-field">
<div class="hs_LEGAL_CONSENT.subscription_type_20660050 hs-LEGAL_CONSENT.subscription_type_20660050 hs-fieldtype-booleancheckbox field hs-form-field">
<legend class="hs-field-desc" style="display: none;"></legend>
<div class="input">
<ul class="inputs-list" required="">
<li class="hs-form-booleancheckbox"><label for="LEGAL_CONSENT.subscription_type_20660050-525b820a-c332-44a2-b743-cfacfa396ead" class="hs-form-booleancheckbox-display"><input
id="LEGAL_CONSENT.subscription_type_20660050-525b820a-c332-44a2-b743-cfacfa396ead" class="hs-input" type="checkbox" name="LEGAL_CONSENT.subscription_type_20660050" value="true"><span>
<p>Yes, subscribe me to PaperCut news, offers, product updates, newsletters and events.</p><span class="hs-form-required">*</span>
</span></label></li>
</ul>
</div>
</div>
</div>
<legend class="hs-field-desc checkbox-desc" style="display: none;"></legend>
</div>
<div class="hs-richtext">
<p>By filling out and submitting this form, you agree that you have read our <a href="https://www.papercut.com/privacy-policy/" target="_blank">Privacy Policy</a>, and agree to PaperCut handling your data in accordance with its terms.</p>
</div>
</div>
<div class="hs_recaptcha hs-recaptcha field hs-form-field">
<div class="input">
<div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
<div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-ftjd9ln25pi" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Ld_ad8ZAAAAAAqr0ePo1dUfAi0m4KPkCMQYwPPm&co=aHR0cHM6Ly93d3cucGFwZXJjdXQuY29tOjQ0Mw..&hl=en&v=Hq4JZivTyQ7GP8Kt571Tzodj&size=invisible&badge=inline&cb=5pqcv06i1d7s"></iframe>
</div>
<div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div><input type="hidden" name="g-recaptcha-response" id="hs-recaptcha-response" value="">
</div>
<div class="hs_submit hs-submit">
<div class="hs-field-desc" style="display: none;"></div>
<div class="actions"><input type="submit" class="hs-button primary large" value="Submit"></div>
</div><input name="hs_context" type="hidden"
value="{"embedAtTimestamp":"1711033153457","formDefinitionUpdatedAt":"1658376130808","lang":"en","legalConsentOptions":"{\"communicationConsentCheckboxes\":[{\"communicationTypeId\":20660050,\"label\":\"<p>Yes, subscribe me to PaperCut news, offers, product updates, newsletters and events.</p>\",\"required\":true}],\"legitimateInterestLegalBasis\":\"LEGITIMATE_INTEREST_PQL\",\"processingConsentType\":\"IMPLICIT\",\"processingConsentText\":\"<p>By filling out and submitting this form, you agree that you have read our <a href=\\\"https://www.papercut.com/privacy-policy/\\\" target=\\\"_blank\\\">Privacy Policy</a>, and agree to PaperCut handling your data in accordance with its terms.</p>\",\"processingConsentCheckboxLabel\":\"<p>Yes, subscribe me to PaperCut news, offers, product updates, newsletters and events.</p>\",\"isLegitimateInterest\":false}","embedType":"REGULAR","renderRawHtml":"true","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.128 Safari/537.36","pageTitle":"Search | PaperCut","pageUrl":"https://www.papercut.com/search/?q=ricoh","urlParams":{"q":"ricoh"},"isHubSpotCmsGeneratedPage":false,"hutk":"da7ac0571dafb0b37a233a0abc2b2556","__hsfp":554772544,"__hssc":"154692263.1.1711033154857","__hstc":"154692263.da7ac0571dafb0b37a233a0abc2b2556.1711033154857.1711033154857.1711033154857.1","formTarget":"#hbspt-form-cf4daa16-280b-4e51-8572-5142abc4b213","boolCheckBoxFields":"LEGAL_CONSENT.subscription_type_20660050","rumScriptExecuteTime":840.8999996185303,"rumTotalRequestTime":1163.7999992370605,"rumTotalRenderTime":1186.6999988555908,"rumServiceResponseTime":322.8999996185303,"rumFormRenderTime":22.899999618530273,"connectionType":"4g","firstContentfulPaint":0,"largestContentfulPaint":0,"locale":"en","timestamp":1711033154866,"originalEmbedContext":{"portalId":"8186336","formId":"525b820a-c332-44a2-b743-cfacfa396ead","region":"na1","target":"#hbspt-form-cf4daa16-280b-4e51-8572-5142abc4b213","isBuilder":false,"isTestPage":false,"isPreview":false,"isMobileResponsive":true},"correlationId":"cf4daa16-280b-4e51-8572-5142abc4b213","renderedFieldsIds":["email","amplitude_device_id","LEGAL_CONSENT.subscription_type_20660050"],"captchaStatus":"LOADED","emailResubscribeStatus":"NOT_APPLICABLE","isInsideCrossOriginFrame":false,"source":"forms-embed-1.4774","sourceName":"forms-embed","sourceVersion":"1.4774","sourceVersionMajor":"1","sourceVersionMinor":"4774","allPageIds":{},"_debug_embedLogLines":[{"clientTimestamp":1711033153536,"level":"INFO","message":"Retrieved pageContext values which may be overriden by the embed context: {\"pageTitle\":\"Search | PaperCut\",\"pageUrl\":\"https://www.papercut.com/search/?q=ricoh\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.128 Safari/537.36\",\"urlParams\":{\"q\":\"ricoh\"},\"isHubSpotCmsGeneratedPage\":false}"},{"clientTimestamp":1711033153537,"level":"INFO","message":"Retrieved countryCode property from normalized embed definition response: \"DE\""},{"clientTimestamp":1711033154863,"level":"INFO","message":"Retrieved analytics values from API response which may be overriden by the embed context: {\"hutk\":\"da7ac0571dafb0b37a233a0abc2b2556\"}"}]}"><iframe
name="target_iframe_525b820a-c332-44a2-b743-cfacfa396ead" style="display: none;"></iframe>
</form>
Text Content
Hey there! We use cookies. 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 our Privacy Policy. If you decline, your information won’t be tracked when you visit this website. A single cookie will be used in your browser to remember your preference not to be tracked. Cookies settings ACCEPT DECLINE Skip to content URGENT security message for all NG/MF customers Everything you need to know about cloud printing Language Choose your language * No results * Global (English) * Français (Français) * España (Español) * Deutschland (Deutsche) * Suomi (Suomalainen) * Italia (Italiano) * Nederland (Nederlands) * Portugal (Português) * Россия (Pусский) * Sverige (Svenska) * Bolivia (Español) * Brazil (Português) * Colombia (Español) * Ecuador (Español) * El Salvador (Español) * República Dominicana (Español) * Guatemala (Español) * Honduras (Español) * Mexico (Español) * Nicaragua (Español) * Panamá (Español) * Paraguay (Español) * Peru (Español) * Uruguay (Español) * Venezuela (Español) * 中国(简体中文) * 台灣(繁體中文) * 香港(繁體中文) * 日本 (日本語) * ประเทศไทย (ไทย) Login Choose your login * No results * PaperCut Hive * PaperCut Pocket * Partner Portal * Students / Teachers Contact Contact us * No results * Sales * Support Search Software Our products * PaperCut MF Powerful print management server for printers and MFDs * PaperCut Hive Complete cloud-native print management for business * PaperCut NG DIY print management server for everyone * PaperCut Pocket Cloud print management solution for businesses with simple needs * Compare features PaperCut Product Suite comparison Free tools * PaperCut Mobility Print A free Google Cloud Print alternative * PaperCut QRdoc The power of digital documents – on paper * PaperCut Views Real-time print analytics, insights and forecasts Sustainability * PaperCut Grows Grow your sustainability story. In the percolator * Projects in beta Features in progress Popular Features * Print rooms Track and manage all your printing activity * Forest Positive Printing Go further than waste reduction * Print Deploy Print queues made easy * Microsoft Universal Print Take control of your Universal Print environment Speak with sales Solutions For industries * High School / K-12 Protect student information, cut costs, reduce waste * Higher Education Easy printing for coworking and serviced offices * Healthcare Safeguard patient information with compliance features * Local Government Reduce budget spend while increasing compliance * Legal Secure confidential client info and assign costs * Small to medium business Grow your business while reducing costs * Large Enterprise Protect your systems, information, and future growth * Coworking Easy printing for coworking and serviced offices * Life Sciences Protect your intellectual property and reduce your costs What our customers say “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.” Ofer Bar-Zakai, Google, US * Customer Stories 100 million delighted users and counting. Read their stories * Testimonials Quotes written by our own customers Speak with sales Resources Discover everything we do * Easy printing We’ve simplified printing for you and your end-users * Cloud and print Review our full suite of management solutions for cloud * Waste control Explore why this should be important to everyone * Scanning We’ve made scanning easier and more secure * Overview Explore all our products, and find real-world examples Popular Resources * Grid® Report for Print Management | Winter 2024 * Complete Guide to Printing in Education * Get Print Resiliency and Security Without Servers * Securing Your Print System with PaperCut Whitepaper * Find more Reports, White Papers, Customer Stories, Ebooks and more Have a read * Blog Read our latest news in tech, product updates, and more Support * Overview * Help Center * Manuals * Knowledge base * Known issues * FAQs Speak with sales Software Our products * PaperCut MF Powerful print management server for printers and MFDs * PaperCut Hive Complete cloud-native print management for business * PaperCut NG DIY print management server for everyone * PaperCut Pocket Cloud print management solution for businesses with simple needs * Compare features PaperCut Product Suite comparison Free tools * PaperCut Mobility Print A free Google Cloud Print alternative * PaperCut QRdoc The power of digital documents – on paper * PaperCut Views Real-time print analytics, insights and forecasts Sustainability * PaperCut Grows Grow your sustainability story. In the percolator * Projects in beta Features in progress Popular Features * Print rooms Track and manage all your printing activity * Forest Positive Printing Go further than waste reduction * Print Deploy Print queues made easy * Microsoft Universal Print Take control of your Universal Print environment Speak with sales Solutions For industries * High School / K-12 Protect student information, cut costs, reduce waste * Higher Education Easy printing for coworking and serviced offices * Healthcare Safeguard patient information with compliance features * Local Government Reduce budget spend while increasing compliance * Legal Secure confidential client info and assign costs * Small to medium business Grow your business while reducing costs * Large Enterprise Protect your systems, information, and future growth * Coworking Easy printing for coworking and serviced offices * Life Sciences Protect your intellectual property and reduce your costs What our customers say “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.” Ofer Bar-Zakai, Google, US * Customer Stories 100 million delighted users and counting. Read their stories * Testimonials Quotes written by our own customers Speak with sales Resources Discover everything we do * Easy printing We’ve simplified printing for you and your end-users * Cloud and print Review our full suite of management solutions for cloud * Waste control Explore why this should be important to everyone * Scanning We’ve made scanning easier and more secure * Overview Explore all our products, and find real-world examples Popular Resources * Grid® Report for Print Management | Winter 2024 * Complete Guide to Printing in Education * Get Print Resiliency and Security Without Servers * Securing Your Print System with PaperCut Whitepaper * Find more Reports, White Papers, Customer Stories, Ebooks and more Have a read * Blog Read our latest news in tech, product updates, and more Support * Overview * Help Center * Manuals * Knowledge base * Known issues * FAQs Speak with sales CONTACT SALES * Home * › * Search SEARCH OUR WEBSITE Website (All) * Website (All) * Documentation Website (All) Documentation Limit results to: 0 Products Selected PaperCut NG PaperCut MF PaperCut Hive PaperCut Pocket SEARCH SEARCH RESULTS Subscribe to PaperCut communications Amplitude Device ID * Yes, subscribe me to PaperCut news, offers, product updates, newsletters and events. * By filling out and submitting this form, you agree that you have read our Privacy Policy, and agree to PaperCut handling your data in accordance with its terms. This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Products * Product Overview * PaperCut NG * PaperCut MF * PaperCut Pocket * PaperCut Hive * Product comparison Free Tools * PaperCut Mobility Print * PaperCut QRDoc * PaperCut Views Beta * In the Percolator Solutions for Industries * High school/K-12 * Higher education * Healthcare * Coworking * Life sciences * Legal * Small businesses * Large enterprise * Local government What our customers say * Customer Stories * Testimonials Discover * Discover overview * Easy printing * Print security * Cloud and Print * Waste control * Scanning * Integrations * Products at a Glance * Best practices * Forest Positive Have a Read * Blog * Resources Support * Support Overview Get PaperCut * Contact Sales About * About us * Careers Misc * Become a Reseller * Privacy Policy * Cookie Settings Hey there! We use cookies. 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 our Privacy Policy. OK, I understand PaperCut, the P symbol, and PaperCut products are trademarks of the PaperCut group of companies. © PaperCut Software Pty Ltd Survey SHARE YOUR THOUGHTS How easy was it to find what you were looking for on our website? Submit now