﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win mac" title="Exporting Your Acces Document as a PDF" section="sharing">
  <div class="tip">
      PDFs are handy for sharing your work with colleagues who don't have Acces4 but just want to view your documents.
    </div>
<div class="mac">
<p>If you are using Acces4 on a Mac, you can use the built-in Preview application to generate PDF's. Simply choose
	<span class="menu">File > Print</span>, then click on <span class="button">PDF</span> on the Print Dialog and choose
	<span class="option">Save as PDF</span>. Follow the prompts to choose a name and location for your PDF.
	<img class="screenshot-noshadow mac" src="images/exportpdf.png" />
</p>
</div>
<div class="win">
  <ol>
      <li>Choose <span class="menu">File &gt; Export &gt; as PDF</span>.
        <div>
          <img class="screenshot-noshadow" src="images/fileexport.png"></img>
        </div>
      </li>
      <li>Select the folder where you want to save the PDF, give it a name, and click <span class="button">Save</span>.
        <div>
          <img class="screenshot" src="images/exportpdf.png"></img>
        </div>
      </li>
    </ol>
  <div class="tip">
      If you want to view the PDF after it's been exported, select <span class="option">"Open file after
      exporting"</span> before clicking <span class="button">Save</span>.
    </div>
</div>
</guide>