<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Acrobat Made Simple</title>
	<atom:link href="http://blogs.adobe.com/acrobatmadesimple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/acrobatmadesimple</link>
	<description>Tips, tutorials, how-to&#039;s and best practices on using different Acrobat Solutions.</description>
	<lastBuildDate>Fri, 18 Jan 2013 18:05:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Exporting accessibility friendly HTML from a PDF in Acrobat XI</title>
		<link>http://blogs.adobe.com/acrobatmadesimple/accessible-html-acrobat-xi/</link>
		<comments>http://blogs.adobe.com/acrobatmadesimple/accessible-html-acrobat-xi/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 16:24:25 +0000</pubDate>
		<dc:creator>Pulkit Jain</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[Acrobat XI]]></category>
		<category><![CDATA[Clean]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Save]]></category>
		<category><![CDATA[SaveAs]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/acrobatmadesimple/?p=69</guid>
		<description><![CDATA[In Acrobat XI Save as HTML feature we have made significant improvements in the export of numbered lists and tables among other things in content formatting. Through this we have tried to give our users a HTML output which maintains PDF look &#8230; <a href="http://blogs.adobe.com/acrobatmadesimple/accessible-html-acrobat-xi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In Acrobat XI Save as HTML feature we have made significant improvements in the export of numbered lists and tables among other things in content formatting. Through this we have tried to give our users a HTML output which maintains PDF look and feel to quite an extent using styling statements both at the document level and also through inline. This will help our users to make some styling adjustments easily in the HTML file and also have the advantage of getting the content like lists and tables properly recognized for faster final publishing. We have introduced various settings in this feature to match our customers requirements but those will be a topic of discussion in another blog post.</p>
<p>In this post we are focusing on a requirement which has been brought to our focus by some of our users. These customers, especially in the accessibility domain, want the export feature to be driven by the document&#8217;s structure (tags), and ignoring artifacts. They would also like to have none of the styling code in the HTML output so that it is cleaner and more readable. The first screenshot illustrates some examples of Artifacts present in a PDF and the second screenshot shows the exported HTML from Acrobat XI for the same PDF. The HTML has the artifacts which has been shown by arrow pointers.</p>
<p><a class="lightbox" title="artifact_example_1" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/artifact_example_1.png"><img class="alignnone  wp-image-94" style="border: 2px solid black;" title="artifact_example_1" alt="" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/artifact_example_1-1024x639.png" width="645" height="402" /></a></p>
<p><a class="lightbox" title="html_output_1" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/html_output_1.png"><img class="alignnone  wp-image-95" style="border: 2px solid black;" title="html_output_1" alt="" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/html_output_1-1024x564.png" width="645" height="356" /></a></p>
<p>To help our customers to achieve these requirements we are uploading two files (<a href="https://www.dropbox.com/s/meh42busqfxquic/HTML-3-20.xml">HTML 3.2</a> and <a href="https://www.dropbox.com/s/0nt6ljxe61ebq1g/HTML-4-01-CSS-1-00.xml">HTML 4.01</a>) which need to be copied at &#8220;Acrobat\plug_ins\SaveAsXML\MappingTables&#8221; in Windows installation directory and &#8220;Contents/Built-in/SaveAsXML.acroplugin/Contents/MacOS/MappingTables&#8221; on your Mac OS installation. Once you copy these files and restart Acrobat you will get new save options in the Save As dialog. These new options are shown in the screenshot below. They would be HTML 3.2 and HTML 4.01 with CSS 1.0. Our customers will remember them as the options that were present in Acrobat 9.0.</p>
<p><a class="lightbox" title="new_options" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/new_options.png"><img class="alignnone  wp-image-72" style="border: 2px solid black;" title="new_options" alt="" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/new_options.png" width="555" height="170" /></a></p>
<p>Using these options you can get HTML output which is much more accessibility friendly. Below is the HTML output of the PDF which we had shown above with the option HTML 3.2. As you can see this output doesn&#8217;t have the artifacts.</p>
<p><a class="lightbox" title="new_output_1" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/new_output_1.png"><img class="alignnone  wp-image-93" style="border: 2px solid black;" title="new_output_1" alt="" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/new_output_1-1024x569.png" width="645" height="358" /></a></p>
<p>Also the below screenshot shows the difference in the HTML source as well. The first screenshot is the original Acrobat XI output and the second screenshot is output with HTML 3.2 option.</p>
<p><a class="lightbox" title="source_old" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/source_old.png"><img class="wp-image-96 alignnone" style="border: 2px solid black;" title="source_old" alt="" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/source_old-1024x598.png" width="614" height="359" /></a></p>
<p><a class="lightbox" title="source_new" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/source_new.png"><img class=" wp-image-97 alignnone" style="border: 2px solid black;" title="source_new" alt="" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/12/source_new-1024x598.png" width="614" height="359" /></a></p>
<p>Hope our customers will find this solution helpful while working with Acrobat XI.</p>
<p>Thanks,</p>
<p>Pulkit</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/acrobatmadesimple/accessible-html-acrobat-xi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Page Thumbnails Pane &#8211; A single window toolkit</title>
		<link>http://blogs.adobe.com/acrobatmadesimple/page-thumbnails-pane-a-single-window-toolkit/</link>
		<comments>http://blogs.adobe.com/acrobatmadesimple/page-thumbnails-pane-a-single-window-toolkit/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 07:55:15 +0000</pubDate>
		<dc:creator>Pulkit Jain</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Page Editing]]></category>
		<category><![CDATA[Page Thumbnails Pane]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/acrobatmadesimple/?p=19</guid>
		<description><![CDATA[What is a Page Thumbnails Pane Page thumbnails pane is a powerful tool in Adobe Acrobat which give access to you to a range of features in a single window enabling you to edit your PDF document seamlessly. It shows &#8230; <a href="http://blogs.adobe.com/acrobatmadesimple/page-thumbnails-pane-a-single-window-toolkit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h2>What is a Page Thumbnails Pane</h2>
<p>Page thumbnails pane is a powerful tool in Adobe Acrobat which give access to you to a range of features in a single window enabling you to edit your PDF document seamlessly. It shows thumbnails of the pages of the active PDF document and you can do page level operations while looking at the previews.</p>
<h2>How to access it in Acrobat</h2>
<p>Page Thumbnails pane is available in the left hand navigation pane. In Acrobat X the icon of the pane looks like two pages with one on top of the other. The below snapshot shows the icon with the corresponding tool tip.</p>
<p style="text-align: center;"><a class="lightbox" title="Page thumbnails icon" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/Page-thumbnails-icon.jpg"><img class="size-medium wp-image-54 aligncenter" title="Page thumbnails icon" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/Page-thumbnails-icon-300x82.jpg" alt="" width="300" height="82" /></a></p>
<p>If the pane is not enabled in your Acrobat then you can enable the Page Thumbnails pane in the navigation pane through two ways. First is through the View menu.</p>
<p style="text-align: center;"><a class="lightbox" title="view_menu" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/view_menu.jpg"><img class="size-medium wp-image-25 aligncenter" title="view_menu" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/view_menu-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>And the other is through the right click menu of the navigation pane.</p>
<p style="text-align: center;"><a class="lightbox" title="right_click_navigation_pane" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/right_click_navigation_pane.jpg"><img class="size-medium wp-image-21 aligncenter" title="right_click_navigation_pane" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/right_click_navigation_pane-153x300.jpg" alt="" width="153" height="300" /></a></p>
<h2>What all you can do in Page Thumbnails Pane</h2>
<p>You can <strong>navigate</strong> through the PDF document in this pane by selecting the page thumbnails. The page in view corresponds to the thumbnail selected in the pane. There are various other features which one can access in this pane apart from simple navigation. In fact this pane is a dream come true for a knowledge worker who needs to manipulate pages in a PDF document.</p>
<p>Through this pane you can work on the PDF document while viewing the entire file in a single window. You can resize the pane to cover the whole Acrobat chrome and complete your work. You can come back to the page view by clicking on the collapse button on the top right of the pane.</p>
<p style="text-align: center;"><a class="lightbox" title="full screen and collapse" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/full-screen-and-collapse.jpg"><img class="size-medium wp-image-28 aligncenter" title="full screen and collapse" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/full-screen-and-collapse-300x163.jpg" alt="" width="300" height="163" /></a></p>
<p>You can access the features available in the Page Thumbnail pane in two ways. Either through the drop down on top left or by right click context menu of a thumbnail in the pane.</p>
<p style="text-align: center;"><a class="lightbox" title="page panel options" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/page-panel-options.jpg"><img class="size-medium wp-image-29 aligncenter" title="page panel options" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/page-panel-options-300x179.jpg" alt="" width="300" height="179" /></a></p>
<p>One advantage of working in this pane is that you can <strong>preview the contents</strong>  and do <strong>page manipulation</strong> in the same window. Another advantage is that different features automatically take the range of pages selected in the pane as an input, you don&#8217;t need to renter the page range. The features you can access in page thumbnail pane are:</p>
<ol>
<li>Insert Pages: to insert new pages from a supported file, clipboard or even a blank page. The shortcut for Insert Pages from a file is Shift+Ctrl+I and the shortcut for Insert Blank page is Shift+Ctrl+Q.</li>
<li>Extract Pages</li>
<li>Replace Pages</li>
<li>Delete Pages</li>
<li>Crop Pages</li>
<li>Rotate Pages</li>
<li>Page Transitions</li>
<li>Number Pages</li>
<li>Print Pages</li>
<li>Embed or Remove the Page Thumbnails in the PDF</li>
<li>View Page Properties</li>
</ol>
<div>Apart from these features which are available through a menu there are many other good features in the pane which can increase your productivity.</div>
<div></div>
<div>You can <strong>enlarge</strong> the thumbnail size to view the contents effectively. You can access the feature of increasing/decreasing thumbnail size from the top right drop down of the pane and also from the Page Thumbnail pane context menu. You can also increase the thumbnail size using keyboard and mouse by pressing &#8216;Ctrl&#8217; on the keyboard and scrolling the mouse wheel.</div>
<div></div>
<div><a class="lightbox" title="enlarge page thumbnails" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/enlarge-page-thumbnails.jpg"><img class="alignleft size-medium wp-image-38" title="enlarge page thumbnails" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/enlarge-page-thumbnails-300x146.jpg" alt="" width="300" height="146" /></a></div>
<div></div>
<div><a class="lightbox" title="zoom in page" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/zoom-in-page.jpg"><img class="size-medium wp-image-31 aligncenter" title="zoom in page" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/zoom-in-page-300x119.jpg" alt="" width="300" height="119" /></a></div>
<p>&nbsp;</p>
<p>You can also <strong>zoom in the page contents</strong> through this pane. For this first select a page in the pane and then zoom in the page contents by resizing the black bounding box surrounding the selected page in the pane or by pressing the &#8216;Ctrl&#8217; key followed by &#8216;+&#8217; or &#8216;-&#8217; key on the keyboard.</p>
<p style="text-align: center;"><a class="lightbox" title="zoom in page_2" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/zoom-in-page_2.jpg"><img class="size-medium wp-image-32 aligncenter" title="zoom in page_2" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/zoom-in-page_2-300x119.jpg" alt="" width="300" height="119" /></a></p>
<p>Resizing the pane reflows the thumbnails correctly and also keeps the selected page in the view.</p>
<p style="text-align: center;"><a class="lightbox" title="resizing page pane" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/resizing-page-panel.jpg"><img class="size-medium wp-image-36 aligncenter" title="resizing page pane" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/resizing-page-panel-300x145.jpg" alt="" width="300" height="145" /></a></p>
<p>You can<strong> reorder pages</strong> of the active PDF document by dragging and dropping pages in the pane. You can <strong>drag and drop</strong> a single page or a page range (both continuous and non-continuous). In the snapshot below I am dragging pages 8, 9 and 14 and dropping them after page 16.</p>
<p style="text-align: center;"><a class="lightbox" title="drag and drop pages" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/drag-and-drop-pages.jpg"><img class="size-medium wp-image-34 aligncenter" title="drag and drop pages" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/drag-and-drop-pages-300x171.jpg" alt="" width="300" height="171" /></a></p>
<p>You can also select a group of pages by creating a rectangular <strong>marquee selection</strong> in the pane using the mouse.</p>
<p style="text-align: center;"><a class="lightbox" title="marquee selection" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/marquee-selection.jpg"><img class="size-medium wp-image-40 aligncenter" title="marquee selection" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/marquee-selection-300x227.jpg" alt="" width="300" height="227" /></a></p>
<p>Let me end this post by telling you about one more feature supported in the Page Thumbnails pane. You can actually <strong>drag and drop an Acrobat supported file from your system onto the pane</strong> and Acrobat will add the file for you in the active PDF document at the exact location where you had dropped it. If you drop a non PDF file, Acrobat will first convert the file to Adobe PDF and then insert it at the selected location. In the snapshot below I am dropping a MS Word file onto the pages pane after page 2 and Acrobat first converts it to PDF and then insert it into the PDF.</p>
<p><a class="lightbox" title="drag and drop files" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/drag-and-drop-files.jpg"><img class="alignleft size-medium wp-image-41" title="drag and drop files" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/drag-and-drop-files-300x127.jpg" alt="" width="300" height="127" /></a><a class="lightbox" title="pdf creation" href="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/pdf-creation.jpg"><img class="aligncenter size-medium wp-image-42" title="pdf creation" src="http://blogs.adobe.com/acrobatmadesimple/files/2012/03/pdf-creation-300x181.jpg" alt="" width="300" height="181" /></a></p>
<p>I hope this post will help you in understanding Page Thumbnails pane better and you will find this feature useful. Stay tuned for more such posts on your favorite software Adobe Acrobat.</p>
<p>~Pulkit Jain</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/acrobatmadesimple/page-thumbnails-pane-a-single-window-toolkit/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Adobe&#8217;s newest product code named Muse Beta 6 is here!!!</title>
		<link>http://blogs.adobe.com/acrobatmadesimple/adobes-newest-product-code-named-muse-beta-6-is-here/</link>
		<comments>http://blogs.adobe.com/acrobatmadesimple/adobes-newest-product-code-named-muse-beta-6-is-here/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 05:56:37 +0000</pubDate>
		<dc:creator>Pulkit Jain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[muse]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/acrobatmadesimple/?p=12</guid>
		<description><![CDATA[Muse (code name) Beta 6 is here! Over 80 updates and enhancements in this download based on your feedback! Get the highlights and full list of updates on our blog at: http://bit.ly/MsBta6. Download the Muse Beta 6 update directly from &#8230; <a href="http://blogs.adobe.com/acrobatmadesimple/adobes-newest-product-code-named-muse-beta-6-is-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Muse (code name) Beta 6 is here! Over 80 updates and enhancements in this download based on your feedback! Get the highlights and full list of updates on our blog at: http://bit.ly/MsBta6. Download the Muse Beta 6 update directly from the website at: http://bit.ly/DLMsBta6</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/acrobatmadesimple/adobes-newest-product-code-named-muse-beta-6-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Search for the World&#8217;s Smartest Project Manager</title>
		<link>http://blogs.adobe.com/acrobatmadesimple/the-search-for-the-worlds-smartest-project-manager/</link>
		<comments>http://blogs.adobe.com/acrobatmadesimple/the-search-for-the-worlds-smartest-project-manager/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 06:36:38 +0000</pubDate>
		<dc:creator>Pulkit Jain</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[Adobe]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/acrobatmadesimple/?p=15</guid>
		<description><![CDATA[Adobe Acrobat is sponsoring the search for the World&#8217;s Smartest Project Manager. See what our documentary crew has dug up so far, review the clues and report a sighting yourself. You can do it all at http://bit.ly/uncoverthelegend.]]></description>
				<content:encoded><![CDATA[<p>Adobe Acrobat is sponsoring the search for the World&#8217;s Smartest Project Manager. See what our documentary crew has dug up so far, review the clues and report a sighting yourself. You can do it all at <a href="http://bit.ly/uncoverthelegend">http://bit.ly/uncoverthelegend</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/acrobatmadesimple/the-search-for-the-worlds-smartest-project-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howdy!!!</title>
		<link>http://blogs.adobe.com/acrobatmadesimple/letsmakeacrobatsimple/</link>
		<comments>http://blogs.adobe.com/acrobatmadesimple/letsmakeacrobatsimple/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 06:14:39 +0000</pubDate>
		<dc:creator>Pulkit Jain</dc:creator>
				<category><![CDATA[Wish list]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/acrobatmadesimple/?p=9</guid>
		<description><![CDATA[Hi This is Pulkit Jain, Lead Quality Engineer in the Adobe Acrobat team. Welcome to my blog &#8220;Acrobat Made Simple&#8221;. Here I will try to post tutorials, HowTos, best practices and news related to Adobe Acrobat solutions. If you have &#8230; <a href="http://blogs.adobe.com/acrobatmadesimple/letsmakeacrobatsimple/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi</p>
<p>This is Pulkit Jain, Lead Quality Engineer in the Adobe Acrobat team.</p>
<p>Welcome to my blog &#8220;Acrobat Made Simple&#8221;.</p>
<p>Here I will try to post tutorials, HowTos, best practices and news related to Adobe Acrobat solutions. If you have a wish list then please post it as comments to this blog. Me and my team will surely be there to help you.</p>
<p>Keep tuned in.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/acrobatmadesimple/letsmakeacrobatsimple/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
