<?php
$get = array_change_key_case($_GET, CASE_LOWER);
$urls = array();
foreach($get as $key => $value){
	if($key != 'page' && $key!='lpage' && $key!='uid'){
		$urls[] = $key . '=' .$value;	
	}
}
if($_POST['token']) {
	$urls[] = 'referrer=' . $_POST['token'];
}
$url = implode('&',$urls);
if($url){ 
	setcookie("url", $url, time()+13600);
	setcookie("product", $_GET['product'], time()+13600);
}
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<!-- 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://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MSMGK8N');</script>
<!-- End Google Tag Manager -->

<script>
  const currentUA = navigator.userAgent;
  let popupDiv = null;  // To store the reference to the popup content

  function handleLinkClick(event) {
    event.preventDefault();  // Prevent default link behavior

    if (popupDiv) {
      // Reset the popup's state
      const popup = popupDiv.querySelector('#MacPopup');
      const clearblur = document.getElementById('blur');
      popup.style.display = 'block';
      clearblur.style.display = 'block';
    } else {
      // Fetch the content of the popup HTML file
      fetch('/macpopup.html')
          .then(response => response.text())
          .then(html => {
            // Create a div element to contain the popup content
            popupDiv = document.createElement('div');
            popupDiv.innerHTML = html;

            // Append the popup content to the document body
            document.body.appendChild(popupDiv);

            // Get references to the "Remain" button and popup
            const remainButton = popupDiv.querySelector('#remain');
            const clearblur = document.getElementById('blur');
            const popup = popupDiv.querySelector('#MacPopup');

            // Add a click event listener to the "Remain" button
            remainButton.addEventListener('click', () => {
              // Hide the popup
              popup.style.display = 'none';
              clearblur.style.display = 'none';
            });

            // Display the popup and blurred background
            popup.style.display = 'block';
            clearblur.style.display = 'block';

            // Store in sessionStorage that the popup has been shown
            sessionStorage.setItem('popupShown', 'true');

            // Modify the welcome message based on the user's platform
            const isMac = navigator.platform.indexOf("Mac") !== -1;
            const isiPhone = /(iPad|iPhone|iPod)/g.test(navigator.userAgent);
            const welcomeMessage = popup.querySelector('.title');
            const redirectto = popup.querySelector('.partner-button');

            if (isMac) {
              welcomeMessage.textContent = "Welcome Mac User!";
              redirectto.href="https://readdle.8kpa2n.net/c/4477090/763057/11051";

            } else if (isiPhone) {
              welcomeMessage.textContent = "Welcome iPhone User!";
              redirectto.href="https://pdfpro.com";

            }
          });
    }
  }

  // Attach the event handler to links with the "tracker" class
  function attachLinkHandlers() {
    var links = document.querySelectorAll(".tracker");
    const isMac = navigator.userAgent.indexOf("Mac") > 0; // Check if user is on a Mac platform
    const isiPhone = (/iPad|iPhone|iPod/.test(navigator.platform) ||
      (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) &&
      !window.MSStream; // Check if user is on an iPhone platform

    if (isMac || isiPhone) {
      const popupShown = sessionStorage.getItem('popupShown');

      if (!popupShown) {
  links.forEach(function(link) {
    if (link.classList.contains("tracker")) {
      var linkText = link.textContent;
      if (linkText.includes("Download") || linkText.includes("Buy") || linkText.includes("Try") || linkText.includes("Trial")) {
        link.addEventListener("click", function(event) {
          event.preventDefault(); // Prevent default link behavior
          handleLinkClick(event); // Call your custom link click handler
        });

        if (isMac || isiPhone) {
          link.removeAttribute("href"); // Remove the href attribute for Mac and iPhone
        }
      }
    }
  });

        // Get reference to the title element
        const titleElement = document.querySelector('.title');
        const redirectto = popup.querySelector('.partner-button');
        // Update the title based on the platform
        if (isMac) {
          titleElement.textContent = "Welcome Mac User!";
          redirectto.href="https://readdle.8kpa2n.net/c/4477090/763057/11051";
        } else if (isiPhone) {
          titleElement.textContent = "Welcome iPhone User!";
          redirectto.href="https://pdfpro.com";
        }
      }
    }
  }

  // Call the function to attach link handlers on DOMContentLoaded
  document.addEventListener("DOMContentLoaded", attachLinkHandlers);

  // Check if the user agent has changed from the last visit
  const lastUserAgent = sessionStorage.getItem("lastUserAgent");
  if (lastUserAgent !== currentUA) {
    sessionStorage.clear();
  }

  // Clear session storage on page load
  sessionStorage.clear();
</script><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>PDF Editor 10: The solution to all your PDF needs.</title>
<meta name="description" content="Open & read any PDF file with PDF Editor 10. Other feautes include create, edit, secure, review PDF files:" />
<meta name="keywords" content="PDF software, PDF creator, create PDF, edit PDF PDF Editor, PDF converter, PDF Software, e-books" />

<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/global.css" rel="stylesheet" type="text/css" />
<link rel="icon"  type="image/png"  href="images/icon.png" />




<link rel="canonical" href="http://www.pdfpro10.com"/>

</head>


<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MSMGK8N"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->






<div id="wrapper">

	<div id="container">
       
        <div id="top-menu">
        
            <div class="main_menu">
                <ul>
                <li> <a href="index.php">Home</a></li>
                <li><a href="features.html">Features</a></li>
                <li><a href="business.html">Volume Orders </a></li>
            <li><a href="#">Why choose us</a>
                    <ul>
                    <li><a href="aboutus.html#ourvalues">Our Values</a></li>
                    <li><a href="compare.html">Compare us with Adobe</a></li>
                    </ul>
                </li>
                <li> <a href="#">Contact & Support</a>
                    <ul>
                    <li><a href="aboutus.html#contactinfo">Contact</a></li>
<li><a href="http://www.pdfpro10.com/EULA/eula-en.html" class="top_parent">EULA</a></li>
                    <li> <a href="https://pdfpro10.zendesk.com/hc/en-us" class="top_parent">Knowledge Base</a></li>


		</ul></li>
		   
                </ul>
            </div>   <!--main_menu-->

     

		</div>  <!-- end top-menu -->
        
     	<div id="header">
        
        <br class="clear_all" />
        
            <h1>Create, Edit &amp; Review PDF files</h1>
			<h2>With the All-New PDF Editor 10</h2>
            <br class="clear_all" />
            <h4><a href="buy.php">Download PDF Editor 10</a></h4>
        
        </div><!--end header-->
        
        
         
        <div id="content">
        
        	<div id="left"> 

                <ul class="lista">
                    <li>Create PDF</li>
                    <li>Edit PDF</li>
                    <li>Secure PDF</li>
                    <li>Review PDF</li>
                    <li>Export to Word</li>
                </ul>
                  
				<p>
                <strong>PDF Editor 10</strong> is the easiest solution to start working with 100% Adobe compatible 
                        PDF files today. Whether you're looking to view, create, edit, secure, revise, or 
                        collaborate on a PDF document,<strong> PDF Editor 10's</strong> intuitive 
						interface makes it easy to take advantage of the full versatility of any Portable Document Format!<br /><br />
						
						The trial version adds a watermark to edited documents and is fully operational for 14 days, after which it will cease to work until activated. You must purchase a license in order to activate the full version of PDF Editor 10. </p>
                        
				<strong>Compatible with:</strong>       
    
        <br /><br />
    
			<img src="images/windows-logos.png" width="239" height="80" alt="Windows" />
    
        <strong>Minimum system requirements:</strong>

			<ul class="listasmall">
    			<li>100% PC compatible</li>
                <li>Pentium II, 300 mHz</li>
                <li>128 Mb RAM</li>
                <li>30 MB free disk space</li>
			</ul>
            
		   <a class="leftlink" href="download.php" onClick="_gaq.push(['_trackEvent', 'Trial Buttons', 'Click-BottomLeft', 'Download']);"><strong>Try PDF Editor 10 Free for 14 days</strong></a><br /><br /><br />
                

<a href="mailto: helpdeskpdfpro10@pdfpro.com">Contact Support</a>				
                
			</div><!--end left-->
            
			<div id="right">
			<div class="description">
		
			<div class="points">
                
                    <div class="icon">
                    
                        <img src="images/icon-edit.jpg" width="122" height="122" alt="create" />
                    
                </div>
        
                    <h5>Edit  &amp; Secure :</h5>
                    
                <ul>
					<li>&#183; Modify images: Insert, delete, move, resize and rotate graphics</li>
					<li>&#183; Edit text: Fix typos, change font size, style and color</li>
					<li>&#183; Enhance: Add watermarks, hyperlinks, attachments</li>
					<li>&#183; Protect your content: Apply passwords &amp; restrictions</li>
				</ul>
                
              </div>
    
            </div><!-- end description-->
			
				<div class="description">
    
                <div class="points">
    
                    <div class="icon">
                    
                        <img src="images/icon-create.jpg" width="122" height="122" alt="create" />
                    
                </div>
        
                    <h5>Create &amp; Convert:</h5>
                <ul>
                    <li>&#183; Create PDF from Word, Excel, PowerPoint</li>
                    <li>&#183; Create PDF from any application that prints</li>
                    <li>&#183; Convert/Export PDF to Word</li>
                    <li>&#183; Always 100% industry standard PDF files</li>
                </ul>
                
                </div>
    
            </div><!-- end description-->
          
			<div class="description">
    
				<div class="points">
                
					<div class="icon">
                    
						<img src="images/icon-reviewt.jpg" width="122" height="122" alt="create" />
                    
					</div>
        
				<h5>Read &amp; Review:</h5>

                <ul>
                    <li>&#183; Open &amp; scroll any PDF file, e-book, or presentation</li>
                    <li>&#183; Zoom and rotate pages within your PDF for optimal viewing</li>
                    <li>&#183; Highlight, use sticky notes &amp; stamps</li>
                    <li>&#183; Attach any supporting file to your PDF </li> 
                </ul>

			</div><!-- end description--><br /> 

       </div>

       <div id="video">

<iframe title="YouTube video player" width="600" height="368" src="http://www.youtube.com/embed/ykSFEwGnEbM" frameborder="0" allowfullscreen></iframe>

        </div>
            
        <div id="texto">
			<p><strong>Loaded with features, use PDF Editor 10's intuitive interface to grasp all of the flexibility and power of PDF.</strong></p><br />
    
			<p>The all-new PDF Editor 10 will revolutionize the way you work with PDF files. PDF Editor 10 makes it easier than ever before to create and edit PDF files, 
enabling you to distribute high-impact and engaging communications. Its refined collaborative tools will streamline the document review process and help 
you collect feedback efficiently. PDF Editor 10 includes advanced features that allow you to create and edit interactive PDF forms, accurately convert 
PDF to Word, and share all your documents more securely. Of course, PDF Editor 10 still contains all the most common PDF functions you depend on:</p>

            <ul>
                <li><strong>Create PDF files straight from the toolbar</strong> of all your favourite MS Office applications like Word, Excel,
                PowerPoint and Outlook.</li>
                <li><strong>Create PDF files</strong> from any application that prints with one click</li>
                <li>Add, remove, and edit text and graphics within all your PDF files</li>
                <li><strong>Apply passwords</strong> to prevent unwanted viewers and permissions to restrict functions like editing and printing</li>
                <li>Adjust the file size of your PDF for easy email distribution</li>
            </ul>

			<p>All PDF documents created with PDF Editor 10 will be 100% industry standard. That means they will open
with any PDF viewer and on any operating system.</p><br />

			<p><strong>Download PDF Editor 10 today, the solution to all your PDF needs.</strong></p>

			<h4><a href="buy.php">Download PDF Editor 10</a></h4>
    <br class="clear_all" />
            
        </div><!--end texto-->
          
            </div><!--end right-->
        
        </div><!--end content-->
    
    </div><!--end container-->
    
    <div id="footer">
			<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
      <tr>
        <td>
          <ul>
            <li><strong>About</strong></li>
            <li><a href="privacypolicy.html">Privacy Policy</a></li>
            <li><a href="terms.html">Terms of Use</a></li>
            <li><a href="aboutus.html#contactinfo">Contact Us</a></li>
          </ul>
        </td>
        <td>
          <ul>
            <li><strong>Support</strong></li>
            <li><a href="https://pdfpro10.zendesk.com/hc/en-us">Knowledge Base</a></li>
            <li><a href="#" onclick="event.preventDefault();window.Beacon('navigate','/ask/');window.Beacon('open');">Submit a Ticket</a></li>
            <li><a href="uninstall.html">Uninstall Instructions</a></li>
          </ul>
        </td>

        <td>
            <ul>
                      <p>Member of:<a href="https://www.pdfa.org/member/pdf-pro-software-inc"><img class="size-medium" style="margin-bottom: -.8rem;" src="https://www.pdfa.org/wp-content/uploads/2018/12/pdf-association-logo-300x141.png"  width="40" height="20" alt="PDF Association logo"></a></p>

            </ul>
        </td>
      </tr>
      </table>
      <div style="clear: both;">
      <hr />
      <p>Copyright &copy; 2023 PDF Pro Software Inc. All rights reserved.<br />
	   
      </div>
    </div><!--end footer-->

</div><!--end wrapper-->





</body>
</html>
