This feed does not validate.
<style>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " ...
^
In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.
help]
[<style>
textarea:disabled {
cursor: not-allowed;
}
</style>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<!-- <meta http-equiv="Content-Security-Policy" content="
script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com https://code.jquery.com https://cdn.jsdelivr.net https://stackpath.bootstrapcdn.com;
style-src 'self' https://cdnjs.cloudflare.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net https://fonts.googleapis.com;
font-src 'self' https://cdnjs.cloudflare.com https://fonts.gstatic.com;"> -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no">
<!-- old one -->
<!-- <meta property="og:title" content="<?php// if($this->filename){echo $this->filename . ' - ' ;}?> Padzee"/> -->
<!-- new One -->
<meta property="og:title" content="ocrvpaint - Padzee"/>
<meta property="og:description" content="Free, No login, Easy Peasy Online Portable Documents. Free Online Scratchpad/Notepad/Clipboard."/>
<meta property="og:image" content="http://padzee.com/images/fbpost.jpg"/>
<title>
ocrvpaint - Padzee
</title>
<link rel="icon" href="images/favicon-02.png" type="image/png">
<link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="jquery.mCustomScrollbar.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
/* new layout fix styles */
/* .search-bar { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.search-bar .otpad_option {display: flex;gap: 5px;border: solid 1px #a9a9a9; height: 37px;box-sizing: border-box;background-color: white; width: 100px;align-items: center;text-align: center;justify-content: center;}
.search-bar .otpad_option label { white-space: nowrap; }
@media (max-width: 560px) {
.mi-home-section .section-left textarea#code { height: calc(100vh - 420px); }
.mi-home-section .section-left { display: flex !important; flex-direction: column; justify-content: space-evenly; height: 100%; }
.section-left .buttonsBar .agree { background: transparent; margin-top: 0px; }
.mi-special-social.mi-special-social-mobile { height: 70px !important; }
}
@media(max-width: 480px ){
.section-left .buttonsBar .agree{ display: block;padding-top: 20px;text-align: center;margin: auto;}
} */
</style>
<script type="text/javascript" src="jquery.min.js"></script>
<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://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-WVKMSXV');</script>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-88480842-1', 'auto'); ga('send', 'pageview'); </script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M93GCTHE5W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M93GCTHE5W');
</script>
<!--modal style-->
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Qwitcher+Grypen:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
box-sizing: border-box;
}
/* Animation for fade and scale */
@keyframes fadeInScale {
0% {
opacity: 0;
transform: translate(-50%, -50%) scale(0.9);
}
100% {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
}
@keyframes fadeInOnly {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.modal-container.show {
display: block;
animation: fadeInScale 0.5s ease-out forwards;
}
.overlayContainer.show {
display: block;
animation: fadeInOnly 0.5s ease-out forwards;
background-color: rgba(0, 0, 0, 0.25);
z-index: 1111;
}
.modal-container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 1024px;
/* background-color: tan; */
/* height: 500px; */
border-radius: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
/* padding: 20px; */
z-index: 111111;
background-image: url('./images/popup-modal/modelbg2.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: none;
/* Initially hidden, will be shown on window load */
}
.modal-hide-btn {
background-color: #C53B27;
width: 29px;
height: 29px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
border: none;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
}
.ma-row {
display: flex;
justify-content: space-between;
height: 100%;
}
.ma-row .ma-row-left {
width: 45%;
}
.ma-row .ma-row-right {
width: 55%;
width: 55%;
position:absolute;
top: 0;
right: 0;
}
.ma-row-right .ma-row-right-pc-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: right;
overflow: visible;
}
.ma-row-left {
padding: 68px 0px 67px 60px;
}
.ma-row-left>img {
margin-bottom: 25px;
}
.ma-row-left h1 {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
color: #07205F;
font-size: 41px;
width: 100%;
max-width: 273px;
line-height: 120%;
margin: 0;
margin-bottom: 10px;
}
.ma-row-left h1 span {
font-weight: 700;
font-size: 41px;
color: #C53B27;
}
.ma-row-left p {
font-family: "Poppins", sans-serif;
font-weight: 400;
color: #1F1F1F;
font-size: 16.22px;
line-height: 160%;
max-width: 466px;
width: 100%;
margin: 0;
padding-right: 20px;
}
.download-sec {
margin-top: 25px;
}
.ma-row-left .ps-download-btn {
width: 176.91px;
border-radius: 6px;
}
.ma-row-right-mob-img {
display: none;
}
.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
/* semi-transparent black */
z-index: 999;
/* one layer below the modal */
display: none;
/* hidden by default */
}
textarea:disabled {
cursor: not-allowed;
}
#closeModal {z-index: 111111;}
.ma-row-right {position: absolute;top: 0;right: 0;height: 100%;}
.overlayContainer #popup {display: none;}
@media (max-width:1280px) {
.ma-row .ma-row-left {
width: 45%;
}
.ma-row .ma-row-right {
width: 55%;
}
.ma-row-left .ps-download-btn {
display: inline-block;
}
.ma-row-left .ps-download-btn {
width: 150px;
}
.ma-row-left .ps-download-btn img {
width: 100%;
}
}
@media (max-width:1024px) {
.modal-container {
width: 94%;
}
.ma-row-left {
padding: 25px 0px 25px 25px;
}
.ma-row-left .ps-download-btn {
width: 130.91px;
display: inline-block;
}
.ma-row-left .ps-download-btn img {
width: 100%;
}
.ma-row-right .ma-row-right-pc-img {
overflow: hidden;
}
}
@media (min-width: 768px) and (max-width: 910px) {
.ma-row .ma-row-left {
width: 40%;
}
.ma-row .ma-row-right {
width: 60%;
}
.ma-row-left h1 {
font-size: 36px;
}
.ma-row-left p {
font-size: 14px;
}
.ma-row-left .ps-download-btn {
width: 110px;
}
}
@media (max-width: 768px) {
.modal-container {
position: fixed;
/* top: 200px; */
top:50%;
transform: translate(-50%, 0%);
width: 94%;
max-width: 1024px;
/* background-color: tan; */
/* height: 500px; */
border-radius: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
/* padding: 20px; */
background-image: url('./images/popup-modal/mobile\ banner\ bg.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: none;
/* Initially hidden, will be shown on window load */
}
.ma-row {
flex-direction: column-reverse;
}
.ma-row .ma-row-left,
.ma-row .ma-row-right {
width: 100% !important;
}
.ma-row-right-pc-img {
display: none;
}
.ma-row-right-mob-img {
display: block;
}
.ma-row-right {
display: flex;
justify-content: center;
align-items: center;
height: 262px;
position: static !important;
}
.ma-row-right img {
/* padding-left: 28px;
padding-right: 28px; */
width: 90%;
height: 100%;
object-fit: contain;
object-position: center;
overflow: hidden;
}
.modal-hide-btn {
width: 20px;
height: 20px;
z-index: 1111;
}
.ma-row-left {
padding: 0 30px 0 30px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.ma-row-left p,
.ma-row-left h1 {
text-align: center;
}
.download-sec {
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.iphone-btn {
display: block;
}
.download-sec {
margin-bottom: 50px;
}
.ma-row-left .ma-logo-img {
height: 58px;
margin-bottom: 15px;
}
.ma-row-left h1 {
font-size: 33px;
}
.ma-row-left .ps-download-btn {
height: 36px;
}
.download-sec {
margin-top: 15px;
margin-bottom: 50px;
}
}
@media (max-width:480px) {
.ma-row-left p {
font-size: 11px;
}
.ma-row-right img {
object-position: top;
}
}
</style>
<!--end modal css-->
</head>
<body class=" mi-custom-scroller">
<!--modal-html-->
<!-- <section>
<div class="modal-container" id="modal">
<button class="modal-hide-btn" id="closeModal">
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M11.8397 10.131C12.3121 10.6036 12.3121 11.3671 11.8397 11.8397C11.6041 12.0753 11.2948 12.1937 10.9852 12.1937C10.6759 12.1937 10.3666 12.0753 10.131 11.8397L6.50002 8.2085L2.86904 11.8397C2.63341 12.0753 2.3241 12.1937 2.01479 12.1937C1.70526 12.1937 1.39594 12.0753 1.16031 11.8397C0.687937 11.3671 0.687937 10.6036 1.16031 10.131L4.79151 6.49999L1.16031 2.86901C0.687937 2.39642 0.687937 1.63288 1.16031 1.16028C1.63291 0.687906 2.39645 0.687906 2.86904 1.16028L6.50002 4.79148L10.131 1.16028C10.6036 0.687906 11.3671 0.687906 11.8397 1.16028C12.3121 1.63288 12.3121 2.39642 11.8397 2.86901L8.20853 6.49999L11.8397 10.131Z"
fill="#FAFAFA" />
</svg>
</button>
<div class="ma-row">
<div class="ma-row-left">
<img src="images/popup-modal/logo 1.png" class="ma-logo-img" alt="">
<h1>Try Our New <span>Padzee</span> App!</h1>
<p>
For a better experience, download our app on your mobile device. Enjoy faster browsing, smoother
navigation.
</p>
<div class="download-sec">
<a href="https://play.google.com/store/apps/details?id=com.padzee.bit14"
class=" ps-download-btn android-btn">
<img src="images/popup-modal/android-download-btn.png" alt="Download for Android">
</a>
<a href="https://apps.apple.com/us/app/padzee-online-clipboard/id6743198785" class="ps-download-btn iphone-btn">
<img src="images/popup-modal/iphone-download-btn.png" alt="Download for iPhone">
</a>
</div>
</div>
<div class="ma-row-right">
<img src="images/popup-modal/model-mobils.png" class="ma-row-right-pc-img" alt="">
<img src="images/popup-modal/model-mobils-768.png" class="ma-row-right-mob-img" alt="">
</div>
</div>
</div>
</section> -->
<section>
<!-- <div class="modal-overlay" id="modalOverlay"></div> -->
<div class="modal-container" id="modal">
<button class="modal-hide-btn" id="closeModal">
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M11.8397 10.131C12.3121 10.6036 12.3121 11.3671 11.8397 11.8397C11.6041 12.0753 11.2948 12.1937 10.9852 12.1937C10.6759 12.1937 10.3666 12.0753 10.131 11.8397L6.50002 8.2085L2.86904 11.8397C2.63341 12.0753 2.3241 12.1937 2.01479 12.1937C1.70526 12.1937 1.39594 12.0753 1.16031 11.8397C0.687937 11.3671 0.687937 10.6036 1.16031 10.131L4.79151 6.49999L1.16031 2.86901C0.687937 2.39642 0.687937 1.63288 1.16031 1.16028C1.63291 0.687906 2.39645 0.687906 2.86904 1.16028L6.50002 4.79148L10.131 1.16028C10.6036 0.687906 11.3671 0.687906 11.8397 1.16028C12.3121 1.63288 12.3121 2.39642 11.8397 2.86901L8.20853 6.49999L11.8397 10.131Z"
fill="#FAFAFA" />
</svg>
</button>
<div class="ma-row">
<div class="ma-row-left">
<img src="./images/popup-modal/logo 1.png" class="ma-logo-img" alt="">
<h1>Try Our New <span>Padzee</span> App!</h1>
<p>
For a better experience, download our app on your mobile device. Enjoy faster browsing, smoother
navigation.
</p>
<div class="download-sec">
<a href="https://play.google.com/store/apps/details?id=com.padzee.bit14"
class=" ps-download-btn android-btn">
<img src="images/popup-modal/android-download-btn.png" alt="Download for Android">
</a>
<a href="https://apps.apple.com/us/app/padzee-online-clipboard/id6743198785" class="ps-download-btn iphone-btn">
<img src="images/popup-modal/iphone-download-btn.png" alt="Download for iPhone">
</a>
</div>
</div>
<div class="ma-row-right">
<img src="images/popup-modal/model-mobils-upd.png" class="ma-row-right-pc-img" alt="">
<img src="images/popup-modal/model-mobils-768 - 2.png" class="ma-row-right-mob-img" alt="">
</div>
</div>
</div>
</section>
<!--end modal-->
<script>window.fbAsyncInit=function(){FB.init({appId : '1181903505179811', xfbml : true, version : 'v2.8'});}; (function(d, s, id){var js, fjs=d.getElementsByTagName(s)[0]; if (d.getElementById(id)){return;}js=d.createElement(s); js.id=id; js.src="//connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>
<div style="display: none" id="blockuser"> </div>
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVKMSXV" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<div class="overlayContainer" id="modalOverlay" >
<!-- <div id="overlay"> </div> -->
<div class="popup" id="popup"> <span id="closePopup"> </span>
<div id="get-widget-container">
<h3 class="popup_heading">Get Widget</h3>
<div class="row">
<div class="col lg">
<label for="embed">Embed</label>
<input onClick="this.setSelectionRange(0, this.value.length)" readonly="" id="embed" value='<iframe width="400" height="400" src="https://padzee.com/iframe.php?filename=ocrvpaint"></iframe>'>
<input type="button" data-clipboard-target="#embed" name="copy" id="copy" value="Copy">
</div>
</div>
</div>
<div class="test_class">
<form name="crt-pass-visible" class="P_g" id="crt-pass-visible" method="post">
<h3 class="popup_heading">Create password</h3>
<div class="row">
<div class="col lg">
<div class="multilabel">
<label>Author's Password hi:</label>
<!-- <p class="mi-pre-author-view">This password will give the user right to edit the note.</p>--!> -->
<!-- <div class="flt-right">
<input type="checkbox" name="makeprivate" id="makeprivate" value="0" />
<label for="makeprivate">Also, make this note private</label>
</div> -->
</div>
<input type="password" name="password_visible" id="password_visible"/>
<input type="hidden" value="ocrvpaint" name="filename" id="filename">
<input type="hidden" value="set_password_visible" name="action" id="action">
<input type="submit" id="submit" value="Submit" name="crt-pass-visible">
</div>
</div>
</form>
</div>
<form name="crt-pass" id="crt-pass" class="G_t" method="post">
<h3 class="popup_heading mi-pad-lock">Lock your note</h3>
<p class="pre-rmv-pass">The note will be auto-saved when you lock it.</p>
<div class="row">
<div class="col lg">
<div class="multilabel">
<label>Author's Password : </label>
<!--<p class="mi-pre-author-view">This password will give the user right to edit the note.</p>--!>
<!-- <div class="flt-right">
<input type="checkbox" name="makeprivate" class="makeprivate-1" id="makeprivate" value="0" onchange="valueChanged()"/>
<label for="makeprivate">Also, make this note private</label>
</div> -->
</div>
<!-- <input type="password" name="password" id="password"/> -->
<div class="password-container">
<input type="password" name="password" id="password" placeholder="Enter your password" />
<!-- <i class="toggle-password" id="togglePassword" style="cursor: pointer;">👁️</i> -->
<i class="fas fa-eye toggle-password" id="togglePassword" style="cursor: pointer;"></i>
</div>
<div class="multilabel private-label" style="display:none;">
<label>Viewer's Password :</label>
<!-- <p class="mi-pre-author-view">This password will give the user the right to view the note.</p> -->
<div class="flt-right">
</div>
</div>
<div class="password-container">
<input placeholder="Enter your password" type="password" class="password-2" name="password-2" data-check="0" id="password-2" style="display:none;"/>
<!-- <i class="toggle-password-2" id="togglePassword-2" style="cursor: pointer; display:none">👁️</i> -->
<i class="fas fa-eye toggle-password-2" id="togglePassword-2" style="cursor: pointer; display:none;"></i>
</div>
<input type="hidden" value="ocrvpaint" name="filename" id="filename">
<input type="hidden" value="set_password" name="action" id="action">
<div class="mi-submit-button">
<div class="flt-right">
<div class="mi-flt-right-checkbox">
<input type="checkbox" name="makeprivate" class="makeprivate-1" id="makeprivate" value="0" onchange="valueChanged()"/>
<label for="makeprivate">Also, make this note private</label>
</div>
<!-- <p class="mi-pre-author-view">Enable this to keep your note view-only</p> -->
</div>
<input type="submit" id="submit" value="Submit" name="crt-pass">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
<form method="post" accept-charset="UTF-8" id="main-form">
<header>
<div class="head">
<div class="mi-head-up">
<div class="logo-with-icons">
<div class="logo"> <a href="/"><img alt="Padzee" title="Padzee" width="130" src="images/logo.svg"/></a> </div>
<div class="mi-icons">
<div class="mi-social-icons">
<!-- IPHONE Icon -->
<!--
<div class="iphoneAppSupport_DownloadApp iphone-button">
<a title="Download on the AppStore" class="iphoneButton" id="iphoneButton" href=" https://apps.apple.com/ma/app/padzee/id1469527941" target="_blank"></a>
</div>
-->
<!-- IPHONE Icon -->
<!-- Android Icon -->
<div class="androidAppSupport_DownloadApp android-button">
<a title="Download on the Google Play" class="androidButton" id="androidButton" href="https://play.google.com/store/apps/details?id=com.padzee.bit14" target="_blank"></a>
</div>
<!-- Android Icon -->
<!-- iphone Icon -->
<div class="iphoneAppSupport_DownloadApp iphone-button">
<a title="Download on the Google Play" class="iphoneButton" id="iphoneButton" href="https://apps.apple.com/us/app/padzee-online-clipboard/id6743198785" target="_blank"></a>
</div>
<!-- iphone Icon -->
</div>
</div>
</div>
<div class="mi-special-social mi-special-social-web">
<div class="mi-special"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5321872302684706"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display: block;
width: 728px;
height: 90px;
margin: auto;"
data-ad-client="ca-pub-5321872302684706"
data-ad-slot="8226564134"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
</div>
<div class="header-info">
<p>Free Online Portable Clipboard, No Login, No Hassle! <span>Take notes on the go.<span></p>
</div>
</div>
<div class="mi-head-down">
<div class="mi-special-social mi-special-social-mobile">
<div class="mi-special"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5321872302684706"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display: block;
width: 728px;
height: 90px;
margin: auto;"
data-ad-client="ca-pub-5321872302684706"
data-ad-slot="8226564134"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</div>
</div>
<div class="functional-bar">
<ul>
<li title="Get the iFrame Widget" class="get-widget pop-link" target="get-widget-container"><span class="mi-get-code"></span></li>
<li title="Lock your note" class="password-protected pop-link" target="crt-pass"><span class="mi-lock-open"> </span></li>
<li title="Text Direction : Left to Right" data-dir="left" class="text-align right active"> <span> </span> </li>
<li title="Text Direction : Right to Left" data-dir="right" class="text-align left " > <span> </span> </li>
<li class="share" target="socialsahrecontainer"> <span title="Share Your Notes" class="mi-share-btn"></span>
<div class="socialsahrecontainer" id="socialsahrecontainer">
<ul>
<!-- <li title="CopyURL" class="pop-url"> <a href="javascript:;" id="shareBtn" data-clipboard-text=""> <i class="fa fa-link" aria-hidden="true"></i> <span>Copy URL</span> </a> </li> -->
<li title="CopyURL" class="pop-url"> <span><a title="Copy URL" class="copyurl" id="copyurl" href="javascript:;" data-clipboard-text=""> <i class="fa fa-link" aria-hidden="true"></i> <span>Copy URL</span> </a></span> </li>
<li title="Facebook" class="pop-fb"> <a target="_blank" href="javascript:;" id="shareBtn"> <i class="fa fa-facebook" aria-hidden="true"></i> <span>Facebook</span> </a> </li>
<li title="Twitter" class="pop-tw"> <a target="_blank" href="javascript:;" onclick="open_win_2()"> <img src="images\newtwitter_logo.png" width="10px" height="10px" alt="Twitter Logo"> <span> Twitter</span> </a> </li>
<li title="Linkedin" class="pop-in"> <a target="_blank" href="javascript:;" onclick="open_win()"> <i class="fa fa-linkedin" aria-hidden="true"></i> <span>Linkedin</span> </a> </li>
<li title="Email" class="pop-em"> <a target="_blank" href="mailto:?to=&body=A document was shared with you over padzee.com.%0D%0A%0D%0AYou can access it here .%0D%0A%0D%0Ahttp://padzee.com/ocrvpaint&subject=Document%20Shared%20-%20http://padzee.com/ocrvpaint"> <i class="fa fa-envelope" aria-hidden="true"></i> <span>Email</span> </a> </li>
<li title="Whatsapp" class="pop-wa"><a target="_blank" href="whatsapp://send?text=A document was shared with you over http://padzee.com. You can access it here. http://padzee.com/ocrvpaint" data-action="share/whatsapp/share"><i class="fa fa-whatsapp" aria-hidden="true"></i> <span>Whatsapp</span></a></li>
</ul>
</div>
</li>
<li class="pop-info">
<span class="info-logo mi-web-info-popup" title="How to Use Padzee"></span>
<!-- <button class="info-logo mi-mobile-info-popup"></button> -->
<div class="pop-info-content">
<div class="pop-info-content-head">
<h6>With <span><img src="images/info-padzee.svg" alt="PADZEE"></span> you can write and take notes anywhere, anytime.</h6>
</div>
<div class="pop-info-content-list">
<ul>
<li class="mi-number-1"> Write the note in the text area.</li>
<li class="mi-number-2"> Give your note a name and save it.</li>
<li class="mi-number-3"> To share the note, copy the URL from the share icon.</li>
<li class="mi-number-4"> Click the lock icon to add a password and protect your notes.</li>
<li class="mi-number-5"> To make your note view-only, make it private and add a viewer’s password.</li>
<!-- <li class="mi-number-6"> To know more about the features of Padzee, check our detailed[Documentation.]</li> -->
</ul>
</div>
<div class="pop-info-content-para">
<!-- <p>You can even protect your note to make it private by adding a password.</p> -->
<p>To know more about the features of Padzee, check our detailed <span><a href="https://padzee.com/documentation.php"> Documentation </a></span></p>
</div>
</div>
</li>
</ul>
</div>
</header>
<section class="mi-home-section">
<div class="push-right">
<!-- Last Modified -->
<!-- Last Modified -->
</div>
<div class="section-left">
<div class="message"><img alt="Status" src="images/checked.png"><span></span></div>
<textarea placeholder="Your go-to free online portable clipboard for hassle-free note-taking on the fly!
With Padzee, create, save, view, and share notes effortlessly – without needing a login ID.
Developed by Bit14, a leading Mobile App Development company, Padzee is designed by expert technologists and innovators. With over a decade of experience in Design, Architecture, Development, Quality Assurance, Deployment, and Support, we bring you a straightforward user interface that simplifies your note-taking experience!
How to Use Padzee:
Name Your Note:
Start by giving your note a name and save.
Make Notes:
Easily jot down essential information. Choose your preferred writing style (RTL or LTR) and save notes in multiple languages.
Share:
For simple sharing, copy the URL and share it.
For social sharing, share notes on platforms like Facebook, Twitter, and Linkedin or via email and WhatsApp.
Secure Your Notes:
Set author and viewer passwords to control access to your notes.
Best Features:
Download Offline:
No internet? No problem! Download notes for offline access with a click.
Embed on Websites:
Embed your notes directly onto a website using the get widget option.
And that's all!
Your turn to play with Padzee now – the ultimate solution for quick, secure, and accessible note-taking!
" style="text-align:left" width="100%" id="code" class="mytextarea" name="content"></textarea>
<input type="hidden" name="alignment" id="alignment" value="left">
<div class="buttonsBar">
<div class="search-bar">
<div class="fake-field"> <span class="predefinedURL">padzee.com/</span>
<input placeholder="PadName" type="text" value="ocrvpaint" id="txtUrl" name="txtUrl" >
<div class="inside-field">
<div class="otpad_option">
<input type="checkbox"value="0" name="is_viewed" id="is_viewed">
<label for="is_viewed" title="Ensures the pad link is available for one-time view">One-Time Pad</label>
</div>
</div>
</div>
</div>
<div class="view button">
<input title="View" type="button" class="btn" onclick="viewpad()">
</div>
<div class="clear button"> <span title="Clear" id="myclear" class="clear"></span> </div>
<div class="save button">
<input type="submit" title="Save" value="" class="btn">
<input type="hidden" value="save" name="action">
</div>
<div class="download button"> <span><a title="Download" class="download" id="download" href="javascript:;"> </a></span> </div>
<!-- <div class="copyurl button"> <span><a title="Copy URL" class="copyurl" id="copyurl" href="javascript:;" data-clipboard-text=""></a></span> </div> -->
<div id="mobile_option" class="outside-field">
</div>
<div class="agree">
<input type="checkbox" required checked="true" name="agree" id="agree">
<label for="agree">I accept the <a href="terms-of-use.php">terms of use</a></label>
</div>
</div>
</div>
</section>
</form>
<!--modal script-->
<script>
document.addEventListener("DOMContentLoaded", function () {
const modal = document.getElementById("modal");
const closeModal = document.getElementById("closeModal");
const overlay = document.getElementById("modalOverlay");
const androidBtn = document.querySelector(".android-btn");
const iphoneBtn = document.querySelector(".iphone-btn");
const textarea = document.querySelector(".mytextarea");
// Utility functions for cookies
function setCookie(name, value) {
document.cookie = name + "=" + value + "; path=/";
}
function getCookie(name) {
const match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));
return match ? match[2] : null;
}
// Disable textarea by default
if (textarea) textarea.disabled = true;
// Show modal if cookie is not set
if (!getCookie("modalClosed")) {
setTimeout(() => {
modal.classList.add("show");
overlay.classList.add("show");
if (textarea) textarea.disabled = true;
}, 1000);
} else {
if (textarea) textarea.disabled = false;
}
function closeModalHandler() {
modal.style.display = "none";
overlay.style.display = "none";
setCookie("modalClosed", "true");
if (textarea) textarea.disabled = false;
}
// Close modal on close or download buttons
closeModal.addEventListener("click", closeModalHandler);
iphoneBtn.addEventListener("click", closeModalHandler);
androidBtn.addEventListener("click", closeModalHandler);
// Device detection for mobile download buttons
function isAppleDevice() {
return /iPhone|iPad|iPod/i.test(navigator.userAgent);
}
if (window.innerWidth < 768) {
if (isAppleDevice()) {
iphoneBtn.style.display = "block";
androidBtn.style.display = "none";
} else {
iphoneBtn.style.display = "none";
androidBtn.style.display = "block";
}
}
});
</script>
<!--modal js end-->
</body>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
<!-- <script>document.getElementById('shareBtn').onclick=function(){FB.ui({caption: 'Document shared - <?php// echo $this->webroot."/".$this->filename ?>', method: 'share', display: 'popup', picture: 'http://padzee.com/images/fbpost.jpg', href: '',}, function(response){});}</script> -->
<script>document.getElementById('shareBtn').onclick = function() {
const facebookUrl = "https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fpadzee.com%2Focrvpaint"e=Document shared - http%3A%2F%2Fpadzee.com%2Focrvpaint";
window.open(facebookUrl, '_blank');
};
</script>
<style>
.read_only:disabled {
opacity: 1 !important; /* Ensure full opacity */
pointer-events: none; /* Prevent any interaction */
filter: none !important; /* Remove any filter or dimming */
}
</style>
<!-- <script>window.twttr=(function(d, s, id){var js, fjs=d.getElementsByTagName(s)[0], t=window.twttr ||{}; if (d.getElementById(id)) return t; js=d.createElement(s); js.id=id; js.src="//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); t._e=[]; t.ready=function(f){t._e.push(f);}; return t;}(document, "script", "twitter-wjs"));</script> -->
<script type="text/javascript" src="//platform.linkedin.com/in.js"> api_key: [epzxoZVwzMLJVYjs]</script>
<!-- replaced old one saved in notpad -->
<script type="text/javascript">
// function open_win(){
// window.open("http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fpadzee.com%2Focrvpaint&title=ocrvpaint - %20Padzee&source=padzee.com",
// "_blank","toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=400, height=600");
// }
function open_win() {
const linkedInUrl = "http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fpadzee.com%2Focrvpaint&title=ocrvpaint - %20Padzee&source=padzee.com";
window.open(linkedInUrl, "_blank");
}
// function open_win_2(){
// window.open("https://twitter.com/intent/tweet?text=Document%20shared%20-%20&url=http%3A%2F%2Fpadzee.com%2Focrvpaint&hashtags=padzee&title=ocrvpaint - %20Padzee&source=padzee.com",
// "_blank","toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=400, height=600");
// }
function open_win_2() {
const tweetUrl = "https://twitter.com/intent/tweet?text=Document%20shared%20-%20&url=http%3A%2F%2Fpadzee.com%2Focrvpaint&hashtags=padzee&title=ocrvpaint - %20Padzee&source=padzee.com";
window.open(tweetUrl, "_blank");
}
</script>
<script type="text/javascript" src="md5.js"></script>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.15/clipboard.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery.mCustomScrollbar.concat.min.js"></script>
<script>
function adjustHomeSectionHeight() {
if (window.innerWidth <= 768) {
const header = document.querySelector('header');
const homeSection = document.querySelector('.mi-home-section');
const sectionLeft = document.querySelector('.section-left');
const buttonsBar = document.querySelector('.buttonsBar');
const codeTextarea = document.querySelector('textarea#code');
// Check if all elements exist
if (header && homeSection && sectionLeft && buttonsBar && codeTextarea) {
setTimeout(() => {
const headerHeight = header.offsetHeight;
const viewportHeight = window.innerHeight;
// Calculate height for .mi-home-section
const homeSectionHeight = viewportHeight - headerHeight;
homeSection.style.height = `${homeSectionHeight}px`;
// Calculate height for .section-left (should fill .mi-home-section)
const sectionLeftHeight = homeSectionHeight; // Assuming it fills the parent
sectionLeft.style.height = `${sectionLeftHeight}px`;
// Calculate remaining height for textarea
const buttonsBarHeight = buttonsBar.offsetHeight;
const remainingHeight = sectionLeftHeight - buttonsBarHeight;
// Set height of textarea
codeTextarea.style.height = `${remainingHeight}px`;
// console.log(
// `Home section: ${homeSectionHeight}px, Section left: ${sectionLeftHeight}px, Buttons bar: ${buttonsBarHeight}px, Textarea: ${remainingHeight}px`
// );
}, 3000); // 3 seconds delay
} else {
console.log('One or more elements (header, .mi-home-section, .section-left, .buttonsBar, textarea#code) not found.');
}
}
}
// Initial adjustment on page load
window.addEventListener('load', adjustHomeSectionHeight);
// Recalculate on window resize (e.g., when the keyboard appears)
window.addEventListener('resize', adjustHomeSectionHeight);
</script>
<script type="text/javascript" src="jquery.generateFile.js"></script>
<script>
$(document).ready(function() {
$(".mytextarea").select();
});
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
const preElements = document.querySelectorAll(".code-container pre");
for (const preElement of preElements) {
const range = document.createRange();
range.selectNodeContents(preElement);
const selection = window.getSelection();
selection.removeAllRanges();
selection.addRange(range);
}
});
</script>
<script type="text/javascript">
// document.addEventListener("DOMContentLoaded", function() {
// var downloadButton = document.getElementById("download");
// if (downloadButton) {
// downloadButton.addEventListener("click", function(e) {
// e.preventDefault();
// var filename = '<//?=$this->filename ?>';
// var content = <//?=json_encode($this->content) ?>;
// var script = 'download.php';
// generateFile(filename, content, script);
// });
// }
// });
function generateFile(filename, content, script) {
// Your file generation logic here
console.log("Filename: " + filename);
console.log("Content: " + content);
console.log("Script: " + script);
}
</script>
<script type="text/javascript">$('#download').click(function(e){$.generateFile({filename : 'ocrvpaint', content : "", script : 'download.php'}); e.preventDefault();}); </script>
<script src="https://use.fontawesome.com/07b5af3a4d.js"></script>
</html>