<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fragment Library File Management</title>
	<atom:link href="http://forms.stefcameron.com/2009/01/26/fragment-library-file-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://forms.stefcameron.com/2009/01/26/fragment-library-file-management/</link>
	<description>Building intelligent forms using Adobe LiveCycle Designer</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2009/01/26/fragment-library-file-management/#comment-6867</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Fri, 30 Jan 2009 17:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2009/01/26/fragment-library-file-management/#comment-6867</guid>
		<description>Ciprian,

That&#039;s a good question. Sounds like you&#039;re hitting some sort of file size limit but I don&#039;t see any limits stated in the JavaScript for Acrobat API docs.

You should try posting this question to the &lt;a href=&quot;http://www.acrobatusers.com/forums/aucbb/&quot; rel=&quot;nofollow&quot;&gt;Acrobat Users Forum&lt;/a&gt; to see if someone there knows.</description>
		<content:encoded><![CDATA[<p>Ciprian,</p>
<p>That&#8217;s a good question. Sounds like you&#8217;re hitting some sort of file size limit but I don&#8217;t see any limits stated in the JavaScript for Acrobat API docs.</p>
<p>You should try posting this question to the <a href="http://www.acrobatusers.com/forums/aucbb/" rel="nofollow">Acrobat Users Forum</a> to see if someone there knows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciprian</title>
		<link>http://forms.stefcameron.com/2009/01/26/fragment-library-file-management/#comment-6866</link>
		<dc:creator>Ciprian</dc:creator>
		<pubDate>Wed, 28 Jan 2009 15:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2009/01/26/fragment-library-file-management/#comment-6866</guid>
		<description>Hi Stefan,

I&#039;m using Livecycle Designer and I have a problem with a dynamic pdf.
I need to attach a big txt file (2.7 MB) to my dynamic pdf; then I have to take line by line all the information from that txt and process them.
So, I do this:
var sFile = &quot;myFile&quot;;
if (file.importDataObject(sFile)){
	var oFile = file.getDataObjectContents(sFile);
	var cFile = util.stringFromStream(oFile, &quot;utf-8&quot;);
     . .. .. . .. .. . .. . .
}

Unfortunately, at getDataObjectContents the script crashes, but only when I try to get a big file, with a smaller txt (17 kB) everything works fine.
Is there another way to get the information from these big files?

Thanks,

Ciprian</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>I&#8217;m using Livecycle Designer and I have a problem with a dynamic pdf.<br />
I need to attach a big txt file (2.7 MB) to my dynamic pdf; then I have to take line by line all the information from that txt and process them.<br />
So, I do this:<br />
var sFile = &#8220;myFile&#8221;;<br />
if (file.importDataObject(sFile)){<br />
	var oFile = file.getDataObjectContents(sFile);<br />
	var cFile = util.stringFromStream(oFile, &#8220;utf-8&#8243;);<br />
     . .. .. . .. .. . .. . .<br />
}</p>
<p>Unfortunately, at getDataObjectContents the script crashes, but only when I try to get a big file, with a smaller txt (17 kB) everything works fine.<br />
Is there another way to get the information from these big files?</p>
<p>Thanks,</p>
<p>Ciprian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

