CINXE.COM
PDF & eSign Plans & Pricing | Nitro Software
<!doctype html><html lang="en"><head> <script> "use strict"; (function (c, d, r, o) { "use strict"; const u = o.endpoint || "https://api.gonitro.com/v1/events", g = o.headers || {}; let n = o.domain || ""; const s = "nitro-session-id", i = "nitro-global-user-id"; console.log('INIT NITRO:'); function l() { const e = sessionStorage.getItem(s); if (e) return e; const t = crypto.randomUUID(); return sessionStorage.setItem(s, t), t; } function m() { const e = document.cookie.match(new RegExp("(^| )" + i + "=([^;]+)")); let t = ""; return ( e ? (t = e[2]) : (t = crypto.randomUUID()), n || (document.domain.includes("gonitro.com") ? (n = ".gonitro.com") : (n = ".gonitrodev.com")), (document.cookie = i + "=" + t + ";Max-Age=1704085200;domain=" + n + ";path=/"), t ); } function p(e) { const { eventName: t, eventContext: h, requestID: I = "", eventState: w = 0, productName: y, productVersion: N, ...E } = e; return { events: [ { eventName: t, eventContext: h, eventState: w, requestId: I, sessionId: v, detail: { "@type": "type.googleapis.com/nitro.protobuf.appevent.shared.BrowserEvent", globalUserId: a, page: { location: window.location.pathname, referer: document.referrer, }, browser: { language: navigator.language, userAgent: navigator.userAgent, screen: { width: screen.width, height: screen.height }, }, extras: JSON.stringify(E), }, }, ], source: { product: y || c, productVersion: N || d }, }; } function f(e) { return fetch(u, { keepalive: !0, method: "POST", headers: Object.assign(g, { "Content-Type": "application/json" }), body: JSON.stringify(e), }); } const v = l(), a = m(); (r.sendEvent = function (e) { if (!(!e.eventName || !e.eventContext)) return f(p(e)); }), (r.getGlobalUserID = function () { return a; }); })( 'nitro-main-website', '', (window.NitroAnalytics = window.NitroAnalytics || {}), {}); class NitroAnalyticsService { static init() { NitroAnalyticsService.addEventListenersToButtons(); NitroAnalyticsService.sendPageLoadEvent(); NitroAnalyticsService.appendParamsToCBUrls(); } static retrieveUtmParams() { const utmParams = {}; const allParams = new URLSearchParams(document.location.search); for (const pair of allParams) { if (pair[0].startsWith('utm_')) { utmParams[pair[0]] = pair[1]; } } return utmParams; } static handleClickEvent(e) { if (!NitroAnalytics) { return; } e.preventDefault(); const eventName = this.getAttribute('data-analytics-event'); const eventContext = this.getAttribute('data-analytics-context'); const eventData = this.getAttribute('data-analytics-data'); const obj = NitroAnalyticsService.buildEventObject(eventName, eventContext, eventData); NitroAnalytics.sendEvent(obj).finally(() => { const target = e.target.closest('a'); document.location.href = target.href; }); } static buildEventObject(eventName, eventContext, eventData) { const utmParams = NitroAnalyticsService.retrieveUtmParams(); const url = document.location.href; const GA_id = 'G-1GWYE8ZM4X'; let eventJSON = {}; try { eventJSON = JSON.parse(eventData.replace('"', '"')); } catch {} return { eventContext, eventName, eventState: 2, url, GA_id, ...eventJSON, ...utmParams }; } static addEventListenersToButtons() { document.querySelectorAll('a[data-analytics-event][data-analytics-context]:not([na-listener="true"]').forEach((el) => { el.setAttribute('na-listener', 'true'); el.addEventListener('click', NitroAnalyticsService.handleClickEvent); }); } static appendParamsToCBUrls() { document.querySelectorAll('a[href*="store.gonitro.com"').forEach((el) => { const url = new URL(el.href); const extraParams = { 'x-nitro-global-user-id': NitroAnalytics.getGlobalUserID(), 'x-ga-id': 'G-1GWYE8ZM4X' } for (const [key, value] of Object.entries(extraParams)) { if (!url.searchParams.has(key)) { url.searchParams.append(key, value); } } el.href = url; }); } static sendPageLoadEvent() { const eventName = document.body.getAttribute('data-analytics-event'); const eventContext = document.body.getAttribute('data-analytics-context'); const eventData = document.body.getAttribute('data-analytics-data'); const obj = NitroAnalyticsService.buildEventObject(eventName, eventContext, eventData); if (eventName && eventContext) { NitroAnalytics.sendEvent(obj); } } } function nitroAnalyticsPageLoadEvent() { NitroAnalyticsService.init(); } // Check if DOMContentLoaded has already fired if (document.readyState === 'loading') { // The document is still loading, add the event listener document.addEventListener('DOMContentLoaded', nitroAnalyticsPageLoadEvent); console.log('DOMContentLoaded'); } else { // The document has already loaded, call the function directly nitroAnalyticsPageLoadEvent(); console.log('nitroAnalyticsPageLoadEvent'); } </script> <meta charset="utf-8"> <title>PDF & eSign Plans & Pricing | Nitro Software</title> <link rel="shortcut icon" href="https://www.gonitro.com/hubfs/_img/favicon.png"> <meta name="description" content="See our selection of Nitro PDF & eSign plans and flexible pricing and choose the right package for your needs."> <meta property="og:image" content="https://www.gonitro.com/hubfs/Nitro_2025/social-sharing-fallback.jpg"> <meta name="twitter:image" content="https://www.gonitro.com/hubfs/Nitro_2025/social-sharing-fallback.jpg"> <meta name="generator" content="HubSpot"></head><body><div id="hs_cos_wrapper_page_overrides" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> <!-- Start VWO Async SmartCode --> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com"> <script type="text/plain" id="vwoCode" class="optanon-category-C0002-C0003-C0004"> window._vwo_code || (function() { var account_id=472626, version=2.1, settings_tolerance=2000, hide_element='body', hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;', /* DO NOT EDIT BELOW THIS LINE */ f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={nonce:v&&v.nonce,use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}v&&t.setAttribute('nonce',v.nonce);d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var n=this.getSettings(),i=d.createElement('script'),r=this;t=t||{};if(n){i.textContent=n;d.getElementsByTagName('head')[0].appendChild(i);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200||o.status===304){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var n=this.hide_element(),i=n?n+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=i;else t.appendChild(d.createTextNode(i));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var i=d.createElement('div');i.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;display: block !important;';i.setAttribute('id','_vis_opt_path_hides');i.classList.add('_vis_hide_layer');t.parentNode.insertBefore(i,t.nextSibling)}var o=window._vis_opt_url||d.URL,s='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(o)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:s})}else{this.load(s+'&x=true')}}};w._vwo_code=code;code.init();})(); </script> <!-- End VWO Async SmartCode --> <!-- OneTrust Cookies Consent Notice start for gonitro.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="918d0ecd-e3b2-45fd-a5aa-5ebc3ffddd9b"></script> <script type="text/javascript"> var initialConsentDispatched = false; // Function to add a consent change listener function addConsentChangeListener(cookieCategory, addConsentCallback, removeConsentCallback) { document.addEventListener('consentChanged', function(event) { const eventDetail = event.detail || []; if (eventDetail.includes(cookieCategory)) { addConsentCallback(); } else { removeConsentCallback(); } }); } function _isOneTrustConsentBoxClosed() { return typeof OneTrust.IsAlertBoxClosed === 'function' && OneTrust.IsAlertBoxClosed(); } function _removeCookies(cookiesArray) { // Loop over the cookies and remove them for (let i = 0; i < cookiesArray.length; i++) { _setCookie(cookiesArray[i], '', -1); } } function _setCookie(name, value, days) { let expires = ''; if (days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = '; expires=' + date.toUTCString(); } const cookieDomainName = 'gonitro.com'; const cookieString = name + '=' + (value || '') + expires + '; domain=.' + cookieDomainName + '; path=/'; document.cookie = cookieString; } function _removeLocalStorageItems(itemsArray) { // Loop over the local storage items and remove them for (let i = 0; i < itemsArray.length; i++) { localStorage.removeItem(itemsArray[i]); } } function _removeSessionStorageItems(itemsArray) { // Loop over the session storage items and remove them for (let i = 0; i < itemsArray.length; i++) { sessionStorage.removeItem(itemsArray[i]); } } // Make the function globally available window._isOneTrustConsentBoxClosed = _isOneTrustConsentBoxClosed; window.addConsentChangeListener = addConsentChangeListener; window._removeCookies = _removeCookies; window._setCookie = _setCookie; window._removeLocalStorageItems = _removeLocalStorageItems; window._removeSessionStorageItems = _removeSessionStorageItems; function OptanonWrapper() { // Dispatch custom event for initial load if (!initialConsentDispatched && typeof OptanonActiveGroups !== 'undefined') { const cookieGroupsLoaded = new CustomEvent('consentChanged', { detail: OptanonActiveGroups }); document.dispatchEvent(cookieGroupsLoaded); initialConsentDispatched = true; } OneTrust.OnConsentChanged((event) => { const eventDetail = event.detail || []; // Dispatch custom event for consent changes const consentChangeEvent = new CustomEvent('consentChanged', { detail: eventDetail }); document.dispatchEvent(consentChangeEvent); }); } </script> <!-- OneTrust Cookies Consent Notice end for gonitro.com --> <!-- Google Tag Manager --> <script>(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://measure.gonitro.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WVZNLW');</script> <!-- End Google Tag Manager --> <!-- Start Onetrust Allow/Disallow Hubspot Tracking --> <script type="text/javascript"> var _hsq = window._hsq = window._hsq || []; function consentHubspotTracking() { console.log('HS //enable tracking for user'); _hsq.push(['doNotTrack', {track: true}]); //enable tracking for user } function removeHubspotConsent() { console.log('HS DISABLE'); _hsq.push(['doNotTrack']); //turn off tracking for the user const cookiesToBeRemoved = ['__hstc', 'hubspotutk', '__hssc', '__hssrc'] _removeCookies(cookiesToBeRemoved); } // Listen for the custom consentChanged event addConsentChangeListener('C0004', consentHubspotTracking, removeHubspotConsent); </script> <!-- End Onetrust Allow/Disallow Hubspot Tracking --> <!-- Start Onetrust Allow/Disallow Qualified Tracking --> <script type="text/javascript"> var isConsentQualifiedTrackingRunning = false; var isRemoveQualifiedConsentRunning = false; function consentQualifiedTracking() { if (isConsentQualifiedTrackingRunning) return; isConsentQualifiedTrackingRunning = true; console.log('Qualified // enable tracking for user'); (function(w,q){w['QualifiedObject']=q;w[q]=w[q]||function(){ (w[q].q=w[q].q||[]).push(arguments)};})(window,'qualified'); var script = document.createElement('script'); script.src = "https://js.qualified.com/qualified.js?token=59TuFDNbZNYn3waE"; script.async = true; document.head.appendChild(script); } function removeQualifiedConsent() { if (isRemoveQualifiedConsentRunning) return; isRemoveQualifiedConsentRunning = true; console.log('Qualified DISABLE'); // Remove the Qualified script if it exists var script = document.querySelector('script[src="https://js.qualified.com/qualified.js?token=59TuFDNbZNYn3waE"]'); if (script) { script.remove(); } var cookieName = '__q_state_' + '59TuFDNbZNYn3waE'; const cookiesToBeRemoved = [cookieName]; _removeCookies(cookiesToBeRemoved); isRemoveQualifiedConsentRunning = false; isConsentQualifiedTrackingRunning = false; } // Listen for the custom consentChanged event addConsentChangeListener('C0003', consentQualifiedTracking, removeQualifiedConsent); </script> <!-- End Onetrust Allow/Disallow Qualified Tracking --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="stylesheet" as="style" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" media="print" onload="this.media='all'"> <noscript> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"> </noscript> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:description" content="See our selection of Nitro PDF & eSign plans and flexible pricing and choose the right package for your needs."> <meta property="og:title" content="PDF & eSign Plans & Pricing | Nitro Software"> <meta name="twitter:description" content="See our selection of Nitro PDF & eSign plans and flexible pricing and choose the right package for your needs."> <meta name="twitter:title" content="PDF & eSign Plans & Pricing | Nitro Software"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "What is Nitro?", "acceptedAnswer": { "@type": "Answer", "text": "Nitro is a multi-featured PDF editor solution designed to make document workflows simple, smart, and secure. Learn more about Nitro PDF. Learn more about Nitro Sign." } }, { "@type": "Question", "name": "How many Nitro subscription licenses can I buy?", "acceptedAnswer": { "@type": "Answer", "text": "Users can purchase up to 20 Nitro subscription licenses online. If you require more than 20 licenses, contact our sales team. Subscriptions are billed annually. A 14-day free trial of Nitro is available, with no credit card required." } }, { "@type": "Question", "name": "Is there a free version of Nitro that I can try before I buy?", "acceptedAnswer": { "@type": "Answer", "text": "You can get full access to Nitro 14-days free, with no credit card required and no features locked." } }, { "@type": "Question", "name": "Do I need a credit card to try Nitro?", "acceptedAnswer": { "@type": "Answer", "text": "The 14-day free trial of Nitro does not require a credit card for download or installation. When the trial period ends, a credit card will be required for continued paid use of the product. Get started with your free trial here." } }, { "@type": "Question", "name": "Which operating systems can I use Nitro on?", "acceptedAnswer": { "@type": "Answer", "text": "Nitro PDF is available for all Windows, Mac, and iOS devices. Nitro Sign is a cloud-based solution accessible via browser." } }, { "@type": "Question", "name": "Is Nitro available on mobile devices?", "acceptedAnswer": { "@type": "Answer", "text": "For mobile users, Nitro is also available for iOS devices." } }, { "@type": "Question", "name": "Where are the Nitro Pro and Nitro Pro Business plans?", "acceptedAnswer": { "@type": "Answer", "text": "To better meet the needs of our customers we have replaced our Nitro Pro & Pro Business plans with new standalone PDF & eSign plans. Visit Nitro PDF or Nitro Sign to learn more about our plans." } }] } </script> <style> a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px} </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179926198037/1743525917583/template_main.min.css"> <link class="hs-async-css" rel="preload" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179926198038/1734104270387/template_micromodal.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179926198038/1734104270387/template_micromodal.min.css"></noscript> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/179926092448/1740888336948/module_mega-menu.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/180083839543/1740888340009/module_language-switcher.min.css"> <style> #hs_cos_wrapper_language .hs-language-switcher { text-align:center; } #hs_cos_wrapper_language .hs-language-switcher__button {} #hs_cos_wrapper_language .hs-language-switcher__current-language {} #hs_cos_wrapper_language .hs-language-switcher__inner-wrapper { margin-top:0px; margin-bottom:0px; } #hs_cos_wrapper_language .hs-language-switcher__button:hover, #hs_cos_wrapper_language .hs-language-switcher.menu-open .hs-language-switcher__button {} #hs_cos_wrapper_language .hs-language-switcher__icon--custom { width:22px; max-width:40px; height:auto; margin-right:15px; } @media screen and (max-width:767px) { #hs_cos_wrapper_language .hs-language-switcher__icon--custom { margin-right:0; } } #hs_cos_wrapper_language .hs-language-switcher__icon { display:flex; height:auto; width:22px; fill:rgba(0,0,0,1.0); margin-right:15px; } #hs_cos_wrapper_language .hs-language-switcher__icon>svg { width:22px; height:auto; } #hs_cos_wrapper_language .hs-language-switcher__inner-wrapper:hover .hs-language-switcher__icon, #hs_cos_wrapper_language .hs-language-switcher.menu-open .hs-language-switcher__icon {} @media screen and (max-width:767px) { #hs_cos_wrapper_language .hs-language-switcher__current-language { display:none; } #hs_cos_wrapper_language .hs-language-switcher__icon { display:flex; margin-right:0; } #hs_cos_wrapper_language .hs-language-switcher__menu.hs--align-left { left:0; right:initial; transform:translateX(0); } #hs_cos_wrapper_language .hs-language-switcher__menu.hs--align-right { left:initial; right:0; transform:translateX(0); } #hs_cos_wrapper_language .hs-language-switcher__menu.hs--align-center { left:50%; right:initial; transform:translateX(-50%); } } #hs_cos_wrapper_language .hs-language-switcher__menu { border:1px solid #000000; left:0; } #hs_cos_wrapper_language .hs-language-switcher__item {} #hs_cos_wrapper_language .hs-language-switcher__item a { text-align:left; } #hs_cos_wrapper_language .hs-language-switcher__item:focus, #hs_cos_wrapper_language .hs-language-switcher__item.active, #hs_cos_wrapper_language .hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover {} #hs_cos_wrapper_language .hs-language-switcher__item:focus a, #hs_cos_wrapper_language .hs-language-switcher__item.active a, #hs_cos_wrapper_language .hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover a {} @media (max-width:450px) { #hs_cos_wrapper_language .hs-language-switcher__menu { width:280px; max-width:280px; } #hs_cos_wrapper_language .hs-language-switcher__item a { white-space:normal; } } </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/183942663853/1740888385870/module_tab-sections.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/184038271055/1742918885862/template__price-card.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/181022216238/1741786408875/module_buttons.min.css"> <style> #hs_cos_wrapper_widget_1743515045627 .buttons { justify-content:CENTER; } </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/184896471041/1736792183165/template__comparison-table.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/181021633617/1740888348098/module_faqs-2.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/181447414179/1743361750318/module_bof-ctas.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/179931882809/1743361743917/module_social-links.min.css"> <style> #hs_cos_wrapper_footer_button .buttons {} </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/179991233052/1743361744862/module_footer-menu.min.css"> <!-- Editor Styles --> <style id="hs_editor_style" type="text/css"> .dnd_area-row-3-force-full-width-section > .row-fluid { max-width: none !important; } .dnd_area-row-9-force-full-width-section > .row-fluid { max-width: none !important; } /* HubSpot Non-stacked Media Query Styles */ @media (min-width:768px) { .dnd_area-row-1-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-row-5-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-dnd_partial-2-column-1-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .dnd_area-dnd_partial-2-column-1-vertical-alignment > div { flex-shrink: 0 !important; } .dnd_area-dnd_partial-2-column-1-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .cell_1743514734567-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1743514734567-vertical-alignment > div { flex-shrink: 0 !important; } .dnd_area-column-8-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .dnd_area-column-8-vertical-alignment > div { flex-shrink: 0 !important; } .dnd_area-column-8-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .cell_1737395121915-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1737395121915-vertical-alignment > div { flex-shrink: 0 !important; } } /* HubSpot Styles (default) */ .dnd_area-row-0-padding { padding-top: 100px !important; padding-bottom: 50px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-2-padding { padding-top: 50px !important; padding-bottom: 100px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-3-padding { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-4-background-layers { background-image: linear-gradient(to bottom right, rgba(247, 245, 255, 1), rgba(255, 234, 230, 1)) !important; background-position: left top !important; background-size: auto !important; background-repeat: no-repeat !important; } .dnd_area-row-5-padding { padding-top: 59px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-6-padding { padding-top: 0px !important; padding-bottom: 100px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-7-padding { padding-top: 0px !important; padding-bottom: 100px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-9-padding { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-column-8-row-1-margin { margin-bottom: 0px !important; } .dnd_area-column-12-row-1-margin { margin-bottom: 20px !important; } </style> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179931882838/1734104264182/template_micromodal.min.js"></script> <link rel="canonical" href="https://www.gonitro.com/pricing"> <style> .kb-body-wrapper label.hs-search-field__label { font-family: "DM Sans", sans-serif; text-align: center; margin-bottom: 2rem; } .kb-body-wrapper .hs-search-field__bar>form>.hs-search-field__input { border-radius: 8px; margin-right: 8px; } .kb-body-wrapper button.hs-search-field__button { border-radius: 8px; } </style> <meta property="og:url" content="https://www.gonitro.com/pricing"> <meta name="twitter:card" content="summary"> <meta http-equiv="content-language" content="en"> <link rel="alternate" hreflang="de" href="https://www.gonitro.com/de/pricing"> <link rel="alternate" hreflang="en" href="https://www.gonitro.com/pricing"> <link rel="alternate" hreflang="es" href="https://www.gonitro.com/es/pricing"> <link rel="alternate" hreflang="fr" href="https://www.gonitro.com/fr/pricing"> <link rel="alternate" hreflang="it" href="https://www.gonitro.com/it/pricing"> <link rel="alternate" hreflang="nl" href="https://www.gonitro.com/nl/pricing"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://measure.gonitro.com/ns.html?id=GTM-WVZNLW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="body-wrapper hs-content-id-184894990935 hs-site-page page "> <div data-global-resource-path="Nitro_2025/templates/partials/header.html"><header class="header"> <a href="#main-content" class="header__skip">Skip to content</a> <div class="header__container"> <div class="content-wrapper content-wrapper--wide"> <div class="header__inner"> <div class="header__logo"> <div id="hs_cos_wrapper_site_logo" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_site_logo_hs_logo_widget" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://www.gonitro.com/?hsLang=en" id="hs-link-site_logo_hs_logo_widget" style="border-width:0px;border:0px;"><img src="https://www.gonitro.com/hubfs/Nitro_2025/logo-dark.svg" class="hs-image-widget " height="55" style="height: auto;width:80px;border-width:0px;border:0px;" width="80" alt="Click to return to Nitro homepage" title="Click to return to Nitro homepage"></a></span> </div> </div> <div class="header__navigation"> <div id="hs_cos_wrapper_mega_menu" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <button class="mega-menu__toggle" aria-label="Menu Toggle"> <span></span> <span></span> <span></span> <span></span> </button> <div class="mega-menu"> <ul class="mega-menu__list"> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Products</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--advanced"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Products</span> </a> <div class="mega-menu__dropdown-inner"> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--icons"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Products</div> <ul class="mega-menu__dropdown-list mega-menu__dropdown-list--icons"> <li class="mega-menu__dropdown-item mega-menu__dropdown-item--icon"> <img src="https://www.gonitro.com/hubfs/Icons/Icon-48px-Reporting.svg" alt="Icon-48px-Reporting" class="mega-menu__dropdown-icon" loading="lazy" width="44" height="48"> <div> <a href="https://www.gonitro.com/pdf?hsLang=en" class="mega-menu__dropdown-link"> <span>Nitro PDF</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown-description">Edit, convert, secure, and sign PDF with annotation, OCR, and more. Compatible with Mac, Windows, and iOS. Try free for 14 days.</div> </div> </li> <li class="mega-menu__dropdown-item mega-menu__dropdown-item--icon"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-Smart%20signing.svg" alt="icon of a signed document" class="mega-menu__dropdown-icon" loading="lazy" width="48" height="48"> <div> <a href="https://www.gonitro.com/sign?hsLang=en" class="mega-menu__dropdown-link"> <span>Nitro Sign</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown-description">Automate your workflows, enhance productivity, and protect essential documents. Global and regional eSigning available.</div> </div> </li> <li class="mega-menu__dropdown-item mega-menu__dropdown-item--icon"> <img src="https://www.gonitro.com/hubfs/Icons/Icon-48px-Trust.svg" alt="Icon-48px-Trust" class="mega-menu__dropdown-icon" loading="lazy" width="48" height="48"> <div> <a href="https://www.gonitro.com/identity-verification?hsLang=en" class="mega-menu__dropdown-link"> <span>Nitro Identity</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown-description">Identify and authenticate your users in seconds for fast, secure transactions. Enable any electronic ID or mobile ID on demand.</div> </div> </li> </ul> </div> </div> <div class="mega-menu__dropdown-buttons"> <a href="https://www.gonitro.com/pricing" class="button button--primary button--small mega-menu__dropdown-button"> Compare Plans & Pricing </a> <a href="https://www.gonitro.com/demo-request/general?hsLang=en" class="button button--tertiary button--small mega-menu__dropdown-button"> Request a Live Demo </a> </div> </div> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--default"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Products by Segment</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/enterprise-mid-market?hsLang=en" class="mega-menu__dropdown-link"> <span>Enterprise & Mid-Market</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/segment/small-business?hsLang=en" class="mega-menu__dropdown-link"> <span>Small Business</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/segment/individual-professionals?hsLang=en" class="mega-menu__dropdown-link"> <span>Individual Professionals</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/segment/students-and-teachers?hsLang=en" class="mega-menu__dropdown-link"> <span>Students & Teachers</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/segment/home-and-personal-use?hsLang=en" class="mega-menu__dropdown-link"> <span>Home & Personal Use</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Features & Capabilities</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/integrations?hsLang=en" class="mega-menu__dropdown-link"> <span>Integrations & API Connectivity</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/security-compliance?hsLang=en" class="mega-menu__dropdown-link"> <span>Security & Compliance</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/nitro-ai?hsLang=en" class="mega-menu__dropdown-link"> <span>AI & Automation Tools</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column--cta"> <a href="https://www.gonitro.com/blog/implement-document-automation-in-5-steps?hsLang=en" class="mega-menu__dropdown-cta"> <img src="https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=2000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg" alt="business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc" class="mega-menu__dropdown-cta-image" loading="lazy" width="2000" style="max-width: 100%; height: auto;" srcset="https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=1000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 1000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=2000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 2000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=3000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 3000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=4000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 4000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=5000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 5000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=6000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 6000w" sizes="(max-width: 2000px) 100vw, 2000px"> <div class="mega-menu__dropdown-cta-overline">Featured Resource</div> <div class="mega-menu__dropdown-cta-title"> <span>5 Easy Steps to Documentation Automation</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="var(--primary-color)"></path></svg> </div> <div class="mega-menu__dropdown-cta-description">Learn how to harness Nitro's AI tools to automate your document workflows. </div> </a> </div> </div> </div> </li> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Industries</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--simple"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Industries</span> </a> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/real-estate?hsLang=en" class="mega-menu__dropdown-link"> <span>Real Estate</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/healthcare?hsLang=en" class="mega-menu__dropdown-link"> <span>Healthcare</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/manufacturing?hsLang=en" class="mega-menu__dropdown-link"> <span>Manufacturing</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/energy?hsLang=en" class="mega-menu__dropdown-link"> <span>Energy</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/finance-and-accounting?hsLang=en" class="mega-menu__dropdown-link"> <span>Finance & Accounting</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/professional-services?hsLang=en" class="mega-menu__dropdown-link"> <span>Professional Services</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/education?hsLang=en" class="mega-menu__dropdown-link"> <span>Education</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/insurance?hsLang=en" class="mega-menu__dropdown-link"> <span>Insurance</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/government?hsLang=en" class="mega-menu__dropdown-link"> <span>Government</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> </li> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Resources</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--advanced"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Resources</span> </a> <div class="mega-menu__dropdown-inner"> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--default"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Popular Topics</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/ai-automation?hsLang=en" class="mega-menu__dropdown-link"> <span>AI & Automation</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/analytics-and-roi?hsLang=en" class="mega-menu__dropdown-link"> <span>Analytics & ROI</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/digital-transformation?hsLang=en" class="mega-menu__dropdown-link"> <span>Digital Transformation</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/document-efficiency?hsLang=en" class="mega-menu__dropdown-link"> <span>Document Efficiency</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/security-compliance?hsLang=en" class="mega-menu__dropdown-link"> <span>Security & Compliance</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/sustainability?hsLang=en" class="mega-menu__dropdown-link"> <span>Sustainability</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--default"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Popular Resources</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=ebook&hsLang=en" class="mega-menu__dropdown-link"> <span>eBooks</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=webinar&hsLang=en" class="mega-menu__dropdown-link"> <span>On-Demand Webinars</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=video&hsLang=en" class="mega-menu__dropdown-link"> <span>Videos</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/customers?hsLang=en" class="mega-menu__dropdown-link"> <span>Customer Case Studies</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=pdf_template&hsLang=en" class="mega-menu__dropdown-link"> <span>PDF Templates</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/sign/legality-guide?hsLang=en" class="mega-menu__dropdown-link"> <span>eSignature Legality Guides</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/frequently-asked-questions?hsLang=en" class="mega-menu__dropdown-link"> <span>FAQs About Nitro Products & Solutions</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--default"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Education & Insights Library</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/blog?hsLang=en" class="mega-menu__dropdown-link"> <span>Nitro Blog</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources?hsLang=en" class="mega-menu__dropdown-link"> <span>Resources Library</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/security-compliance?hsLang=en" class="mega-menu__dropdown-link"> <span>Security & Trust Center</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column--cta"> <a href="https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en" class="mega-menu__dropdown-cta"> <img src="https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png" alt="Nitro Workspace screenshot" class="mega-menu__dropdown-cta-image" loading="lazy" width="1600" height="1200" srcset="https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=800&height=600&name=blog-header-workspace.png 800w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png 1600w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=2400&height=1800&name=blog-header-workspace.png 2400w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=3200&height=2400&name=blog-header-workspace.png 3200w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=4000&height=3000&name=blog-header-workspace.png 4000w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=4800&height=3600&name=blog-header-workspace.png 4800w" sizes="(max-width: 1600px) 100vw, 1600px"> <div class="mega-menu__dropdown-cta-overline">Featured Resource</div> <div class="mega-menu__dropdown-cta-title"> <span>Introducing Nitro Workspace!</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="var(--primary-color)"></path></svg> </div> <div class="mega-menu__dropdown-cta-description">Learn about Nitro's centralized hub for all your PDF and eSign tools. </div> </a> </div> </div> </div> </li> <li class="mega-menu__item"> <a href="https://www.gonitro.com/pricing" class="mega-menu__link"> <span>Plans & Pricing</span> </a> </li> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Partners</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--simple"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Partners</span> </a> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/partners?hsLang=en" class="mega-menu__dropdown-link"> <span>Reseller, Distribution & Affiliate Partners</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/partners/all-partners?hsLang=en" class="mega-menu__dropdown-link"> <span>Partner Directory</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/partners/become-a-partner?hsLang=en" class="mega-menu__dropdown-link"> <span>Become a Partner</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://partnerportal.gonitro.com/" class="mega-menu__dropdown-link"> <span>Partner Portal Log In</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://partnerportal.gonitro.com/" class="mega-menu__dropdown-link"> <span>Partner Portal Registration</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> </li> </ul> <div class="mega-menu__buttons"> <a href="https://www.gonitro.com/contact-sales?hsLang=en" class="button button--tertiary button--small mega-menu__button"> Contact Sales </a> <a href="https://sso.gonitro.com/signup" class="button button--tertiary button--small mega-menu__button"> Free Trial </a> <a href="https://www.gonitro.com/pricing" class="button button--primary button--small mega-menu__button"> Buy Now </a> </div> <ul class="mega-menu__list"> <li class="mega-menu__item"> <a href="https://sso.gonitro.com/login" class="mega-menu__link mega-menu__link--icon"> <span id="hs_cos_wrapper_mega_menu_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="User1_layer"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z" /></g></svg></span> <span>Log In</span> </a> </li> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Help & Support</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--advanced"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Help & Support</span> </a> <div class="mega-menu__dropdown-inner"> <div class="mega-menu__dropdown-column--cta"> <a href="https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en" class="mega-menu__dropdown-cta"> <img src="https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png" alt="blog-header-workspace" class="mega-menu__dropdown-cta-image" loading="lazy" width="1600" height="1200" srcset="https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=800&height=600&name=blog-header-workspace.png 800w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png 1600w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=2400&height=1800&name=blog-header-workspace.png 2400w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=3200&height=2400&name=blog-header-workspace.png 3200w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=4000&height=3000&name=blog-header-workspace.png 4000w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=4800&height=3600&name=blog-header-workspace.png 4800w" sizes="(max-width: 1600px) 100vw, 1600px"> <div class="mega-menu__dropdown-cta-title"> <span>Learn about Nitro's centralized hub for all your PDF and eSign tools.</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="var(--primary-color)"></path></svg> </div> </a> </div> <div class="mega-menu__dropdown-column"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Learn</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://kb.gonitro.com/knowledgebase/" target="_blank" rel="noopener" class="mega-menu__dropdown-link"> <span>Knowledge Hub</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://nitro-assistant.gonitro.com/" target="_blank" rel="noopener" class="mega-menu__dropdown-link"> <span>Knowledge Assistant AI (BETA)</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://help.gonitro.com/user-guide" target="_blank" rel="noopener" class="mega-menu__dropdown-link"> <span>User Guides</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://community.gonitro.com/" target="_blank" rel="noopener" class="mega-menu__dropdown-link"> <span>Community Forum</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://gonitro.com/support?hsLang=en" class="mega-menu__dropdown-link"> <span>Customer Support</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Customer Resources</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/nl/security-compliance?hsLang=en" class="mega-menu__dropdown-link"> <span>Security & Trust Center</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Software Updates & Downloads</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/documentation/release-notes?hsLang=en" class="mega-menu__dropdown-link"> <span>Release Notes & Security Updates</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/documentation/product-downloads?hsLang=en" class="mega-menu__dropdown-link"> <span>Product Downloads</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> </div> </div> </div> </div> </li> </ul> </div></div> </div> <div class="header__language"> <div id="hs_cos_wrapper_language" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-language_switcher" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <nav class="hs-language-switcher" aria-label="Select your language"> <div class="hs-language-switcher__inner-wrapper"> <button class="hs-language-switcher__button button button--text-secondary" aria-label="English" aria-expanded="false"> <span aria-hidden="true" class="hs-language-switcher__label"> <img class="hs-language-switcher__icon--custom" src="https://www.gonitro.com/hubfs/Nitro_2025/globe.svg" alt="globe icon" width="22" height="22"> <span class="hs-language-switcher__current-language">EN</span> </span> </button> <ul class="hs-language-switcher__menu" role="menu"> <li class="hs-language-switcher__item" role="menuitem"> <a lang="fr" hreflang="fr" href="https://www.gonitro.com/fr/pricing" data-value="Français">Français</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="de" hreflang="de" href="https://www.gonitro.com/de/pricing" data-value="Deutsch">Deutsch</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="it" hreflang="it" href="https://www.gonitro.com/it/pricing" data-value="Italiano">Italiano</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="es" hreflang="es" href="https://www.gonitro.com/es/pricing" data-value="Español">Español</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="nl" hreflang="nl" href="https://www.gonitro.com/nl/pricing" data-value="Nederlands">Nederlands</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="en" hreflang="en" href="https://www.gonitro.com/pricing" data-value="English">English</a> </li> </ul> </div> </nav> </div> </div> </div> </div> </div> </header></div> <main id="main-content" class="body-container-wrapper"> <div class="container-fluid body-container body-container--pricing-template"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd-section dnd_area-row-0-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-1" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <wc-tab-sections tabbing-class="tab-section"> <div class="pricing tab-section"> <div class="pricing__header"> <h1 class="pricing__header-heading">Find the Best Plan for You or Your Team</h1> <div class="pricing__header-rich-text"><h2>Select a product to see pricing</h2></div> <div class="pricing__header-buttons"> <div data-is-selected="true" class="button pricing__header-button" data-selected-tab="tab-section-1"> Nitro PDF </div> <div data-is-selected="false" class="button pricing__header-button" data-selected-tab="tab-section-2"> Nitro Sign </div> </div> </div> </div> </wc-tab-sections></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-2 dnd_area-row-1-vertical-alignment dnd-section tab-section-1"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column dnd_area-dnd_partial-2-column-1-vertical-alignment" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-3 dnd_area-dnd_partial-2-column-1-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span4 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="4"> <div class="row-fluid-wrapper row-depth-1 row-number-4 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1737999342030" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <price-card-3> <div data_query="product_id=262916&country=sg&currency=USD&objectId=22960521821" ref_data_query="product_id=262916&country=sg&currency=USD" class="price-card__card"> <div class="price-card__card-overview"> <div class="price-card__card-overline overline mb-sm"> One-Time Purchase </div> <h3 class="price-card__card-title mb-sm"> Nitro PDF Pro </h3> <div class="price-card__card-description"> <span>Desktop PDF editor with a range of user-friendly features for Windows.</span> </div> </div> <div class="price-card__card-toggle-text"> </div> <div class="price-card__card-options"> <div class="price-card__card-option-tags"> </div> <div class="price-card__card-option" data-option="product-1-option-1"> <div class="price-card__card-option-pricing"> <div class="price_card-option-price "> <div class="skeleton-loading skeleton-width-30 bottom-9"></div> <div class="monthly-fade-in-container"> <span class="price_card-option-monthly-price" data-price-backup="$179.99"> </span> </div> </div> <div class="price-card__card-option-terms"> per license/billed once </div> <div class="vat_language"> <div class="skeleton-loading skeleton-width-30"></div> <div class="vat_excludes"> Tax calculated at checkout </div> <div class="vat_includes"> Includes sales tax </div> </div> </div> <div class="price-card__card-option-buttons"> <a href="https://store.gonitro.com/304/purl-gonitro?x-source=npspricing-consumer" class="button button--primary price-card__card-option-button" data-analytics-context="defaultPriceCardContext" data-analytics-event="BuyNowClickedPerp"> Buy Now </a> </div> </div> </div> <div class="price-card__card-features"> <h4 class="price-card__card-features-title is-active"> <span>Features</span> <button class="price-card__card-features-toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"> <path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /> </svg> </button> </h4> <div class="price-card__card-features-helper">Click to view list of features.</div> <div class="price-card__card-features-list"><ul> <li><span> </span>For Windows</li> <li><i></i><span> </span>Create, edit and export PDFs<i></i></li> <li><i></i><span> </span>Password protect and secure PDFs</li> <li><i></i><span> </span>Combine and split files</li> <li><i></i><span> </span>24/7, 365 days-a-year support</li> </ul></div> </div> </div> </price-card-3></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span4 widget-span widget-type-cell cell_1743514734567-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="4" data-w="4"> <div class="row-fluid-wrapper row-depth-1 row-number-5 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1743514734160" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <price-card-11> <div data_query="product_id=272448&country=sg&currency=USD&objectId=25909794348" ref_data_query="product_id=272448&country=sg&currency=USD" class="price-card__card price-card__card--highlight"> <div class="price-card__card-highlight peach"> Best for Small Teams & Individuals </div> <div class="price-card__card-overview"> <div class="price-card__card-overline overline mb-sm"> Subscription </div> <h3 class="price-card__card-title mb-sm"> Nitro PDF Standard </h3> <div class="price-card__card-description"> <span data-contrast="none" xml:lang="EN-CA" lang="EN-CA"><span>F</span><span>or individuals, teams, & businesses seeking a full suite of PDF editing features to boost productivity and streamline workflows.</span></span><span data-ccp-props="{"201341983":0,"335559738":0,"335559740":288}"> </span> </div> </div> <div class="price-card__card-toggle-text"> </div> <div class="price-card__card-options"> <div class="price-card__card-option-tags"> </div> <div class="price-card__card-option" data-option="product-1-option-1"> <div class="price-card__card-option-pricing"> <div class="price_card-option-price "> <div class="skeleton-loading skeleton-width-30 bottom-9"></div> <div class="monthly-fade-in-container"> <span class="price_card-option-monthly-price" data-price-backup="$15"> </span> </div> </div> <div class="price-card__card-option-terms"> per user/month </div> <div class="price_card-option-annual-price mb-xs"> <div class="price_card-option-annual-price-container"> <div class="skeleton-loading skeleton-width-100"></div> <div class="annual-fade-in-container display-flex"> <span class="price_card-option-annual-price-price" data-multiplier=""> </span> <span>annually</span> </div> </div> </div> <div class="vat_language"> <div class="skeleton-loading skeleton-width-30"></div> <div class="vat_excludes"> Tax calculated at checkout </div> <div class="vat_includes"> Includes sales tax </div> </div> </div> <div class="price-card__card-option-buttons"> <a href="https://store.gonitro.com/304/purl-nitroweb?x-source=npspricing-consumer" class="button button--primary price-card__card-option-button"> Buy Now </a> <a href="https://www.gonitro.com/contact-sales?hsLang=en" class="button button--tertiary price-card__card-option-button"> Contact Sales </a> </div> </div> <div class="price-card__card-option-tags"> </div> <div class="price-card__card-option is-hidden" data-option="product-1-option-2"> <div class="price-card__card-option-info mt-xs mb-md"> <span style="font-size: 16px;"><strong>Volume Discounts Available</strong></span> </div> <div class="price-card__card-option-buttons"> <a href="https://www.gonitro.com/contact-sales/nitro-pdf-standard?hsLang=en" class="button button--primary price-card__card-option-button"> Contact Sales </a> </div> </div> </div> <div class="price-card__card-features"> <h4 class="price-card__card-features-title is-active"> <span>Features</span> <button class="price-card__card-features-toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"> <path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /> </svg> </button> </h4> <div class="price-card__card-features-helper">Click to view list of features.</div> <div class="price-card__card-features-list"><ul> <li>Create, convert, and combine PDFs</li> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1">Manage and edit PDFs</li> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1">Annotate and share PDFs with ease</li> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none"><span data-contrast="none" xml:lang="EN-CA" lang="EN-CA">Efficient team management through</span></span><br><span data-contrast="none"><span data-contrast="none" xml:lang="EN-CA" lang="EN-CA">Nitro Admin portal</span></span></li> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none"><span data-contrast="none" xml:lang="EN-CA" lang="EN-CA">AI tools to boost productivity</span></span></li> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none"><span data-contrast="none" xml:lang="EN-CA" lang="EN-CA">24/7/365 support for all your PDF needs</span></span></li> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none"><span data-contrast="none" xml:lang="EN-CA" lang="EN-CA">Integrations and productivity connectors</span></span></li> </ul> <span data-ccp-props="{"201341983":0,"335559740":288}"><br></span></div> </div> </div> </price-card-11></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span4 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="8" data-w="4"> <div class="row-fluid-wrapper row-depth-1 row-number-6 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1743514837898" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <price-card-13> <div data_query="" ref_data_query="product_id=&country=sg&currency=USD" class="price-card__card price-card__card--highlight"> <div class="price-card__card-highlight black"> Best for Enterprises </div> <div class="price-card__card-overview"> <div class="price-card__card-overline overline mb-sm"> Subscription </div> <h3 class="price-card__card-title mb-sm"> Nitro PDF Plus </h3> <div class="price-card__card-description"> <span data-contrast="none" xml:lang="EN-CA" lang="EN-CA"><span>For </span><span>teams in </span><span>large organizations that require robust PDF editing capabilities and advanced features to transform digital document cycles.</span></span> </div> </div> <div class="price-card__card-toggle-text"> </div> <div class="price-card__card-options"> <div class="price-card__card-option-tags"> </div> <div class="price-card__card-option" data-option="product-1-option-1"> <div class="price-card__card-option-pricing"> <div class="price_card-option-price "> <div class="skeleton-loading skeleton-width-30 bottom-9"></div> <div class="monthly-fade-in-container"> <span class="price_card-option-monthly-price" data-price-backup=""> </span> </div> </div> </div> <div class="price-card__card-option-info mt-xs mb-md"> <span style="font-size: 16px;"><strong>Volume Discounts Available</strong></span> </div> <div class="price-card__card-option-buttons"> <a href="https://www.gonitro.com/contact-sales/pro/business?hsLang=en" class="button button--tertiary price-card__card-option-button"> Contact Sales </a> </div> </div> </div> <div class="price-card__card-features"> <h4 class="price-card__card-features-title is-active"> <span>Features</span> <button class="price-card__card-features-toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"> <path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /> </svg> </button> </h4> <div class="price-card__card-features-helper">Click to view list of features.</div> <div class="price-card__card-features-list"><p><strong>All the PDF editing functionality within Nitro PDF Standard, plus:</strong></p> <ul> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="7" data-aria-level="1"><span data-ccp-props="{"201341983":0,"335559740":288}">Enterprise-grade security including single sign-on (SSO), domain control, and Azure Information Protection</span></li> <li><span data-contrast="none">Valuable insights into PDF software usage, ROI, and sustainability savings with Nitro Analytics</span><span data-ccp-props="{"201341983":0,"335559740":288}"></span></li> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="10" data-aria-level="1"><span data-contrast="none">Dedicated customer success manager</span><span data-ccp-props="{"201341983":0,"335559740":288}"> </span></li> </ul></div> </div> </div> </price-card-13></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-7 dnd_area-row-2-padding dnd-section tab-section-2"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-8 dnd-row"> <div class="row-fluid "> <div class="span4 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="4"> <div id="hs_cos_wrapper_dnd_area-dnd_partial-3-module-2" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <price-card-4> <div data_query="product_id=247198&country=sg&currency=USD&objectId=22971494686" ref_data_query="product_id=247198&country=sg&currency=USD" class="price-card__card"> <div class="price-card__card-overview"> <div class="price-card__card-overline overline mb-sm"> Subscription </div> <h3 class="price-card__card-title mb-sm"> Nitro Sign Standard </h3> <div class="price-card__card-description"> <div> <div> <p>For individuals or small teams with basic signing needs.</p> </div> </div> </div> </div> <div class="price-card__card-toggle-text"> </div> <div class="price-card__card-options"> <div class="price-card__card-option-tags"> </div> <div class="price-card__card-option" data-option="product-1-option-1"> <div class="price-card__card-option-pricing"> <div class="price_card-option-price "> <div class="skeleton-loading skeleton-width-30 bottom-9"></div> <div class="monthly-fade-in-container"> <span class="price_card-option-monthly-price" data-price-backup=""> </span> </div> </div> <div class="price-card__card-option-terms"> per user/month </div> <div class="price_card-option-annual-price mb-xs"> <div class="price_card-option-annual-price-container"> <div class="skeleton-loading skeleton-width-100"></div> <div class="annual-fade-in-container display-flex"> <span class="price_card-option-annual-price-price" data-multiplier=""> </span> <span>annually</span> </div> </div> </div> <div class="vat_language"> <div class="skeleton-loading skeleton-width-30"></div> <div class="vat_excludes"> Tax calculated at checkout </div> <div class="vat_includes"> Includes Sales Tax </div> </div> </div> <div class="price-card__card-option-buttons"> <a href="https://www.gonitro.com/contact-sales/sign-standard?hsLang=en" class="button button--primary price-card__card-option-button"> Contact Sales </a> </div> </div> </div> <div class="price-card__card-features"> <h4 class="price-card__card-features-title is-active"> <span>Features</span> <button class="price-card__card-features-toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"> <path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /> </svg> </button> </h4> <div class="price-card__card-features-helper">Click to view list of features.</div> <div class="price-card__card-features-list"><ul> <li>Send packages of one or multiple documents for signature by recipients.<br><br></li> <li>Create and fill out forms with predefined fields.<br><br></li> <li>Track all activities in the signing workflow via the audit log.<br><br></li> <li>Send manual reminders to signers</li> </ul></div> </div> </div> </price-card-4></div> </div><!--end widget-span --> <div class="span4 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="4" data-w="4"> <div id="hs_cos_wrapper_dnd_area-dnd_partial-3-module-3" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <price-card-5> <div data_query="" ref_data_query="product_id=&country=sg&currency=USD" class="price-card__card"> <div class="price-card__card-overview"> <div class="price-card__card-overline overline mb-sm"> Subscription </div> <h3 class="price-card__card-title mb-sm"> Nitro Sign Plus </h3> <div class="price-card__card-description"> <span data-contrast="auto" xml:lang="EN-US" lang="EN-US"><span>For teams and businesses that need to send, </span><span>sign,</span><span> and collaborate with greater automation.</span></span><span data-ccp-props="{}"> </span> </div> </div> <div class="price-card__card-toggle-text"> </div> <div class="price-card__card-options"> <div class="price-card__card-option-tags"> </div> <div class="price-card__card-option" data-option="product-1-option-1"> <div class="price-card__card-option-pricing"> <div class="price_card-option-price "> <div class="skeleton-loading skeleton-width-30 bottom-9"></div> <div class="monthly-fade-in-container"> <span class="price_card-option-monthly-price" data-price-backup=""> </span> </div> </div> <div class="price_card-option-annual-price mb-xs"> <div class="price_card-option-annual-price-container"> <div class="skeleton-loading skeleton-width-100"></div> <div class="annual-fade-in-container display-flex"> <span class="price_card-option-annual-price-price" data-multiplier=""> </span> </div> </div> </div> <div class="vat_language"> <div class="skeleton-loading skeleton-width-30"></div> <div class="vat_excludes"> Tax calculated at checkout </div> <div class="vat_includes"> Includes sales tax </div> </div> </div> <div class="price-card__card-option-info mt-xs mb-md"> <span style="font-size: 16px;"><strong>Volume Discounts Available</strong></span> </div> <div class="price-card__card-option-buttons"> <a href="https://www.gonitro.com/contact-sales/sign-plus?hsLang=en" class="button button--primary price-card__card-option-button"> Contact Sales </a> </div> </div> </div> <div class="price-card__card-features"> <h4 class="price-card__card-features-title is-active"> <span>Features</span> <button class="price-card__card-features-toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"> <path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /> </svg> </button> </h4> <div class="price-card__card-features-helper">Click to view list of features.</div> <div class="price-card__card-features-list"><p><strong><span data-contrast="none">All the features of Nitro Sign Standard, plus:</span></strong><span data-ccp-props="{}"> </span></p> <ul> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Use templates with custom fields and workflows. </span><span data-ccp-props="{}"> </span></li> </ul> <ul> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Send packages to multiple recipients at once. </span><span data-ccp-props="{"134233117":false,"134233118":false,"335559738":0,"335559739":0}"> </span></li> </ul> <ul> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"><span data-contrast="auto">Require recipients to verify identity with SMS or email codes.</span><span data-ccp-props="{"134233117":false,"134233118":false,"335559738":0,"335559739":0}"> </span></li> </ul> <ul> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"><span data-contrast="auto">Access securely through your organization’s single sign-on system.</span><span data-ccp-props="{"134233117":false,"134233118":false,"335559738":0,"335559739":0}"> </span></li> </ul> <ul> <li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{"335552541":1,"335559685":720,"335559991":360,"469769226":"Symbol","469769242":[8226],"469777803":"left","469777804":"","469777815":"hybridMultilevel"}" aria-setsize="-1" data-aria-posinset="5" data-aria-level="1"><span data-contrast="auto">Add logos and branding to emails and the signing app.</span><span data-ccp-props="{"134233117":false,"134233118":false,"335559738":0,"335559739":0}"> </span></li> </ul></div> </div> </div> </price-card-5></div> </div><!--end widget-span --> <div class="span4 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="8" data-w="4"> <div id="hs_cos_wrapper_dnd_area-dnd_partial-3-module-4" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <price-card-6> <div data_query="" ref_data_query="product_id=&country=sg&currency=USD" class="price-card__card"> <div class="price-card__card-overview"> <div class="price-card__card-overline overline mb-sm"> Subscription </div> <h3 class="price-card__card-title mb-sm"> Nitro Sign Enterprise </h3> <div class="price-card__card-description"> <div> <div><span data-contrast="auto" xml:lang="EN-US" lang="EN-US"><span>For organizations requiring a tailored, scalable </span><span>eSign</span><span> solution with advanced features.</span></span></div> </div> </div> </div> <div class="price-card__card-toggle-text"> </div> <div class="price-card__card-options"> <div class="price-card__card-option-tags"> </div> <div class="price-card__card-option" data-option="product-1-option-1"> <div class="price-card__card-option-pricing"> <div class="price_card-option-price "> <div class="skeleton-loading skeleton-width-30 bottom-9"></div> <div class="monthly-fade-in-container"> <span class="price_card-option-monthly-price" data-price-backup=""> </span> </div> </div> <div class="price_card-option-annual-price mb-xs"> <div class="price_card-option-annual-price-container"> <div class="skeleton-loading skeleton-width-100"></div> <div class="annual-fade-in-container display-flex"> <span class="price_card-option-annual-price-price" data-multiplier=""> </span> </div> </div> </div> <div class="vat_language"> <div class="skeleton-loading skeleton-width-30"></div> <div class="vat_excludes"> Tax calculated at checkout </div> <div class="vat_includes"> Incluye IVA </div> </div> </div> <div class="price-card__card-option-info mt-xs mb-md"> <h5><strong>Volume Discounts Available</strong></h5> </div> <div class="price-card__card-option-buttons"> <a href="https://www.gonitro.com/contact-sales/sign-enterprise?hsLang=en" class="button button--primary price-card__card-option-button"> Contact Sales </a> </div> </div> </div> <div class="price-card__card-features"> <h4 class="price-card__card-features-title is-active"> <span>Features</span> <button class="price-card__card-features-toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"> <path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /> </svg> </button> </h4> <div class="price-card__card-features-helper">Click to view list of features.</div> <div class="price-card__card-features-list"><p><strong>Customized solutions, including:</strong></p> <ul> <li><span data-contrast="auto">Integrate eSign functionality into your apps with our flexible API.</span><br><span data-contrast="auto"></span><br><span data-contrast="auto"></span></li> <li><span data-contrast="auto">Utilize a range of signing methods—including digital certificates and ID verification—to meet strict regulatory requirements like eIDAS (AES/QES) or ZertES. </span><span data-ccp-props="{"134233117":false,"134233118":false,"335559738":0,"335559739":0}"> </span></li> </ul> <span data-ccp-props="{"134233117":false,"134233118":false,"335559738":0,"335559739":0}"> </span></div> </div> </div> </price-card-6></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-9 dnd-section dnd_area-row-3-padding dnd_area-row-3-force-full-width-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-7" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div id="compare" class="anchor"></div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-10 dnd-section dnd_area-row-4-background-layers dnd_area-row-4-background-gradient"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-11 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1743515007578" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1743515007578_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h1 style="text-align: center;"><span data-contrast="auto" xml:lang="EN-GB" lang="EN-GB">Not sure which product is right for you?</span></h1> <h4 style="text-align: center;"><span data-contrast="auto" xml:lang="EN-GB" lang="EN-GB">Get started with a 14-day free trial today. Streamline your document workflows with our range of PDF & eSign tools for cloud and desktop. No credit card required. </span></h4></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-12 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1743515045627" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="buttons"> <a href="https://sso.gonitro.com/signup" class="button button--primary"> <span>Try Nitro for Free</span> </a> <a href="#compare" class="button button--tertiary button--icon button--after"> <span>Compare Features</span> <span id="hs_cos_wrapper_widget_1743515045627_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 384 512" aria-hidden="true"><g id="Arrow Down1_layer"><path d="M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z" /></g></svg></span> </a> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-13 dnd-section dnd_area-row-5-padding dnd_area-row-5-vertical-alignment"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd_area-column-8-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-14 dnd_area-column-8-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell cell_1737395121915-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-15 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1737395121797" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div id="anchor-name" class="anchor"></div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-16 dnd_area-column-8-row-1-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-9" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_dnd_area-module-9_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h2 style="text-align: center;">Compare Features</h2></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-17 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1743515191418" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div id="compare" class="anchor"></div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-18 dnd_area-row-6-padding dnd-section tab-section-2"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-19 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-dnd_partial-11-module-2" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <comparison-table-2> <div class="comparison-table"> <table class="comparison-table__table"> <thead> <tr class="comparison-table__row-header"> <th scope="col" aria-label="Empty cell"></th> <th scope="col"> <div class="comparison-table__title h4 mb-xs">Nitro Sign Standard</div> <a href="https://www.gonitro.com/nitro-sign-standard?hsLang=en" class="button button--primary button--small comparison-table__button mt-sm"> Explore Nitro Sign Standard </a> </th> <th scope="col"> <div class="comparison-table__title h4 mb-xs">Nitro Sign Plus</div> <a href="https://www.gonitro.com/nitro-sign-plus?hsLang=en" class="button button--primary button--small comparison-table__button mt-sm"> Explore Nitro Sign Plus </a> </th> <th scope="col"> <div class="comparison-table__title h4 mb-xs">Nitro Sign Enterprise</div> <a href="https://www.gonitro.com/sign/enterprise?hsLang=en" class="button button--primary button--small comparison-table__button mt-sm"> Explore Nitro Sign Enterprise </a> </th> </tr> </thead> <tbody> <tr class="comparison-table__category"> <th colspan="100%"> <h3 class="mb-none"> <span>eSign Core Features</span> <button class="comparison-table__toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> </th> </tr> <tr class="comparison-table__row"> <td>Send documents for eSignature</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Send multiple documents in a single package</td> <td style="text-align: center"> <span class="comparison-table__text">Coming Soon</span> </td> <td style="text-align: center"> <span class="comparison-table__text">Coming Soon</span> </td> <td style="text-align: center"> <span class="comparison-table__text">Coming Soon</span> </td> </tr><tr class="comparison-table__row"> <td>Form-filling</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Basic fields</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Pre-filled custom fields</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Manual reminders</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Forward signing responsibility</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Self-signing</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Individual reusable workflow templates </td> <td style="text-align: center"> <span class="comparison-table__text">5</span> </td> <td style="text-align: center"> <span class="comparison-table__text">Unlimited</span> </td> <td style="text-align: center"> <span class="comparison-table__text">Unlimited</span> </td> </tr><tr class="comparison-table__row"> <td>Parallel & sequential signing order</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Track signature requests</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Audit trails</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Unlimited upload storage</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Unlimited form creation</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Custom branding</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Single Sign-on (SSO)</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Bulk send</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Shared team workflow templates</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Team documents</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>SMS OTP and Mail Access Code authentication (2FA)</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Developer Account</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr> <tr class="comparison-table__category"> <th colspan="100%"> <h3 class="mb-none"> <span>Integrations</span> <button class="comparison-table__toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> </th> </tr> <tr class="comparison-table__row"> <td>Cloud storage integrations (Google Drive, Dropbox, Box, OneDrive, Sharepoint)</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Microsoft Word</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Microsoft Outlook</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Nitro Analytics</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Salesforce</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Microsoft PowerAutomate</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Zapier</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr> <tr class="comparison-table__category"> <th colspan="100%"> <h3 class="mb-none"> <span>Security & compliance</span> <button class="comparison-table__toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> </th> </tr> <tr class="comparison-table__row"> <td>eIDAS</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>UETA & eSIGN Act</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>ETA</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>SOC 2 Type 2</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr> <tr class="comparison-table__category"> <th colspan="100%"> <h3 class="mb-none"> <span>Advanced & Qualified eSignatures</span> <button class="comparison-table__toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> </th> </tr> <tr class="comparison-table__row"> <td>ID Verification and Authentication (OTP signing methods (SES or AES))</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>ID Verification and Authentication (OIDC methods (AES))</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>ID Verification and Authentication (Remote Hash Signing methods (QES))</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>ID Verification and Authentication (Smart cards (QES))</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>eIDAS (SES-AES-QES)</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>ZertES (SES-AES-QES)</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr> </tbody> </table> </div> </comparison-table-2></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-20 dnd-section tab-section-1 dnd_area-row-7-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-21 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_17435205723945" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <comparison-table-4> <div class="comparison-table"> <table class="comparison-table__table"> <thead> <tr class="comparison-table__row-header"> <th scope="col" aria-label="Empty cell"></th> <th scope="col"> <div class="comparison-table__title h4 mb-xs">Nitro PDF Pro</div> <a href="https://www.gonitro.com/pdf/pdf-pro?hsLang=en" class="button button--primary button--small comparison-table__button mt-sm"> Explore Nitro PDF Pro </a> </th> <th scope="col"> <div class="comparison-table__title h4 mb-xs">Nitro PDF Standard</div> <a href="https://www.gonitro.com/pdf/nitro-pdf-standard?hsLang=en" class="button button--primary button--small comparison-table__button mt-sm"> Explore Nitro PDF Standard </a> </th> <th scope="col"> <div class="comparison-table__title h4 mb-xs">Nitro PDF Plus</div> <a href="https://www.gonitro.com/pdf/nitro-pdf-plus?hsLang=en" class="button button--primary button--small comparison-table__button mt-sm"> Explore Nitro PDF Plus </a> </th> </tr> </thead> <tbody> <tr class="comparison-table__category"> <th colspan="100%"> <h3 class="mb-none"> <span>PDF Features</span> <button class="comparison-table__toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> </th> </tr> <tr class="comparison-table__row"> <td>Create PDFs & combine files</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>View, share, and comment on PDFs</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Convert PDFs to Word, PPT, Excel, and other formats</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Convert documents to PDFs</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Review, markup, and annotate PDFs</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Arrange, rotate, and manage pages in a PDF</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Add and edit text, images, and other media in PDFs</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Self-sign documents</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Batch and edit OCR</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Create and edit tables of content and bookmarks</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>PDF portfolios</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Create accessible PDFs</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Easily create, fill, sign, send, and store forms</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Extract table data from PDFs</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Extract form data from PDFs</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Automatically create fillable forms</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Redact PDFs to permanently remove sensitive information</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr> <tr class="comparison-table__category"> <th colspan="100%"> <h3 class="mb-none"> <span>Integrations</span> <button class="comparison-table__toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> </th> </tr> <tr class="comparison-table__row"> <td>Microsoft 365</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Google Drive</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Dropbox</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Box</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>OneDrive</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Microsoft Office suite</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>iManage</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Azure Information Protection</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr> <tr class="comparison-table__category"> <th colspan="100%"> <h3 class="mb-none"> <span>Security & Trust</span> <button class="comparison-table__toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> </th> </tr> <tr class="comparison-table__row"> <td>Add password protection and permissions to PDFs</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>HIPAA</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>SOC2</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>GDPR</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Single sign-on (SSO)</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr> <tr class="comparison-table__category"> <th colspan="100%"> <h3 class="mb-none"> <span>Support & Platform Benefits</span> <button class="comparison-table__toggle"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> </th> </tr> <tr class="comparison-table__row"> <td>24/7/365 support</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Community forum & Knowledge Base</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Onboarding videos & articles</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Customer success manager</td> <td style="text-align: center"> <span class="comparison-table__text">for eligible customers</span> </td> <td style="text-align: center"> <span class="comparison-table__text">for eligible customers</span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Manage users</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Domain control</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Nitro Analytics</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Nitro Generative AI Document Assistant</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--mark"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="4" fill="none"><path d="M2 2h20" stroke="#484A61" stroke-width="3" stroke-linecap="round" /></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr><tr class="comparison-table__row"> <td>Nitro Generative AI Knowledge Assistant support tool</td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> <td style="text-align: center"> <span class="comparison-table__icon comparison-table__icon--check"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none"><g clip-path="url(#a)"><path d="M14 28a14 14 0 1 0 0-28 14 14 0 0 0 0 28Zm6.18-16.57-7 7a1.307 1.307 0 0 1-1.854 0l-3.5-3.5a1.312 1.312 0 0 1 1.854-1.854l2.57 2.57 6.07-6.076a1.312 1.312 0 0 1 1.854 1.854l.006.006Z" fill="#008476" /></g><defs><clippath id="a"><path fill="#fff" d="M0 0h28v28H0z" /></clippath></defs></svg> </span> </td> </tr> </tbody> </table> </div> </comparison-table-4></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-22 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-23 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-13" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div id="faqs" class="anchor"></div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-24 dnd_area-column-12-row-1-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-14" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_dnd_area-module-14_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h2>Pricing FAQs</h2></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-25 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-15" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="faqs-2"> <div class="content-wrapper"> <div class="faqs-2__faqs"> <div class="faqs-2__faq"> <h3 class="faqs-2__question mb-none"> What is Nitro? <button class="faqs-2__toggle" aria-label="Toggle FAQ"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> <div class="faqs-2__answer"> <div><p><strong>Nitro</strong> is a multi-featured PDF editor solution designed to make document workflows simple, smart, and secure. </p> <p>Learn more about <a href="/pdf?hsLang=en" rel="noopener">Nitro PDF.</a><br><br>Learn more about <a href="/sign?hsLang=en" rel="noopener">Nitro Sign</a>.</p> <p> </p></div> </div> </div> <div class="faqs-2__faq"> <h3 class="faqs-2__question mb-none"> How many Nitro subscription licenses can I buy? <button class="faqs-2__toggle" aria-label="Toggle FAQ"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> <div class="faqs-2__answer"> <div><p>Users can purchase up to 20 Nitro subscription licenses online. If you require more than 20 licenses, contact our <a href="/contact-sales/nitro-pro/business?hsLang=en" rel="noopener">sales team</a>. Subscriptions are billed annually. <br><br>A <a href="/free-trial?hsLang=en" rel="noopener">14-day free trial </a>of Nitro is available, with no credit card required. </p></div> </div> </div> <div class="faqs-2__faq"> <h3 class="faqs-2__question mb-none"> Is there a free version of Nitro that I can try before I buy? <button class="faqs-2__toggle" aria-label="Toggle FAQ"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> <div class="faqs-2__answer"> <div><div data-content=""> <div>You can <a href="https://sso.gonitro.com/signup?hsLang=en&ref=gonitro" rel="noopener">get full access to Nitro 14-days free</a>, with <strong>no credit card required and no features locked</strong>.</div> </div></div> </div> </div> <div class="faqs-2__faq"> <h3 class="faqs-2__question mb-none"> Do I need a credit card to try Nitro? <button class="faqs-2__toggle" aria-label="Toggle FAQ"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> <div class="faqs-2__answer"> <div><p>The 14-day free trial of Nitro does not require a credit card for download or installation.<br><br>When the trial period ends, a credit card will be required for continued paid use of the product.<br><br><a href="/free-trial?hsLang=en" rel="noopener">Get started with your free trial here.</a></p></div> </div> </div> <div class="faqs-2__faq"> <h3 class="faqs-2__question mb-none"> Which operating systems can I use Nitro on? <button class="faqs-2__toggle" aria-label="Toggle FAQ"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> <div class="faqs-2__answer"> <div><p>Nitro PDF is available for all Windows, Mac, and iOS devices.<br><br>Nitro Sign is a cloud-based solution accessible via browser.</p></div> </div> </div> <div class="faqs-2__faq"> <h3 class="faqs-2__question mb-none"> Is Nitro available on mobile devices? <button class="faqs-2__toggle" aria-label="Toggle FAQ"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> <div class="faqs-2__answer"> <div><p>For mobile users, Nitro is also available for <a href="/pdf/pdf-pro/ios?hsLang=en" data-cms-id="0000017f-47a6-dc3a-a3ff-67f7941e0000" data-cms-href="https://www.gonitro.com/pdf-pro/ios" link-data="{"cms.site.owner":{"_ref":"00000177-f45c-d8dd-a3f7-ffdf83ad0000","_type":"ae3387cc-b875-31b7-b82d-63fd8d758c20"},"cms.content.publishDate":1698695750195,"cms.content.publishUser":{"_ref":"00000180-b008-df56-a788-f4a9a9630000","_type":"6aa69ae1-35be-30dc-87e9-410da9e1cdcc"},"cms.content.updateDate":1698695750195,"cms.content.updateUser":{"_ref":"00000180-b008-df56-a788-f4a9a9630000","_type":"6aa69ae1-35be-30dc-87e9-410da9e1cdcc"},"link":{"attributes":[],"item":{"_ref":"0000017f-47a6-dc3a-a3ff-67f7941e0000","_type":"e30edf29-8fe1-3857-864d-a0240c664e80"},"theme.nitro-theme-default.:core:link:Link.hbs.linkStyle":null,"theme.nitro-theme-default.:core:link:Link.hbs._preset":"none","_id":"0000018b-8227-d190-afdb-f337fcaf0001","_type":"c3f0009d-3dd9-3762-acac-88c3a292c6b2"},"linkText":"iOS devices","theme.nitro-theme-default.:core:link:Link.hbs.linkStyle":null,"theme.nitro-theme-default.:core:enhancement:Enhancement.hbs.enhancementAlignment":null,"theme.nitro-theme-default.:core:enhancement:Enhancement.hbs.imageSizePDFPen":null,"theme.nitro-theme-default.:core:link:Link.hbs._preset":"none","theme.nitro-theme-default.:core:enhancement:Enhancement.hbs._preset":"none","_id":"0000018b-8227-d190-afdb-f337fcaf0000","_type":"809caec9-30e2-3666-8b71-b32ddbffc288"}" data-cms-ai="0" rel="noopener">iOS devices</a>.</p></div> </div> </div> <div class="faqs-2__faq"> <h3 class="faqs-2__question mb-none"> Where are the Nitro Pro and Nitro Pro Business plans? <button class="faqs-2__toggle" aria-label="Toggle FAQ"> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="currentColor" /></svg> </button> </h3> <div class="faqs-2__answer"> <div><p>To better meet the needs of our customers we have replaced our Nitro Pro & Pro Business plans with new standalone PDF & eSign plans. <br><br>Visit <a href="/pdf?hsLang=en" rel="noopener">Nitro PDF</a> or <a href="/sign?hsLang=en" rel="noopener">Nitro Sign</a> to learn more about our plans. </p></div> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-26 dnd-section dnd_area-row-9-padding dnd_area-row-9-force-full-width-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-19" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <section class="bof-ctas"> <div class="content-wrapper"> <div class="bof-ctas__header"> <h2 class="bof-ctas__heading">See what Nitro can do for you</h2> <div class="bof-ctas__rich-text"><p>Take the next step to digital success today.</p></div> </div> <div class="bof-ctas__cards bof-ctas__cards--3"> <div class="bof-ctas__card"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-Rapid%20Support.svg" alt="Icon-48px-Rapid Support" class="bof-ctas__card-icon mb-md" loading="lazy" width="50" height="48"> <h3 class="bof-ctas__card-title mb-sm">Contact sales</h3> <div class="bof-ctas__card-description mb-md">Talk to our experts about your business needs, and explore cost-effective options for Nitro's world-class PDF and eSign solutions.</div> <a href="https://www.gonitro.com/contact-sales/pro/business?hsLang=en" class="button button--text-primary button--icon bof-ctas__card-button"> <span>Get in touch</span> <span id="hs_cos_wrapper_dnd_area-module-19_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="Arrow Right1_layer"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" /></g></svg></span> </a> </div> <div class="bof-ctas__card"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-Smart%20signing.svg" alt="Icon-48px-Smart signing" class="bof-ctas__card-icon mb-md" loading="lazy" width="48" height="48"> <h3 class="bof-ctas__card-title mb-sm">Free trial</h3> <div class="bof-ctas__card-description mb-md">Try Nitro’s PDF and eSign solutions to edit, sign, and organize documents effortlessly—free for 14 days!</div> <a href="https://sso.gonitro.com/signup?hsLang=en&ref=gonitro" class="button button--text-primary button--icon bof-ctas__card-button"> <span>Start your free trial</span> <span id="hs_cos_wrapper_dnd_area-module-19_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="Arrow Right2_layer"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" /></g></svg></span> </a> </div> <div class="bof-ctas__card"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-Become%20a%20Partner.svg" alt="icon of people with a plus sign" class="bof-ctas__card-icon mb-md" loading="lazy" width="48" height="48"> <h3 class="bof-ctas__card-title mb-sm">Become a partner</h3> <div class="bof-ctas__card-description mb-md">Learn about our exciting partner opportunities for Nitro's trusted document solutions. </div> <a href="https://www.gonitro.com/partners/become-a-partner?hsLang=en" class="button button--text-primary button--icon bof-ctas__card-button"> <span>Partner with Nitro today</span> <span id="hs_cos_wrapper_dnd_area-module-19_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="Arrow Right3_layer"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" /></g></svg></span> </a> </div> </div> </div> </section></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div> </main> <div data-global-resource-path="Nitro_2025/templates/partials/footer.html"><footer class="footer"> <div class="content-wrapper"> <div class="footer__inner"> <div class="footer__logo"> <div id="hs_cos_wrapper_footer_logo" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_footer_logo_hs_logo_widget" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://www.gonitro.com/?hsLang=en" id="hs-link-footer_logo_hs_logo_widget" style="border-width:0px;border:0px;"><img src="https://www.gonitro.com/hubfs/Nitro_2025/logo-light.svg" class="hs-image-widget " height="53" style="height: auto;width:140px;border-width:0px;border:0px;" width="140" alt="Click to return to Nitro homepage" title="Click to return to Nitro homepage" loading="lazy"></a></span> </div> </div> <div class="footer__social"> <div id="hs_cos_wrapper_footer_social" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="social-links"> <a href="https://www.linkedin.com/company/go-nitro" class="social-links__link" aria-label="LinkedIn In" target="_blank" rel="nofollow noopener"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="LinkedIn In1_layer"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" /></g></svg> </a> <a href="https://www.instagram.com/gonitro" class="social-links__link" aria-label="Instagram" target="_blank" rel="nofollow noopener"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="Instagram2_layer"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" /></g></svg> </a> <a href="https://www.facebook.com/nitrosoftware/" class="social-links__link" aria-label="Facebook F" target="_blank" rel="nofollow noopener"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512" aria-hidden="true"><g id="Facebook F3_layer"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" /></g></svg> </a> <a href="https://www.youtube.com/c/nitrosoftware" class="social-links__link" aria-label="YouTube" target="_blank" rel="nofollow noopener"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" aria-hidden="true"><g id="YouTube4_layer"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></g></svg> </a> </div></div> </div> <div class="footer__subscribe"> <div id="hs_cos_wrapper_footer_button" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="buttons"> <button class="button button--quaternary button--icon button--" data-micromodal-trigger="footer_buttonModal"> <span>Get Our Newsletter</span> <span id="hs_cos_wrapper_footer_button_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="Plus1_layer"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" /></g></svg></span> </button> <div class="modal micromodal-slide" id="footer_buttonModal" aria-hidden="true"> <div class="modal__overlay" tabindex="-1" data-micromodal-close> <div class="modal__container modal__container--sm" role="dialog" aria-modal="true" aria-labelledby=""> <button class="modal__close" aria-label="Close modal" data-micromodal-close> × </button> <div class="modal__contents"> <div class="modal__form"> <span id="hs_cos_wrapper_footer_button_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form" style="" data-hs-cos-general-type="widget" data-hs-cos-type="form"> <div id="hs_form_target_footer_button_"></div> </span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="footer__menu"> <div id="hs_cos_wrapper_footer_menu" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><nav class="footer-menu"> <div class="footer-menu__column-footer footer-menu__column-footer--block"><div> <p style="font-size: 10px;"><strong>Get Nitro PDF for Mac</strong></p> <a href="https://apps.apple.com/us/app/nitro-pdf-pro-edit-sign/id6477621772?mt=12" rel="noopener" target="_blank"><img src="https://www.gonitro.com/hubfs/Nitro_2025/mac-app-store-badge-white.svg" width="157" height="40" loading="lazy" alt="download on the mac app store badge" style="height: auto; max-width: 100%; width: 157px; margin: 0px 0px 15px;"></a></div> <div> <p style="font-size: 10px;"><strong>Get Nitro PDF for iPhone</strong></p> <a href="https://apps.apple.com/us/app/nitro-pdf-pro-ipad-iphone/id1608616539" rel="noopener" target="_blank"><img src="https://www.gonitro.com/hubfs/Nitro_2025/app-store-badge-white.svg" width="120" height="40" loading="lazy" alt="download on the app store badge" style="height: auto; max-width: 100%; width: 120px; margin: 0px 0px 15px;"></a></div></div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Products</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf?hsLang=en" class="footer-menu__link"> Nitro PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf/pdf-pro/ios?hsLang=en" class="footer-menu__link"> Nitro PDF iOS </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf/pdf-pro/mac?hsLang=en" class="footer-menu__link"> Nitro PDF Mac </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/sign?hsLang=en" class="footer-menu__link"> Nitro Sign </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/identity-verification?hsLang=en" class="footer-menu__link"> Nitro Identity </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pricing" class="footer-menu__link"> Compare Plans & Pricing </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/free-trial?hsLang=en" class="footer-menu__link"> Free Trial </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pricing" class="footer-menu__link"> Buy Nitro Products </a> </li> <div class="footer-menu__column-footer footer-menu__column-footer--link"><div> <p style="font-size: 10px;"><strong>Get Nitro PDF for Mac</strong></p> <a href="https://apps.apple.com/us/app/nitro-pdf-pro-edit-sign/id6477621772?mt=12" rel="noopener" target="_blank"><img src="https://www.gonitro.com/hubfs/Nitro_2025/mac-app-store-badge-white.svg" width="157" height="40" loading="lazy" alt="download on the mac app store badge" style="height: auto; max-width: 100%; width: 157px; margin: 0px 0px 15px;"></a></div> <div> <p style="font-size: 10px;"><strong>Get Nitro PDF for iPhone</strong></p> <a href="https://apps.apple.com/us/app/nitro-pdf-pro-ipad-iphone/id1608616539" rel="noopener" target="_blank"><img src="https://www.gonitro.com/hubfs/Nitro_2025/app-store-badge-white.svg" width="120" height="40" loading="lazy" alt="download on the app store badge" style="height: auto; max-width: 100%; width: 120px; margin: 0px 0px 15px;"></a></div></div> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Key Features & Capabilities</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf-editing-conversion-organization?hsLang=en" class="footer-menu__link"> PDF Editing, Creation & Organization </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/esignatures-forms?hsLang=en" class="footer-menu__link"> eSignatures & Forms </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/analytics?hsLang=en" class="footer-menu__link"> Analytics & ROI </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/automated-document-workflows?hsLang=en" class="footer-menu__link"> Automated Document Workflows </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/security-compliance?hsLang=en" class="footer-menu__link"> Security & Compliance </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/integrations?hsLang=en" class="footer-menu__link"> Integrations & API Connectivity </a> </li> </ul> </div> </div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Solutions by Segment</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/enterprise-mid-market?hsLang=en" class="footer-menu__link"> Enterprise & Mid-Market </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/segment/small-business?hsLang=en" class="footer-menu__link"> Small Business </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/segment/individual-professionals?hsLang=en" class="footer-menu__link"> Individual Professionals </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/segment/home-and-personal-use?hsLang=en" class="footer-menu__link"> Home & Personal </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/segment/students-and-teachers?hsLang=en" class="footer-menu__link"> Student & Teacher </a> </li> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Complimentary Online PDF Tools</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf-to-word?hsLang=en" class="footer-menu__link"> PDF to Word </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/word-to-pdf?hsLang=en" class="footer-menu__link"> Word to PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/powerpoint-to-pdf?hsLang=en" class="footer-menu__link"> PowerPoint to PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf-to-powerpoint?hsLang=en" class="footer-menu__link"> PDF to PowerPoint </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/excel-to-pdf?hsLang=en" class="footer-menu__link"> Excel to PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf-to-excel?hsLang=en" class="footer-menu__link"> PDF to Excel </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/image-to-pdf?hsLang=en" class="footer-menu__link"> Image to PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/complimentary-online-pdf-conversion-tools?hsLang=en" class="footer-menu__link"> View All Tools </a> </li> </ul> </div> </div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Solutions by Industry</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/real-estate?hsLang=en" class="footer-menu__link"> Real Estate </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/healthcare?hsLang=en" class="footer-menu__link"> Healthcare </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/manufacturing?hsLang=en" class="footer-menu__link"> Manufacturing </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/energy?hsLang=en" class="footer-menu__link"> Energy </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/professional-services?hsLang=en" class="footer-menu__link"> Professional Services </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/education?hsLang=en" class="footer-menu__link"> Education </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/insurance?hsLang=en" class="footer-menu__link"> Insurance </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/government?hsLang=en" class="footer-menu__link"> Government </a> </li> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Education & Insights Library</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/blog?hsLang=en" class="footer-menu__link"> Nitro Blog </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/resources?hsLang=en" class="footer-menu__link"> Resources Library </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/security-compliance?hsLang=en" class="footer-menu__link"> Security & Trust Center </a> </li> <li class="footer-menu__item"> <a href="/resources?type=pdf_template&hsLang=en" class="footer-menu__link"> PDF Templates </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/sign/legality-guide?hsLang=en" class="footer-menu__link"> E-Signature Legality Guides </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/sign/signing-methods?hsLang=en" class="footer-menu__link"> E-Signature Signing Methods </a> </li> </ul> </div> </div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Partners</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/partners?hsLang=en" class="footer-menu__link"> Reseller, Distribution & Affiliate Partners </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/partners/all-partners?hsLang=en" class="footer-menu__link"> Partner Directory </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/partners/become-a-partner?hsLang=en" class="footer-menu__link"> Become a Partner </a> </li> <li class="footer-menu__item"> <a href="https://partnerportal.gonitro.com/" class="footer-menu__link"> Partner Portal Login </a> </li> <li class="footer-menu__item"> <a href="https://partnerportal.gonitro.com/" class="footer-menu__link"> Partner Portal Registration </a> </li> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>About</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/about?hsLang=en" class="footer-menu__link"> About Nitro </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/about/careers?hsLang=en" class="footer-menu__link"> Careers </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/about/press?hsLang=en" class="footer-menu__link"> Press Releases </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/brand-guide?hsLang=en" class="footer-menu__link"> Brand Guidelines </a> </li> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Connect With Nitro</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/contact-sales/pro/business?hsLang=en" class="footer-menu__link"> Contact Sales </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/demo-request/general?hsLang=en" class="footer-menu__link"> Request a Demo </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/contact-dpo?hsLang=en" class="footer-menu__link"> Contact Nitro Privacy Team </a> </li> </ul> </div> </div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Help & Support</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://kb.gonitro.com/knowledgebase/?__hstc=233546881.5ae7e7a2e7557ad6f7ef23c059372e4e.1690315028424.1737124975683.1737137861643.530&__hssc=233546881.3.1737137861643&__hsfp=4214131259" class="footer-menu__link" target="_blank" rel="noopener"> Knowledge Hub </a> </li> <li class="footer-menu__item"> <a href="https://nitro-assistant.gonitro.com/" class="footer-menu__link" target="_blank" rel="noopener"> Knowledge Assistant AI (BETA) </a> </li> <li class="footer-menu__item"> <a href="/resources?type=pdf_template&hsLang=en" class="footer-menu__link"> Free PDF Templates </a> </li> <li class="footer-menu__item"> <a href="https://community.gonitro.com/" class="footer-menu__link"> Community Forum </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/documentation/release-notes?hsLang=en" class="footer-menu__link"> Release Notes & Security Updates </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/documentation/product-downloads?hsLang=en" class="footer-menu__link"> Product Downloads </a> </li> </ul> </div> </div> </nav></div> </div> <div class="footer__links"> <div id="hs_cos_wrapper_footer_links" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-simple_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_links_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_simple_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="simple_menu"><div id="hs_menu_wrapper_footer_links_" class="hs-menu-wrapper active-branch flyouts hs-menu-flow-vertical" role="navigation" data-sitemap-name="" data-menu-id="" aria-label="Navigation Menu"> <ul role="menu"> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/integrations" role="menuitem" target="_self">Integrations & API Connectivity</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/legal/terms-of-service/overview" role="menuitem" target="_self">Terms of Service</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/legal/cookie-policy" role="menuitem" target="_self">Cookie Policy</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/legal/copyright-policy" role="menuitem" target="_self">Copyright Policy</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/legal/terms-of-service/overview" role="menuitem" target="_self">All Terms & Policies</a></li> </ul> </div></span></div> </div> <div class="footer__copyright"> <div id="hs_cos_wrapper_footer_copyright" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_copyright_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="text">© 2025 Nitro Software, Inc. All rights reserved.</span></div> </div> <div class="footer__disclaimer"> <div id="hs_cos_wrapper_footer_disclaimer" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_disclaimer_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="text">Nitro, the Nitro logo, Nitro Productivity Platform, Nitro PDF Pro, Nitro Sign, and Nitro Analytics are trademarks and/or registered trademarks, of Nitro Software, Inc. or its affiliates in the United States and/or other countries.</span></div> </div> </div> </div> </footer></div> </div> <!-- HubSpot performance collection script --> <script defer src="/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js"></script> <script> var hsVars = hsVars || {}; hsVars['language'] = 'en'; </script> <script src="/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/185466713750/1741108686895/template_gclidLogic.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/185459393118/1740075544792/template_utmLogic.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/185514566423/1742912365581/template_dataLayerLogic.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/185467184036/1738084258933/template_nitroSignupTracking.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179931393356/1736356805430/template_main.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/179926092448/1740888336948/module_mega-menu.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/180083839543/1740888340009/module_language-switcher.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/183942663853/1740888385870/module_tab-sections.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/184005015915/1742903137005/template_price-card.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/184464174465/1741966005483/module_price-card-global-3.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/184977269837/1742918806337/module_price-card-global-11.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/187325077577/1742919079295/module_price-card-global-13.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/184464169233/1741965730884/module_price-card-global-4.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/184466469750/1741965765058/module_price-card-global-5.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/184464858409/1741965818947/module_price-card-global-6.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/184896470946/1736846810492/template_comparison-table.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/184893471141/1742313032493/module_comparison-table-global-2.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/187329618697/1742313064283/module_comparison-table-global-4.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/181021633617/1740888348098/module_faqs-2.min.js"></script> <!--[if lte IE 8]> <script charset="utf-8" src="https://js.hsforms.net/forms/v2-legacy.js"></script> <![endif]--> <script data-hs-allowed="true" src="/_hcms/forms/v2.js"></script> <script data-hs-allowed="true"> var options = { portalId: '45424130', formId: 'fb207b8e-9d08-4e69-a9d1-0cc9e8070187', formInstanceId: '327', pageId: '184894990935', region: 'na1', pageName: "PDF & eSign Plans & Pricing | Nitro Software", inlineMessage: "Thanks for submitting the form.", rawInlineMessage: "Thanks for submitting the form.", hsFormKey: "457c33e8866b8fd2091fe6abdbbee529", css: '', target: '#hs_form_target_footer_button_', contentType: "standard-page", formsBaseUrl: '/_hcms/forms/', formData: { cssClass: 'hs-form stacked hs-custom-form' } }; options.getExtraMetaDataBeforeSubmit = function() { var metadata = {}; if (hbspt.targetedContentMetadata) { var count = hbspt.targetedContentMetadata.length; var targetedContentData = []; for (var i = 0; i < count; i++) { var tc = hbspt.targetedContentMetadata[i]; if ( tc.length !== 3) { continue; } targetedContentData.push({ definitionId: tc[0], criterionId: tc[1], smartTypeId: tc[2] }); } metadata["targetedContentMetadata"] = JSON.stringify(targetedContentData); } return metadata; }; hbspt.forms.create(options); </script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/179991233052/1743361744862/module_footer-menu.min.js"></script> <!-- Start of HubSpot Analytics Code --> <script type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); _hsq.push(["setCanonicalUrl", "https:\/\/www.gonitro.com\/pricing"]); _hsq.push(["setPageId", "184894990935"]); _hsq.push(["setContentMetadata", { "contentPageId": 184894990935, "legacyPageId": "184894990935", "contentFolderId": null, "contentGroupId": null, "abTestId": null, "languageVariantId": 184894990935, "languageCode": "en", }]); </script> <script type="text/javascript" id="hs-script-loader" async defer src="/hs/scriptloader/45424130.js"></script> <!-- End of HubSpot Analytics Code --> <script type="text/javascript"> var hsVars = { render_id: "46263465-f17e-42ea-8524-496b8368aedf", ticks: 1744054740530, page_id: 184894990935, content_group_id: 0, portal_id: 45424130, app_hs_base_url: "https://app.hubspot.com", cp_hs_base_url: "https://cp.hubspot.com", language: "en", analytics_page_type: "standard-page", scp_content_type: "", analytics_page_id: "184894990935", category_id: 1, folder_id: 0, is_hubspot_user: false } </script> <script defer src="/hs/hsstatic/HubspotToolsMenu/static-1.432/js/index.js"></script> </body></html>