<?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>JetForm Expert &#187; Problems</title>
	<atom:link href="http://jetformexpert.com/category/problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetformexpert.com</link>
	<description>Problems with JetForm, Accelio, Adobe Central?  You're in the right place.</description>
	<lastBuildDate>Fri, 19 Jun 2009 19:22:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Decompiling an MDF File</title>
		<link>http://jetformexpert.com/2009/06/decompiling-an-mdf/</link>
		<comments>http://jetformexpert.com/2009/06/decompiling-an-mdf/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 19:22:34 +0000</pubDate>
		<dc:creator>Daryl</dc:creator>
				<category><![CDATA[Design How-To]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[decompile]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ifd]]></category>
		<category><![CDATA[mdf]]></category>

		<guid isPermaLink="false">http://jetformexpert.com/?p=90</guid>
		<description><![CDATA[I've lost my form design files (IFD's), can I get them back from the compiled forms?]]></description>
			<content:encoded><![CDATA[<p>I was asked this question again yesterday, and I can&#8217;t recall how many times I have been asked about this over the years.</p>
<blockquote><p>Can you make an IFD from an MDF?</p></blockquote>
<p>Alternately, &#8220;I&#8217;ve lost my form design files (IFD&#8217;s), can I get them back from the compiled forms?&#8221;</p>
<p>The answer to the question is no, you can&#8217;t.  And I&#8217;ll explain why.</p>
<p>When you compile your IFD into an MDF file for use with Central, what Design does is actually generate the appropriate printer code right then and there.  This is part of what makes it so fast &#8211; there&#8217;s no interpretation from the design to printer language (or PDF) when you produce your output.</p>
<p>What that means is that when Central is using your form all it needs to do is send that already-generated code to the output target.  It also means that the original design is lost in the process.</p>
<p>So, please, treat your IFD&#8217;s as irreplaceable &#8211; and keep them backed up.</p>
]]></content:encoded>
			<wfw:commentRss>http://jetformexpert.com/2009/06/decompiling-an-mdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Central and the HP 1022n</title>
		<link>http://jetformexpert.com/2008/01/hp-1022n/</link>
		<comments>http://jetformexpert.com/2008/01/hp-1022n/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 20:32:14 +0000</pubDate>
		<dc:creator>Daryl</dc:creator>
				<category><![CDATA[Problems]]></category>
		<category><![CDATA[1022]]></category>
		<category><![CDATA[based]]></category>
		<category><![CDATA[central]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://jetformexpert.com/?p=32</guid>
		<description><![CDATA[I&#8217;ve gotten a few requests lately for information on using these (and other) printers with Central. People try to send forms to them, but they don&#8217;t print. Instead they see garbage or nothing at all. JetForm/Accelio/Adobe Central is as fast to print as it is because it does not send a completed and rendered raster [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten a few requests lately for information on using these (and other) printers with Central.  People try to send forms to them, but they don&#8217;t print.  Instead they see garbage or nothing at all.</p>
<p>JetForm/Accelio/Adobe Central is as fast to print as it is because it does not send a completed and rendered raster to the printer.  All that the printer gets is, in the case of HP&#8217;s, PCL.  It uses the smarts built into the printer itself to RIP the code to pixels for printing.  As a result, the files sent down the line are much, much smaller than any spool you&#8217;ll ever see come from a Windows (for example) application.</p>
<p><span id="more-32"></span></p>
<blockquote><p>RIP &#8211; Raster Image Processing or Raster Image Processor.  This is the hardware or software responsible for taking the printing commands &#8211; things like lines, boxes and text &#8211; and turning them into pixels (a raster image) suitable for printing to paper.  Every single laser and inkjet printer in the World uses a RIP of one type or another, and the best and fastest RIPs are almost always in hardware.</p>
<p>Raster &#8211; A bitmap image, meaning one that is made of pixels.</p>
<p>HP-PCL &#8211; Hewlett-Packard Printer Control Language.  This is HP&#8217;s own Page Description Language intended to be used with laser printers.  Though not as accurate or quite as flexible as Adobe Postscript, PCL is an excellent language which contains everything needed for business and other utility printing.  One strong difference from Postscript is that PCL is a binary language as is very compact, while Postscript is actually a language and intended to be human-readable.</p></blockquote>
<p>Smaller files means faster transit, and faster transit means faster first-page-out.  The RIP in the printer is also highly-tuned to this task, so even on a relatively poor network connection we can keep printing at full speed.</p>
<p>The problem with these cheaper printers is that they don&#8217;t have any of these smarts built into them.  They rely on the host computer doing the printing to RIP the printer data to a raster that is then sent to what is essentially just the print engine.</p>
<p>HP calls this &#8220;Host-based&#8221; printing.  Check out the <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF06b/18972-236251-236263-14638-f51-439424-439431-439436.html">1022n spec</a> and see how many times it says that.</p>
<p>Printers like this are, generally, a bad idea anyway.  They can&#8217;t be used cross-platform, and when the next OS comes out and driver support goes away&#8230;you&#8217;ve got nothing.  I had a Canon laser once that worked like this, and when Windows XP came along, it suddenly became useless to me.</p>
<p>To get around this, you&#8217;ll have to configure your form(s) to be able to print with the HP Windows Driver.  You do that from the &#8220;Presentment Targets&#8221; menu, and I don&#8217;t advise it.  Primarily because then everything slows down, and you don&#8217;t want that.</p>
<p>If you have a fleet of these printers, you will no doubt have to bite the bullet and switch to the Windows driver.  If you only have one to test, I&#8217;m sorry to say you won&#8217;t want to be saving this money&#8230;buy higher models that have the built-in RIPs.</p>
]]></content:encoded>
			<wfw:commentRss>http://jetformexpert.com/2008/01/hp-1022n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
